Home
last modified time | relevance | path

Searched defs:lock (Results 1 – 25 of 93) sorted by relevance

1234

/dpdk/drivers/net/cxgbe/
H A Dclip_tbl.h15 rte_spinlock_t lock; /* entry lock */ member
22 rte_rwlock_t lock; /* table rw lock */ member
H A Dsmt.h27 rte_spinlock_t lock; member
33 rte_rwlock_t lock; member
H A Dl2t.h32 rte_spinlock_t lock; /* entry lock */ member
39 rte_rwlock_t lock; /* table rw lock */ member
H A Dmps_tcam.h37 rte_rwlock_t lock; member
/dpdk/drivers/net/cnxk/
H A Dcn9k_ethdev_sec.c150 rte_spinlock_t *lock; in cn9k_eth_sec_session_create() local
344 rte_spinlock_t *lock; in cn9k_eth_sec_session_destroy() local
H A Dcn10k_ethdev_sec.c597 rte_spinlock_t *lock; in cn10k_eth_sec_session_create() local
854 rte_spinlock_t *lock; in cn10k_eth_sec_session_destroy() local
/dpdk/drivers/net/qede/base/
H A Dbcm_osal.h157 #define OSAL_MUTEX_RELEASE(lock) pthread_mutex_unlock(lock) argument
159 #define OSAL_MUTEX_ACQUIRE(lock) pthread_mutex_lock(lock) argument
160 #define OSAL_MUTEX_ALLOC(hwfn, lock) nothing argument
161 #define OSAL_MUTEX_DEALLOC(lock) nothing argument
165 #define OSAL_SPIN_LOCK_INIT(lock) rte_spinlock_init(lock) argument
166 #define OSAL_SPIN_LOCK(lock) rte_spinlock_lock(lock) argument
167 #define OSAL_SPIN_UNLOCK(lock) rte_spinlock_unlock(lock) argument
168 #define OSAL_SPIN_LOCK_IRQSAVE(lock, flags) \ argument
174 #define OSAL_SPIN_UNLOCK_IRQSAVE(lock, flags) nothing argument
175 #define OSAL_SPIN_LOCK_ALLOC(hwfn, lock) nothing argument
[all …]
/dpdk/drivers/common/qat/dev/
H A Dqat_dev_gen1.c119 void *base_addr, rte_spinlock_t *lock) in qat_qp_adf_arb_enable_gen1()
136 void *base_addr, rte_spinlock_t *lock) in qat_qp_adf_arb_disable_gen1()
H A Dqat_dev_gen4.c160 void *base_addr, rte_spinlock_t *lock) in qat_qp_adf_arb_enable_gen4()
177 void *base_addr, rte_spinlock_t *lock) in qat_qp_adf_arb_disable_gen4()
/dpdk/drivers/net/ionic/
H A Dionic_rx_filter.h27 rte_spinlock_t lock; member
/dpdk/lib/eal/common/
H A Dmalloc_heap.h25 rte_spinlock_t lock; member
/dpdk/app/test/
H A Dtest_service_cores.c61 uint32_t *lock = &test_params[0]; in dummy_mt_unsafe_cb() local
88 uint32_t *lock = &test_params[0]; in dummy_mt_safe_cb() local
750 uint32_t *lock = &params[1]; in delay_as_a_mt_safe_service() local
H A Dtest_pflock.c97 int lock = 0; in test_pflock_perf() local
H A Dtest_spinlock.c133 int lock = 0; in test_spinlock_perf() local
H A Dtest_mcslock.c99 int lock = 0; in test_mcslock_perf() local
H A Dtest_ticketlock.c136 int lock = 0; in test_ticketlock_perf() local
/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h354 static inline void t4_os_rwlock_init(rte_rwlock_t *lock) in t4_os_rwlock_init()
363 static inline void t4_os_write_lock(rte_rwlock_t *lock) in t4_os_write_lock()
372 static inline void t4_os_write_unlock(rte_rwlock_t *lock) in t4_os_write_unlock()
681 static inline void t4_os_lock_init(rte_spinlock_t *lock) in t4_os_lock_init()
690 static inline void t4_os_lock(rte_spinlock_t *lock) in t4_os_lock()
699 static inline void t4_os_unlock(rte_spinlock_t *lock) in t4_os_unlock()
708 static inline int t4_os_trylock(rte_spinlock_t *lock) in t4_os_trylock()
735 rte_spinlock_t *lock) in t4_os_atomic_add_tail()
749 rte_spinlock_t *lock) in t4_os_atomic_list_del()
/dpdk/drivers/common/cpt/
H A Dcpt_fpm_tables.c1080 static rte_spinlock_t lock = RTE_SPINLOCK_INITIALIZER; variable
/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_cpp_pcie_ops.c102 int lock; member
113 int lock; member
643 struct flock lock; in nfp_acquire_process_lock() local
673 struct flock lock; in nfp_acquire_secondary_process_lock() local
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_alb.h47 rte_spinlock_t lock; member
/dpdk/lib/eal/x86/include/
H A Drte_spinlock.h78 rte_try_tm(volatile int *lock) in rte_try_tm()
/dpdk/drivers/common/cnxk/
H A Dcnxk_security_ar.h26 rte_spinlock_t lock; member
/dpdk/drivers/common/sfc_efx/
H A Dsfc_efx_mcdi.h52 rte_spinlock_t lock; member
/dpdk/lib/eal/x86/
H A Drte_power_intrinsics.c16 rte_spinlock_t lock; member
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_phy.c80 u16 *val, bool lock) in ixgbe_read_i2c_combined_generic_int()
157 u16 val, bool lock) in ixgbe_write_i2c_combined_generic_int()
1999 u8 dev_addr, u8 *data, bool lock) in ixgbe_read_i2c_byte_generic_int()
2122 u8 dev_addr, u8 data, bool lock) in ixgbe_write_i2c_byte_generic_int()

1234