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.h77 static inline bool __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in __cpuset_zone_allowed()
82 static inline bool cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed()
210 static inline bool __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in __cpuset_zone_allowed()
215 static inline bool cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed()
Dmmzone.h259 #define min_wmark_pages(z) (z->watermark[WMARK_MIN]) argument
260 #define low_wmark_pages(z) (z->watermark[WMARK_LOW]) argument
261 #define high_wmark_pages(z) (z->watermark[WMARK_HIGH]) argument
966 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist()
1010 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
1016 #define for_next_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
1032 #define for_each_zone_zonelist(zone, z, zlist, highidx) \ argument
Dkernel.h757 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument
758 #define max3(x, y, z) max((typeof(x))max(x, y), z) argument
Dgfp.h379 enum zone_type z; in gfp_zone() local
/include/sound/
Dsoundfont.h30 #define SF_IS_DRUM_BANK(z) ((z) == 128) argument
/include/uapi/drm/
Dvirtgpu_drm.h101 __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.h202 __le32 x, y, z; member