Home
last modified time | relevance | path

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

/linux-4.4.14/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.c521 static struct dm_arg _args[] = { in parse_path_selector() local
641 static struct dm_arg _args[] = { in parse_priority_group() local
717 static struct dm_arg _args[] = { in parse_hw_handler() local
761 static struct dm_arg _args[] = { in parse_features() local
813 static struct dm_arg _args[] = { in multipath_ctr() local
Ddm-switch.c254 static struct dm_arg _args[] = { in switch_ctr() local
Ddm-verity.c721 static struct dm_arg _args[] = { in verity_ctr() local
Ddm-crypt.c1743 static struct dm_arg _args[] = { in crypt_ctr() local
Ddm-cache-target.c2549 static struct dm_arg _args[] = { in parse_features() local
2588 static struct dm_arg _args[] = { in parse_policy() local
Ddm-thin.c2966 static struct dm_arg _args[] = { in parse_pool_features() local
/linux-4.4.14/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.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h2286 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument