Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Ddev.c457 .process_queue_bh_lock = INIT_LOCAL_LOCK(process_queue_bh_lock),
6198 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in flush_backlog()
6206 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in flush_backlog()
6348 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6350 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6359 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6361 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6376 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6379 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
/linux-6.15/include/linux/
H A Dnetdevice.h3455 local_lock_t process_queue_bh_lock; member