Home
last modified time | relevance | path

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

/linux-4.1.27/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.c524 static struct dm_arg _args[] = { in parse_path_selector() local
650 static struct dm_arg _args[] = { in parse_priority_group() local
726 static struct dm_arg _args[] = { in parse_hw_handler() local
776 static struct dm_arg _args[] = { in parse_features() local
828 static struct dm_arg _args[] = { in multipath_ctr() local
Ddm-switch.c254 static struct dm_arg _args[] = { in switch_ctr() local
Ddm-verity.c743 static struct dm_arg _args[] = { in verity_ctr() local
Ddm-cache-target.c2143 static struct dm_arg _args[] = { in parse_features() local
2182 static struct dm_arg _args[] = { in parse_policy() local
Ddm-crypt.c1723 static struct dm_arg _args[] = { in crypt_ctr() local
Ddm-thin.c2723 static struct dm_arg _args[] = { in parse_pool_features() local
/linux-4.1.27/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-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h2288 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument