Searched refs:func_ptr (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/powerpc/mm/ |
| H A D | wild_bctr.c | 125 int (*func_ptr)(void); in test_wild_bctr() local 141 func_ptr = ok; in test_wild_bctr() 142 func_ptr(); in test_wild_bctr() 151 func_ptr = (int (*)(void))BAD_FUNC; in test_wild_bctr() 152 func_ptr(); in test_wild_bctr()
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_common.h | 61 int (*func_ptr)(void *data), in rsi_create_kthread() 66 thread->task = kthread_run(func_ptr, common, "%s", name); in rsi_create_kthread()
|
| /linux/arch/sparc/include/asm/ |
| H A D | oplib_32.h | 77 void prom_setsync(sync_func_t func_ptr);
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_xsk.h | 128 thread_func_t func_ptr; member 157 int init_iface(struct ifobject *ifobj, thread_func_t func_ptr);
|
| H A D | test_xsk.c | 1836 pthread_create(&t0, NULL, ifobj1->func_ptr, test); in __testapp_validate_traffic() 1851 pthread_create(&t1, NULL, ifobj2->func_ptr, test); in __testapp_validate_traffic() 1915 thread_func_t tmp_func_ptr = (*ifobj1)->func_ptr; in swap_directions() 1918 (*ifobj1)->func_ptr = (*ifobj2)->func_ptr; in swap_directions() 1919 (*ifobj2)->func_ptr = tmp_func_ptr; in swap_directions() 2347 int init_iface(struct ifobject *ifobj, thread_func_t func_ptr) in init_iface() argument 2352 ifobj->func_ptr = func_ptr; in init_iface()
|
| /linux/arch/m68k/include/asm/ |
| H A D | oplib.h | 122 extern void prom_setsync(sync_func_t func_ptr);
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xskxceiver.h | 135 thread_func_t func_ptr; global() member
|
| /linux/sound/soc/codecs/ |
| H A D | tac5xx2-sdw.c | 1943 struct sdca_function_data **func_ptr; in tac_sdw_probe() local 1948 func_ptr = &tac_dev->sa_func_data; in tac_sdw_probe() 1952 func_ptr = &tac_dev->sm_func_data; in tac_sdw_probe() 1956 func_ptr = &tac_dev->uaj_func_data; in tac_sdw_probe() 1960 func_ptr = &tac_dev->hid_func_data; in tac_sdw_probe() 1976 *func_ptr = function_data; in tac_sdw_probe()
|
| /linux/kernel/bpf/ |
| H A D | bpf_struct_ops.c | 353 void *func_ptr = *(void **)(st_ops->cfi_stubs + moff); in bpf_struct_ops_supported() local 355 return func_ptr ? 0 : -ENOTSUPP; in bpf_struct_ops_supported()
|