Home
last modified time | relevance | path

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

/dpdk/lib/telemetry/
H A Dtelemetry.c64 static rte_spinlock_t callback_sl = RTE_SPINLOCK_INITIALIZER; variable
79 rte_spinlock_lock(&callback_sl); in rte_telemetry_register_cmd()
82 rte_spinlock_unlock(&callback_sl); in rte_telemetry_register_cmd()
98 rte_spinlock_unlock(&callback_sl); in rte_telemetry_register_cmd()
112 rte_spinlock_lock(&callback_sl); in list_commands()
115 rte_spinlock_unlock(&callback_sl); in list_commands()
139 rte_spinlock_lock(&callback_sl); in command_help()
146 rte_spinlock_unlock(&callback_sl); in command_help()
375 rte_spinlock_lock(&callback_sl); in client_handler()
381 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()