Searched refs:z (Results 1 – 10 of 10) sorted by relevance
/include/linux/ |
D | zorro.h | 58 int (*probe)(struct zorro_dev *z, const struct zorro_device_id *id); /* New device inserted */ 59 … void (*remove)(struct zorro_dev *z); /* Device removed (NULL if not a hot-plug capable driver) */ 73 … zorro_device_id *zorro_match_device(const struct zorro_device_id *ids, const struct zorro_dev *z); 74 static inline struct zorro_driver *zorro_dev_driver(const struct zorro_dev *z) in zorro_dev_driver() argument 76 return z->driver; 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 [all …]
|
D | mmzone.h | 259 #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 761 bool __zone_watermark_ok(struct zone *z, unsigned int order, unsigned long mark, 764 bool zone_watermark_ok(struct zone *z, unsigned int order, 767 bool zone_watermark_ok_safe(struct zone *z, unsigned int order, 950 struct zoneref *__next_zones_zonelist(struct zoneref *z, 966 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist() argument 970 if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) in next_zones_zonelist() 971 return z; in next_zones_zonelist() [all …]
|
D | cpuset.h | 77 static inline bool __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in __cpuset_zone_allowed() argument 79 return __cpuset_node_allowed(zone_to_nid(z), gfp_mask); in __cpuset_zone_allowed() 82 static inline bool cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed() argument 85 return __cpuset_zone_allowed(z, gfp_mask); in cpuset_zone_allowed() 210 static inline bool __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in __cpuset_zone_allowed() argument 215 static inline bool cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed() argument
|
D | dio.h | 89 int (*probe)(struct dio_dev *z, const struct dio_device_id *id); 91 …void (*remove)(struct dio_dev *z); /* Device removed (NULL if not a hot-plug capable driver… 249 …t struct dio_device_id *dio_match_device(const struct dio_device_id *ids, const struct dio_dev *z);
|
D | gfp.h | 379 enum zone_type z; in gfp_zone() local 382 z = (GFP_ZONE_TABLE >> (bit * GFP_ZONES_SHIFT)) & in gfp_zone() 385 return z; in gfp_zone()
|
D | kernel.h | 757 #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
|
/include/sound/ |
D | soundfont.h | 30 #define SF_IS_DRUM_BANK(z) ((z) == 128) argument
|
/include/uapi/drm/ |
D | virtgpu_drm.h | 101 __u32 z; member
|
/include/math-emu/ |
D | op-1.h | 55 #define _FP_FRAC_CLZ_1(z, X) __FP_CLZ(z, X##_f) argument
|
/include/uapi/linux/ |
D | virtio_gpu.h | 202 __le32 x, y, z; member
|