| /include/linux/ |
| D | zorro.h | 50 int (*probe)(struct zorro_dev *z, const struct zorro_device_id *id); /* New device inserted */ 51 … void (*remove)(struct zorro_dev *z); /* Device removed (NULL if not a hot-plug capable driver) */ 94 #define zorro_resource_start(z) ((z)->resource.start) argument 95 #define zorro_resource_end(z) ((z)->resource.end) argument 96 #define zorro_resource_len(z) (resource_size(&(z)->resource)) argument 97 #define zorro_resource_flags(z) ((z)->resource.flags) argument 99 #define zorro_request_device(z, name) \ argument 100 request_mem_region(zorro_resource_start(z), zorro_resource_len(z), name) 101 #define zorro_release_device(z) \ argument 102 release_mem_region(zorro_resource_start(z), zorro_resource_len(z)) [all …]
|
| D | cpuset.h | 87 static inline bool __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in __cpuset_zone_allowed() argument 89 return cpuset_node_allowed(zone_to_nid(z), gfp_mask); in __cpuset_zone_allowed() 92 static inline bool cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed() argument 95 return __cpuset_zone_allowed(z, gfp_mask); in cpuset_zone_allowed() 224 static inline bool __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in __cpuset_zone_allowed() argument 229 static inline bool cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed() argument
|
| D | mmzone.h | 1068 static inline unsigned long wmark_pages(const struct zone *z, in wmark_pages() argument 1071 return z->_watermark[w] + z->watermark_boost; in wmark_pages() 1074 static inline unsigned long min_wmark_pages(const struct zone *z) in min_wmark_pages() argument 1076 return wmark_pages(z, WMARK_MIN); in min_wmark_pages() 1079 static inline unsigned long low_wmark_pages(const struct zone *z) in low_wmark_pages() argument 1081 return wmark_pages(z, WMARK_LOW); in low_wmark_pages() 1084 static inline unsigned long high_wmark_pages(const struct zone *z) in high_wmark_pages() argument 1086 return wmark_pages(z, WMARK_HIGH); in high_wmark_pages() 1089 static inline unsigned long promo_wmark_pages(const struct zone *z) in promo_wmark_pages() argument 1091 return wmark_pages(z, WMARK_PROMO); in promo_wmark_pages() [all …]
|
| D | minmax.h | 131 #define __careful_op3(op, x, y, z, ux, uy, uz) ({ \ argument 132 __auto_type ux = (x); __auto_type uy = (y);__auto_type uz = (z);\ 134 #op"3("#x", "#y", "#z") signedness error"); \ 143 #define min3(x, y, z) \ argument 144 __careful_op3(min, x, y, z, __UNIQUE_ID(x_), __UNIQUE_ID(y_), __UNIQUE_ID(z_)) 152 #define max3(x, y, z) \ argument 153 __careful_op3(max, x, y, z, __UNIQUE_ID(x_), __UNIQUE_ID(y_), __UNIQUE_ID(z_))
|
| D | dio.h | 90 int (*probe)(struct dio_dev *z, const struct dio_device_id *id); 92 …void (*remove)(struct dio_dev *z); /* Device removed (NULL if not a hot-plug capable driver…
|
| D | gfp.h | 132 enum zone_type z; in __gfp_zone() local 135 z = (GFP_ZONE_TABLE >> (bit * GFP_ZONES_SHIFT)) & in __gfp_zone() 138 return z; in __gfp_zone()
|
| /include/sound/ |
| D | soundfont.h | 17 #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
|
| /include/uapi/drm/ |
| D | virtgpu_drm.h | 136 __u32 z; member
|
| /include/uapi/linux/ |
| D | virtio_gpu.h | 249 __le32 x, y, z; member
|