Home
last modified time | relevance | path

Searched defs:z (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Dzorro.h74 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()
Dcpuset.h66 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()
Dmmzone.h250 #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
Dkernel.h716 #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
Dgfp.h256 enum zone_type z; in gfp_zone() local
Dswap.h350 static inline int zone_reclaim(struct zone *z, gfp_t mask, unsigned int order) in zone_reclaim()
/include/sound/
Dsoundfont.h30 #define SF_IS_DRUM_BANK(z) ((z) == 128) argument
/include/math-emu/
Dop-1.h55 #define _FP_FRAC_CLZ_1(z, X) __FP_CLZ(z, X##_f) argument