Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev.c463 .process_queue_bh_lock = INIT_LOCAL_LOCK(process_queue_bh_lock),
6492 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in flush_backlog()
6500 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock);
6641 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6643 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6652 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6654 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6669 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6672 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
[all...]
/linux/include/linux/
H A Dnetdevice.h3519 local_lock_t process_queue_bh_lock; member