Home
last modified time | relevance | path

Searched refs:callback_sl (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_telemetry/
H A Dtelemetry.c56 static rte_spinlock_t callback_sl = RTE_SPINLOCK_INITIALIZER; variable
72 rte_spinlock_lock(&callback_sl); in rte_telemetry_register_cmd()
84 rte_spinlock_unlock(&callback_sl); in rte_telemetry_register_cmd()
123 rte_spinlock_lock(&callback_sl); in command_help()
130 rte_spinlock_unlock(&callback_sl); in command_help()
322 rte_spinlock_lock(&callback_sl); in client_handler()
328 rte_spinlock_unlock(&callback_sl); in client_handler()
H A Dtelemetry_legacy.c52 static rte_spinlock_t callback_sl = RTE_SPINLOCK_INITIALIZER; variable
64 rte_spinlock_lock(&callback_sl); in rte_telemetry_legacy_register()
73 rte_spinlock_unlock(&callback_sl); in rte_telemetry_legacy_register()