Home
last modified time | relevance | path

Searched defs:z (Results 1 – 9 of 9) 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.h74 static inline bool __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in __cpuset_zone_allowed()
79 static inline bool cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed()
207 static inline bool __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in __cpuset_zone_allowed()
212 static inline bool cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed()
Dmmzone.h333 #define min_wmark_pages(z) (z->_watermark[WMARK_MIN] + z->watermark_boost) argument
334 #define low_wmark_pages(z) (z->_watermark[WMARK_LOW] + z->watermark_boost) argument
335 #define high_wmark_pages(z) (z->_watermark[WMARK_HIGH] + z->watermark_boost) argument
336 #define wmark_pages(z, i) (z->_watermark[i] + z->watermark_boost) argument
1069 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist()
1113 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
1119 #define for_next_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
1135 #define for_each_zone_zonelist(zone, z, zlist, highidx) \ argument
Dgfp.h450 enum zone_type z; in gfp_zone() local
Dkernel.h895 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument
903 #define max3(x, y, z) max((typeof(x))max(x, y), z) argument
/include/sound/
Dsoundfont.h17 #define SF_IS_DRUM_BANK(z) ((z) == 128) argument
/include/uapi/drm/
Dvirtgpu_drm.h109 __u32 z; member
/include/math-emu/
Dop-1.h55 #define _FP_FRAC_CLZ_1(z, X) __FP_CLZ(z, X##_f) argument
/include/uapi/linux/
Dvirtio_gpu.h213 __le32 x, y, z; member