Searched defs:z (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | zorro.h | 74 static inline struct zorro_driver *zorro_dev_driver(const struct zorro_dev *z) in zorro_dev_driver() 107 #define zorro_resource_start(z) ((z)->resource.start) argument 108 #define zorro_resource_end(z) ((z)->resource.end) argument 109 #define zorro_resource_len(z) (resource_size(&(z)->resource)) argument 110 #define zorro_resource_flags(z) ((z)->resource.flags) argument 112 #define zorro_request_device(z, name) \ argument 114 #define zorro_release_device(z) \ argument 121 static inline void *zorro_get_drvdata (struct zorro_dev *z) in zorro_get_drvdata() 126 static inline void zorro_set_drvdata (struct zorro_dev *z, void *data) in zorro_set_drvdata()
|
D | cpuset.h | 66 static inline int cpuset_zone_allowed_softwall(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed_softwall() 71 static inline int cpuset_zone_allowed_hardwall(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed_hardwall() 192 static inline int cpuset_zone_allowed_softwall(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed_softwall() 197 static inline int cpuset_zone_allowed_hardwall(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed_hardwall()
|
D | mmzone.h | 250 #define min_wmark_pages(z) (z->watermark[WMARK_MIN]) argument 251 #define low_wmark_pages(z) (z->watermark[WMARK_LOW]) argument 252 #define high_wmark_pages(z) (z->watermark[WMARK_HIGH]) argument 1020 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument 1034 #define for_each_zone_zonelist(zone, z, zlist, highidx) \ argument
|
D | kernel.h | 716 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument 717 #define max3(x, y, z) max((typeof(x))max(x, y), z) argument
|
D | gfp.h | 256 enum zone_type z; in gfp_zone() local
|
D | swap.h | 350 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
|