Home
last modified time | relevance | path

Searched defs:_args (Results 1 – 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
Ddm-flakey.c54 static const struct dm_arg _args[] = { in parse_features() local
186 static const struct dm_arg _args[] = { in flakey_ctr() local
Ddm-mpath.c841 static const struct dm_arg _args[] = { in parse_path_selector() local
979 static const struct dm_arg _args[] = { in parse_priority_group() local
1055 static const struct dm_arg _args[] = { in parse_hw_handler() local
1107 static const struct dm_arg _args[] = { in parse_features() local
1175 static const struct dm_arg _args[] = { in multipath_ctr() local
Ddm-switch.c254 static const struct dm_arg _args[] = { in switch_ctr() local
Ddm-verity-target.c926 static const struct dm_arg _args[] = { in verity_parse_opt_args() local
Ddm-cache-target.c2197 static const struct dm_arg _args[] = { in parse_features() local
2253 static const struct dm_arg _args[] = { in parse_policy() local
Ddm-raid.c3013 struct dm_arg _args[] = { in raid_ctr() local
Ddm-snap.c1204 static const struct dm_arg _args[] = { in parse_snapshot_features() local
Ddm-writecache.c2095 static struct dm_arg _args[] = { in writecache_ctr() local
Ddm-crypt.c3048 static const struct dm_arg _args[] = { in crypt_ctr_optional() local
Ddm-integrity.c3816 static const struct dm_arg _args[] = { in dm_integrity_ctr() local
Ddm-thin.c3139 static const struct dm_arg _args[] = { in parse_pool_features() local
/kernel/linux/linux-5.10/tools/testing/selftests/timens/
Dclock_nanosleep.c32 void *call_nanosleep(void *_args) in call_nanosleep()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/
Dkvm_util.h326 #define __GUEST_ASSERT(_condition, _nargs, _args...) do { \ argument
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
Dxpc.h220 #define XPC_UNPACK_ARG1(_args) (((u64)_args) & 0xffffffff) argument
221 #define XPC_UNPACK_ARG2(_args) ((((u64)_args) >> 32) & 0xffffffff) argument
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h2298 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument