tag | line | file | source code |
bh_pointer | 82 | include/linux/tqueue.h | extern __inline__ void queue_task_irq(struct tq_struct *bh_pointer, |
bh_pointer | 85 | include/linux/tqueue.h | if (!set_bit(0,&bh_pointer->sync)) { |
bh_pointer | 86 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
bh_pointer | 87 | include/linux/tqueue.h | *bh_list = bh_pointer; |
bh_pointer | 95 | include/linux/tqueue.h | extern __inline__ void queue_task_irq_off(struct tq_struct *bh_pointer, |
bh_pointer | 98 | include/linux/tqueue.h | if (!(bh_pointer->sync & 1)) { |
bh_pointer | 99 | include/linux/tqueue.h | bh_pointer->sync = 1; |
bh_pointer | 100 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
bh_pointer | 101 | include/linux/tqueue.h | *bh_list = bh_pointer; |
bh_pointer | 109 | include/linux/tqueue.h | extern __inline__ void queue_task(struct tq_struct *bh_pointer, |
bh_pointer | 112 | include/linux/tqueue.h | if (!set_bit(0,&bh_pointer->sync)) { |
bh_pointer | 116 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
bh_pointer | 117 | include/linux/tqueue.h | *bh_list = bh_pointer; |