Home
last modified time | relevance | path

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

/Linux-v4.19/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.c779 static const struct dm_arg _args[] = { in parse_path_selector() local
917 static const struct dm_arg _args[] = { in parse_priority_group() local
993 static const struct dm_arg _args[] = { in parse_hw_handler() local
1045 static const struct dm_arg _args[] = { in parse_features() local
1114 static const struct dm_arg _args[] = { in multipath_ctr() local
Ddm-switch.c255 static const struct dm_arg _args[] = { in switch_ctr() local
Ddm-verity-target.c865 static const struct dm_arg _args[] = { in verity_parse_opt_args() local
Ddm-cache-target.c2241 static const struct dm_arg _args[] = { in parse_features() local
2294 static const struct dm_arg _args[] = { in parse_policy() local
Ddm-writecache.c1831 static struct dm_arg _args[] = { in writecache_ctr() local
Ddm-raid.c3021 struct dm_arg _args[] = { in raid_ctr() local
Ddm-crypt.c2586 static const struct dm_arg _args[] = { in crypt_ctr_optional() local
Ddm-integrity.c3083 static const struct dm_arg _args[] = { in dm_integrity_ctr() local
Ddm-thin.c3095 static const struct dm_arg _args[] = { in parse_pool_features() local
/Linux-v4.19/drivers/misc/sgi-xp/
Dxpc.h297 #define XPC_UNPACK_ARG1(_args) (((u64)_args) & 0xffffffff) argument
298 #define XPC_UNPACK_ARG2(_args) ((((u64)_args) >> 32) & 0xffffffff) argument
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h2308 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument