Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-flakey.c54 static const struct dm_arg _args[] = { in parse_features() local
186 static const struct dm_arg _args[] = { in flakey_ctr() local
H A Ddm-mpath.c841 static const struct dm_arg _args[] = { in parse_path_selector() local
979 static const struct dm_arg _args[] = { in parse_priority_group() local
1055 static const struct dm_arg _args[] = { in parse_hw_handler() local
1107 static const struct dm_arg _args[] = { in parse_features() local
1175 static const struct dm_arg _args[] = { in multipath_ctr() local
H A Ddm-default-key.c88 static const struct dm_arg _args[] = { in default_key_ctr_optional() local
H A Ddm-switch.c254 static const struct dm_arg _args[] = { in switch_ctr() local
H A Ddm-verity-target.c913 static const struct dm_arg _args[] = { in verity_parse_opt_args() local
H A Ddm-bow.c653 static const struct dm_arg _args[] = { in dm_bow_ctr_optional() local
H A Ddm-cache-target.c2196 static const struct dm_arg _args[] = { in parse_features() local
2252 static const struct dm_arg _args[] = { in parse_policy() local
H A Ddm-writecache.c2095 static struct dm_arg _args[] = { in writecache_ctr() local
H A Ddm-snap.c1205 static const struct dm_arg _args[] = { in parse_snapshot_features() local
H A Ddm-raid.c3013 struct dm_arg _args[] = { in raid_ctr() local
H A Ddm-crypt.c3048 static const struct dm_arg _args[] = { in crypt_ctr_optional() local
H A Ddm-integrity.c3816 static const struct dm_arg _args[] = { in dm_integrity_ctr() local
H A Ddm-thin.c3137 static const struct dm_arg _args[] = { in parse_pool_features() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/timens/
H A Dclock_nanosleep.c32 void *call_nanosleep(void *_args) in call_nanosleep()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/
H A Dkvm_util.h326 #define __GUEST_ASSERT(_condition, _nargs, _args...) do { \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_dbg.h55 #define WIFICC_LOGDEBUGIF(_flags, _args) argument
56 #define WIFICC_LOGDEBUG(_args) argument
/OK3568_Linux_fs/u-boot/include/
H A Dlog.h96 #define log(_cat, _level, _fmt, _args...) ({ \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_dbg.h54 #define WIFICC_LOGDEBUGIF(_flags, _args) argument
55 #define WIFICC_LOGDEBUG(_args) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_dbg.h54 #define WIFICC_LOGDEBUGIF(_flags, _args) argument
55 #define WIFICC_LOGDEBUG(_args) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_dbg.h54 #define WIFICC_LOGDEBUGIF(_flags, _args) argument
55 #define WIFICC_LOGDEBUG(_args) argument
/OK3568_Linux_fs/kernel/drivers/misc/sgi-xp/
H A Dxpc.h220 #define XPC_UNPACK_ARG1(_args) (((u64)_args) & 0xffffffff) argument
221 #define XPC_UNPACK_ARG2(_args) ((((u64)_args) >> 32) & 0xffffffff) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_dbg.h60 #define WIFICC_LOGDEBUGIF(_flags, _args) argument
61 #define WIFICC_LOGDEBUG(_args) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_dbg.h60 #define WIFICC_LOGDEBUGIF(_flags, _args) argument
61 #define WIFICC_LOGDEBUG(_args) argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h2298 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument