Home
last modified time | relevance | path

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

/drivers/md/
Ddm-flakey.c53 static struct dm_arg _args[] = { in parse_features() local
157 static struct dm_arg _args[] = { in flakey_ctr() local
Ddm-mpath.c485 static struct dm_arg _args[] = { in parse_path_selector() local
611 static struct dm_arg _args[] = { in parse_priority_group() local
687 static struct dm_arg _args[] = { in parse_hw_handler() local
737 static struct dm_arg _args[] = { in parse_features() local
789 static struct dm_arg _args[] = { in multipath_ctr() local
Ddm-switch.c254 static struct dm_arg _args[] = { in switch_ctr() local
Ddm-verity-target.c792 static struct dm_arg _args[] = { in verity_parse_opt_args() local
Ddm-cache-target.c2033 static struct dm_arg _args[] = { in parse_features() local
2072 static struct dm_arg _args[] = { in parse_policy() local
Ddm-crypt.c1719 static struct dm_arg _args[] = { in crypt_ctr() local
Ddm-thin.c2360 static struct dm_arg _args[] = { in parse_pool_features() local
/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
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h2280 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument