Home
last modified time | relevance | path

Searched defs:lock_ptr (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dhung_task.h39 unsigned long lock_ptr = (unsigned long)lock; in hung_task_set_blocker() local
/linux/kernel/futex/
H A Dcore.c924 spinlock_t *lock_ptr; in futex_unqueue() local
969 spinlock_t *lock_ptr; in futex_q_lockptr_lock() local
H A Dfutex.h196 spinlock_t *lock_ptr; member
/linux/rust/kernel/
H A Dmaple_tree.rs249 let lock_ptr = unsafe { &raw mut (*self.tree.get()).__bindgen_anon_1.ma_lock }; in ma_lock() localVariable
/linux/net/rds/
H A Dib_cm.c1253 spinlock_t *lock_ptr; in rds_ib_conn_free() local
/linux/drivers/md/dm-vdo/
H A Ddedupe.c866 struct hash_lock **lock_ptr) in acquire_lock()