Searched refs:pthread_getaffinity_np (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_bphy_irq.c | 247 rc = pthread_getaffinity_np(pthread_self(), sizeof(orig_cpuset), in roc_bphy_irq_handler_set() 346 retval = pthread_getaffinity_np(pthread_self(), sizeof(orig_cpuset), in roc_bphy_intr_clear() 403 retval = pthread_getaffinity_np(pthread_self(), sizeof(orig_cpuset), in roc_bphy_intr_register()
|
| /dpdk/lib/eal/unix/ |
| H A D | rte_thread.c | 118 return pthread_getaffinity_np((pthread_t)thread_id.opaque_id, in rte_thread_get_affinity_by_id()
|
| /dpdk/lib/eal/windows/include/ |
| H A D | pthread.h | 87 pthread_getaffinity_np(pthread_t threadid, size_t cpuset_size, in pthread_getaffinity_np() function
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_thread.c | 340 if (pthread_getaffinity_np(pthread_self(), sizeof(cpuset), in rte_thread_register()
|
| H A D | eal_common_options.c | 1945 if (pthread_getaffinity_np(pthread_self(), sizeof(rte_cpuset_t), in eal_auto_detect_cores() 1974 if (pthread_getaffinity_np(pthread_self(), sizeof(rte_cpuset_t), in compute_ctrl_threads_cpuset()
|
| /dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman_driver.c | 41 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), in fsl_bman_portal_init()
|
| /dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_dpio.c | 95 ret = pthread_getaffinity_np(pthread_self(), sizeof(cpu_set_t), in dpaa2_get_core_id()
|