Searched refs:func_ptr (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/powerpc/mm/ |
| 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-v6.6/drivers/net/wireless/rsi/ |
| D | rsi_common.h | 61 void *func_ptr, in rsi_create_kthread() argument 66 thread->task = kthread_run(func_ptr, common, "%s", name); in rsi_create_kthread()
|
| /Linux-v6.6/arch/sparc/include/asm/ |
| D | oplib_32.h | 77 void prom_setsync(sync_func_t func_ptr);
|
| /Linux-v6.6/arch/m68k/include/asm/ |
| D | oplib.h | 120 extern void prom_setsync(sync_func_t func_ptr);
|
| /Linux-v6.6/tools/testing/selftests/bpf/ |
| D | xskxceiver.h | 150 thread_func_t func_ptr; member
|
| D | xskxceiver.c | 1631 pthread_create(&t0, NULL, ifobj1->func_ptr, test); in __testapp_validate_traffic() 1639 pthread_create(&t1, NULL, ifobj2->func_ptr, test); in __testapp_validate_traffic() 1697 thread_func_t tmp_func_ptr = (*ifobj1)->func_ptr; in swap_directions() 1700 (*ifobj1)->func_ptr = (*ifobj2)->func_ptr; in swap_directions() 1701 (*ifobj2)->func_ptr = tmp_func_ptr; in swap_directions() 2058 thread_func_t func_ptr) in init_iface() argument 2066 ifobj->func_ptr = func_ptr; in init_iface()
|