Go to the documentation of this file.
5 #ifndef _ASM_S390_CHPID_H
6 #define _ASM_S390_CHPID_H
11 static inline void chp_id_init(
struct chp_id *
chpid)
16 static inline int chp_id_is_equal(
struct chp_id *
a,
struct chp_id *
b)
21 static inline void chp_id_next(
struct chp_id *chpid)
31 static inline int chp_id_is_valid(
struct chp_id *chpid)
37 #define chp_id_for_each(c) \
38 for (chp_id_init(c); chp_id_is_valid(c); chp_id_next(c))