Home
last modified time | relevance | path

Searched refs:func_ptr (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/tools/testing/selftests/powerpc/mm/
Dwild_bctr.c125 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-v5.15/drivers/net/wireless/rsi/
Drsi_common.h61 void *func_ptr, in rsi_create_kthread() argument
66 thread->task = kthread_run(func_ptr, common, "%s", name); in rsi_create_kthread()
/Linux-v5.15/tools/testing/selftests/bpf/
Dxdpxceiver.c878 pthread_create(&t0, NULL, ifdict_rx->func_ptr, ifdict_rx); in testapp_validate()
885 pthread_create(&t1, NULL, ifdict_tx->func_ptr, ifdict_tx); in testapp_validate()
908 void *(*tmp_func_ptr)(void *) = ifobj1->func_ptr; in swap_vectors()
911 ifobj1->func_ptr = ifobj2->func_ptr; in swap_vectors()
914 ifobj2->func_ptr = tmp_func_ptr; in swap_vectors()
1014 ifobj->func_ptr = worker_testapp_validate_tx; in init_iface()
1018 ifobj->func_ptr = worker_testapp_validate_rx; in init_iface()
Dxdpxceiver.h125 void *(*func_ptr)(void *arg); member
/Linux-v5.15/arch/sparc/include/asm/
Doplib_32.h77 void prom_setsync(sync_func_t func_ptr);
/Linux-v5.15/arch/m68k/include/asm/
Doplib.h120 extern void prom_setsync(sync_func_t func_ptr);