Searched refs:load_module (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | kfunc_module_order.c | 31 err = load_module("bpf_test_modorder_x.ko", in test_kfunc_module_order() 36 err = load_module("bpf_test_modorder_y.ko", in test_kfunc_module_order()
|
/linux/tools/testing/selftests/bpf/ |
H A D | testing_helpers.h | 41 int load_module(const char *path, bool verbose);
|
H A D | testing_helpers.c | 402 int load_module(const char *path, bool verbose) in load_module() function 433 return load_module("bpf_testmod.ko", verbose); in load_bpf_testmod()
|
/linux/block/ |
H A D | blk-sysfs.c | 29 void (*load_module)(struct gendisk *disk, const char *page, size_t count); member 426 .load_module = _prefix##_load_module, \ 695 if (entry->load_module) in queue_attr_store() 696 entry->load_module(disk, page, length); in queue_attr_store()
|
/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | kmemleak.rst | 222 [<00000000542b9814>] load_module+0x203c/0x2480
|
/linux/sound/soc/sof/ |
H A D | sof-priv.h | 225 int (*load_module)(struct snd_sof_dev *sof_dev, 233 int (*load_module)(struct snd_sof_dev *sof_dev, global() member
|
/linux/sound/core/seq/ |
H A D | seq_clientmgr.c | 109 static struct snd_seq_client *client_use_ptr(int clientid, bool load_module) in client_use_ptr() argument 129 if (load_module) { in client_use_ptr()
|