Searched defs:_args (Results 1 – 15 of 15) sorted by relevance
54 static const struct dm_arg _args[] = { in parse_features() local186 static const struct dm_arg _args[] = { in flakey_ctr() local
841 static const struct dm_arg _args[] = { in parse_path_selector() local979 static const struct dm_arg _args[] = { in parse_priority_group() local1055 static const struct dm_arg _args[] = { in parse_hw_handler() local1107 static const struct dm_arg _args[] = { in parse_features() local1175 static const struct dm_arg _args[] = { in multipath_ctr() local
254 static const struct dm_arg _args[] = { in switch_ctr() local
894 static const struct dm_arg _args[] = { in verity_parse_opt_args() local
2196 static const struct dm_arg _args[] = { in parse_features() local2252 static const struct dm_arg _args[] = { in parse_policy() local
1183 static const struct dm_arg _args[] = { in parse_snapshot_features() local
2991 struct dm_arg _args[] = { in raid_ctr() local
2043 static struct dm_arg _args[] = { in writecache_ctr() local
2909 static const struct dm_arg _args[] = { in crypt_ctr_optional() local
3756 static const struct dm_arg _args[] = { in dm_integrity_ctr() local
3137 static const struct dm_arg _args[] = { in parse_pool_features() local
32 void *call_nanosleep(void *_args) in call_nanosleep()
326 #define __GUEST_ASSERT(_condition, _nargs, _args...) do { \ argument
220 #define XPC_UNPACK_ARG1(_args) (((u64)_args) & 0xffffffff) argument221 #define XPC_UNPACK_ARG2(_args) ((((u64)_args) >> 32) & 0xffffffff) argument
2298 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument