Home
last modified time | relevance | path

Searched refs:br_read_unlock (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dbrlock.h95 static inline void br_read_unlock (enum brlock_indices idx) in br_read_unlock() function
129 # define br_read_unlock(idx) ((void)(idx)) macro
157 do { br_read_unlock(irx); local_irq_restore(flags); } while (0)
160 do { br_read_unlock(idx); local_irq_enable(); } while (0)
163 do { br_read_unlock(idx); local_bh_enable(); } while (0)
/linux-2.4.37.9/include/asm-ppc64/
Dhardirq.h43 #define irq_exit(cpu) br_read_unlock(BR_GLOBALIRQ_LOCK)
/linux-2.4.37.9/include/asm-sparc/
Dhardirq.h39 #define irq_exit(cpu, irq) br_read_unlock(BR_GLOBALIRQ_LOCK)
/linux-2.4.37.9/include/asm-sparc64/
Dhardirq.h39 #define irq_exit(cpu, irq) br_read_unlock(BR_GLOBALIRQ_LOCK)
/linux-2.4.37.9/net/core/
Ddev.c970 br_read_unlock(BR_NETPROTO_LOCK); in dev_queue_xmit_nit()
1641 br_read_unlock(BR_NETPROTO_LOCK); in net_rx_action()
1649 br_read_unlock(BR_NETPROTO_LOCK); in net_rx_action()