Searched refs:func_ptr (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/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-6.15/drivers/net/wireless/rsi/ |
| H A 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-6.15/arch/sparc/include/asm/ |
| H A D | oplib_32.h | 77 void prom_setsync(sync_func_t func_ptr);
|
| /linux-6.15/arch/m68k/include/asm/ |
| H A D | oplib.h | 122 extern void prom_setsync(sync_func_t func_ptr);
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | xskxceiver.h | 134 thread_func_t func_ptr; member
|
| H A D | xskxceiver.c | 1884 pthread_create(&t0, NULL, ifobj1->func_ptr, test); in __testapp_validate_traffic() 1892 pthread_create(&t1, NULL, ifobj2->func_ptr, test); in __testapp_validate_traffic() 1967 thread_func_t tmp_func_ptr = (*ifobj1)->func_ptr; in swap_directions() 1970 (*ifobj1)->func_ptr = (*ifobj2)->func_ptr; in swap_directions() 1971 (*ifobj2)->func_ptr = tmp_func_ptr; in swap_directions() 2350 static void init_iface(struct ifobject *ifobj, thread_func_t func_ptr) in init_iface() argument 2355 ifobj->func_ptr = func_ptr; in init_iface()
|
| /linux-6.15/kernel/bpf/ |
| H A D | bpf_struct_ops.c | 326 void *func_ptr = *(void **)(st_ops->cfi_stubs + moff); in bpf_struct_ops_supported() local 328 return func_ptr ? 0 : -ENOTSUPP; in bpf_struct_ops_supported()
|