Home
last modified time | relevance | path

Searched refs:z (Results 1 – 9 of 9) sorted by relevance

/include/linux/
Dzorro.h58 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 …]
Dcpuset.h66 static inline int cpuset_zone_allowed_softwall(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed_softwall() argument
68 return cpuset_node_allowed_softwall(zone_to_nid(z), 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() argument
73 return cpuset_node_allowed_hardwall(zone_to_nid(z), 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() argument
197 static inline int cpuset_zone_allowed_hardwall(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed_hardwall() argument
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
797 bool zone_watermark_ok(struct zone *z, unsigned int order,
799 bool zone_watermark_ok_safe(struct zone *z, unsigned int order,
983 struct zoneref *next_zones_zonelist(struct zoneref *z,
1020 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
1021 for (z = first_zones_zonelist(zlist, highidx, nodemask, &zone); \
1023 z = next_zones_zonelist(++z, highidx, nodemask, &zone)) \
1034 #define for_each_zone_zonelist(zone, z, zlist, highidx) \ argument
[all …]
Ddio.h89 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);
Dgfp.h256 enum zone_type z; in gfp_zone() local
259 z = (GFP_ZONE_TABLE >> (bit * ZONES_SHIFT)) & in gfp_zone()
262 return z; in gfp_zone()
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
Dswap.h350 static inline int zone_reclaim(struct zone *z, gfp_t mask, unsigned int order) in zone_reclaim() argument
/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