Searched defs:z (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | zorro.h | 191 static inline struct zorro_driver *zorro_dev_driver(const struct zorro_dev *z) in zorro_dev_driver() 208 #define zorro_resource_start(z) ((z)->resource.start) argument 209 #define zorro_resource_end(z) ((z)->resource.end) argument 210 #define zorro_resource_len(z) ((z)->resource.end-(z)->resource.start+1) argument 211 #define zorro_resource_flags(z) ((z)->resource.flags) argument 213 #define zorro_request_device(z, name) \ argument 215 #define zorro_release_device(z) \ argument 222 static inline void *zorro_get_drvdata (struct zorro_dev *z) in zorro_get_drvdata() 227 static inline void zorro_set_drvdata (struct zorro_dev *z, void *data) in zorro_set_drvdata()
|
D | cpuset.h | 35 static int inline cpuset_zone_allowed_softwall(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed_softwall() 41 static int inline cpuset_zone_allowed_hardwall(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed_hardwall() 115 static inline int cpuset_zone_allowed_softwall(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed_softwall() 120 static inline int cpuset_zone_allowed_hardwall(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed_hardwall()
|
D | mmzone.h | 879 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument 893 #define for_each_zone_zonelist(zone, z, zlist, highidx) \ argument
|
D | swap.h | 232 static inline int zone_reclaim(struct zone *z, gfp_t mask, unsigned int order) in zone_reclaim()
|
/include/sound/ |
D | soundfont.h | 30 #define SF_IS_DRUM_BANK(z) ((z) == 128) argument
|
/include/math-emu/ |
D | op-1.h | 55 #define _FP_FRAC_CLZ_1(z, X) __FP_CLZ(z, X##_f) argument
|
/include/linux/mtd/ |
D | map.h | 297 #define map_word_andequal(m, a, b, z) map_word_equal(m, z, map_word_and(m, a, b)) argument
|