Searched defs:_args (Results 1 – 6 of 6) sorted by relevance
49 static struct dm_arg _args[] = { in parse_features() local153 static struct dm_arg _args[] = { in flakey_ctr() local
514 static struct dm_arg _args[] = { in parse_path_selector() local614 static struct dm_arg _args[] = { in parse_priority_group() local690 static struct dm_arg _args[] = { in parse_hw_handler() local740 static struct dm_arg _args[] = { in parse_features() local787 static struct dm_arg _args[] = { in multipath_ctr() local
1583 static struct dm_arg _args[] = { in crypt_ctr() local
1643 static struct dm_arg _args[] = { in parse_pool_features() local
297 #define XPC_UNPACK_ARG1(_args) (((u64)_args) & 0xffffffff) argument298 #define XPC_UNPACK_ARG2(_args) ((((u64)_args) >> 32) & 0xffffffff) argument
1569 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument