Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 198) sorted by relevance

12345678

/Linux-v4.19/drivers/md/
Ddm-zoned.h126 #define dmz_is_rnd(z) test_bit(DMZ_RND, &(z)->flags) argument
127 #define dmz_is_seq(z) test_bit(DMZ_SEQ, &(z)->flags) argument
128 #define dmz_is_empty(z) ((z)->wp_block == 0) argument
129 #define dmz_is_offline(z) test_bit(DMZ_OFFLINE, &(z)->flags) argument
130 #define dmz_is_readonly(z) test_bit(DMZ_READ_ONLY, &(z)->flags) argument
131 #define dmz_is_active(z) test_bit(DMZ_ACTIVE, &(z)->flags) argument
132 #define dmz_in_reclaim(z) test_bit(DMZ_RECLAIM, &(z)->flags) argument
133 #define dmz_seq_write_err(z) test_bit(DMZ_SEQ_WRITE_ERR, &(z)->flags) argument
135 #define dmz_is_meta(z) test_bit(DMZ_META, &(z)->flags) argument
136 #define dmz_is_buf(z) test_bit(DMZ_BUF, &(z)->flags) argument
[all …]
/Linux-v4.19/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()
/Linux-v4.19/drivers/zorro/
Dzorro-driver.c33 const struct zorro_dev *z) in zorro_match_device()
49 struct zorro_dev *z = to_zorro_dev(dev); in zorro_device_probe() local
68 struct zorro_dev *z = to_zorro_dev(dev); in zorro_device_remove() local
130 struct zorro_dev *z = to_zorro_dev(dev); in zorro_bus_match() local
147 struct zorro_dev *z; in zorro_uevent() local
Dzorro-sysfs.c44 struct zorro_dev *z; in serial_show() local
54 struct zorro_dev *z = to_zorro_dev(dev); in resource_show() local
66 struct zorro_dev *z = to_zorro_dev(dev); in modalias_show() local
87 struct zorro_dev *z = to_zorro_dev(kobj_to_dev(kobj)); in zorro_read_config() local
Dzorro.c54 struct zorro_dev *z; in zorro_find_device() local
115 struct platform_device *bridge, struct zorro_dev *z) in zorro_find_parent_resource()
135 struct zorro_dev *z; in amiga_zorro_probe() local
/Linux-v4.19/drivers/net/wan/lmc/
Dlmc_debug.h7 #define LMC_CONSOLE_LOG(x,y,z) lmcConsoleLog((x), (y), (z)) argument
9 #define LMC_CONSOLE_LOG(x,y,z) argument
12 #define LMC_CONSOLE_LOG(x,y,z) argument
44 #define LMC_EVENT_LOG(x, y, z) lmcEventLog((x), (y), (z)) argument
46 #define LMC_EVENT_LOG(x,y,z) argument
/Linux-v4.19/lib/raid6/
Davx2.c46 int d, z, z0; in raid6_avx21_gen_syndrome() local
95 int d, z, z0; in raid6_avx21_xor_syndrome() local
153 int d, z, z0; in raid6_avx22_gen_syndrome() local
205 int d, z, z0; in raid6_avx22_xor_syndrome() local
285 int d, z, z0; in raid6_avx24_gen_syndrome() local
366 int d, z, z0; in raid6_avx24_xor_syndrome() local
Dsse2.c45 int d, z, z0; in raid6_sse21_gen_syndrome() local
97 int d, z, z0; in raid6_sse21_xor_syndrome() local
155 int d, z, z0; in raid6_sse22_gen_syndrome() local
208 int d, z, z0; in raid6_sse22_xor_syndrome() local
287 int d, z, z0; in raid6_sse24_gen_syndrome() local
374 int d, z, z0; in raid6_sse24_xor_syndrome() local
Davx512.c53 int d, z, z0; in raid6_avx5121_gen_syndrome() local
111 int d, z, z0; in raid6_avx5121_xor_syndrome() local
180 int d, z, z0; in raid6_avx5122_gen_syndrome() local
243 int d, z, z0; in raid6_avx5122_xor_syndrome() local
339 int d, z, z0; in raid6_avx5124_gen_syndrome() local
433 int d, z, z0; in raid6_avx5124_xor_syndrome() local
Dmmx.c44 int d, z, z0; in raid6_mmx1_gen_syndrome() local
92 int d, z, z0; in raid6_mmx2_gen_syndrome() local
Dsse1.c49 int d, z, z0; in raid6_sse11_gen_syndrome() local
108 int d, z, z0; in raid6_sse12_gen_syndrome() local
/Linux-v4.19/arch/mips/math-emu/
Dsp_maddf.c18 static union ieee754sp _sp_maddf(union ieee754sp z, union ieee754sp x, in _sp_maddf()
255 union ieee754sp ieee754sp_maddf(union ieee754sp z, union ieee754sp x, in ieee754sp_maddf()
261 union ieee754sp ieee754sp_msubf(union ieee754sp z, union ieee754sp x, in ieee754sp_msubf()
Ddp_maddf.c43 static union ieee754dp _dp_maddf(union ieee754dp z, union ieee754dp x, in _dp_maddf()
335 union ieee754dp ieee754dp_maddf(union ieee754dp z, union ieee754dp x, in ieee754dp_maddf()
341 union ieee754dp ieee754dp_msubf(union ieee754dp z, union ieee754dp x, in ieee754dp_msubf()
/Linux-v4.19/crypto/
Dmd5.c35 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
36 #define F2(x, y, z) F1(z, x, y) argument
37 #define F3(x, y, z) (x ^ y ^ z) argument
38 #define F4(x, y, z) (y ^ (x | ~z)) argument
40 #define MD5STEP(f, w, x, y, z, in, s) \ argument
Dtea.c64 u32 y, z, n, sum = 0; in tea_encrypt() local
92 u32 y, z, n, sum; in tea_decrypt() local
137 u32 y, z, sum = 0; in xtea_encrypt() local
158 u32 y, z, sum; in xtea_decrypt() local
181 u32 y, z, sum = 0; in xeta_encrypt() local
202 u32 y, z, sum; in xeta_decrypt() local
Drmd320.c42 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
43 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
44 #define F3(x, y, z) ((x | ~y) ^ z) argument
45 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
46 #define F5(x, y, z) (x ^ (y | ~z)) argument
Drmd160.c42 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
43 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
44 #define F3(x, y, z) ((x | ~y) ^ z) argument
45 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
46 #define F5(x, y, z) (x ^ (y | ~z)) argument
Drmd256.c40 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
41 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
42 #define F3(x, y, z) ((x | ~y) ^ z) argument
43 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
Drmd128.c40 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
41 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
42 #define F3(x, y, z) ((x | ~y) ^ z) argument
43 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
/Linux-v4.19/arch/alpha/lib/
Dcsum_partial_copy.c24 #define extql(x,y,z) \ argument
27 #define extqh(x,y,z) \ argument
30 #define mskql(x,y,z) \ argument
33 #define mskqh(x,y,z) \ argument
36 #define insql(x,y,z) \ argument
39 #define insqh(x,y,z) \ argument
/Linux-v4.19/drivers/thermal/
Dda9062-thermal.c133 static int da9062_thermal_get_mode(struct thermal_zone_device *z, in da9062_thermal_get_mode()
141 static int da9062_thermal_get_trip_type(struct thermal_zone_device *z, in da9062_thermal_get_trip_type()
160 static int da9062_thermal_get_trip_temp(struct thermal_zone_device *z, in da9062_thermal_get_trip_temp()
179 static int da9062_thermal_get_temp(struct thermal_zone_device *z, in da9062_thermal_get_temp()
/Linux-v4.19/arch/x86/math-emu/
Dfpu_system.h107 #define FPU_access_ok(x,y,z) if ( !access_ok(x,y,z) ) \ argument
117 #define FPU_code_access_ok(z) argument
122 #define FPU_code_access_ok(z) FPU_access_ok(VERIFY_READ,(void __user *)FPU_EIP,z) argument
/Linux-v4.19/drivers/scsi/
Dzorro7xx.c74 static int zorro7xx_init_one(struct zorro_dev *z, in zorro7xx_init_one()
153 static void zorro7xx_remove_one(struct zorro_dev *z) in zorro7xx_remove_one()
/Linux-v4.19/drivers/macintosh/ams/
Dams-input.c35 s8 x, y, z; in ams_idev_poll() local
58 s8 x, y, z; in ams_input_enable() local

12345678