tag | line | file | source code |
bh_pointer | 95 | include/linux/tqueue.h | _INLINE_ void queue_task_irq(struct tq_struct *bh_pointer, |
bh_pointer | 98 | include/linux/tqueue.h | if (!set_bit(0,&bh_pointer->sync)) { |
bh_pointer | 99 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
bh_pointer | 100 | include/linux/tqueue.h | *bh_list = bh_pointer; |
bh_pointer | 108 | include/linux/tqueue.h | _INLINE_ void queue_task_irq_off(struct tq_struct *bh_pointer, |
bh_pointer | 111 | include/linux/tqueue.h | if (!(bh_pointer->sync & 1)) { |
bh_pointer | 112 | include/linux/tqueue.h | bh_pointer->sync = 1; |
bh_pointer | 113 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
bh_pointer | 114 | include/linux/tqueue.h | *bh_list = bh_pointer; |
bh_pointer | 122 | include/linux/tqueue.h | _INLINE_ void queue_task(struct tq_struct *bh_pointer, |
bh_pointer | 125 | include/linux/tqueue.h | if (!set_bit(0,&bh_pointer->sync)) { |
bh_pointer | 129 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
bh_pointer | 130 | include/linux/tqueue.h | *bh_list = bh_pointer; |