Searched refs:tid_tail (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dkern_thread.c86 static int tid_head, tid_tail; variable
102 if (tid_head == tid_tail) {
118 if ((tid_tail + 1) % TID_BUFFER_SIZE == tid_head) {
122 tid_buffer[tid_tail] = tid;
123 tid_tail = (tid_tail + 1) % TID_BUFFER_SIZE;
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic79xx.c7552 u_int tid_tail; local
7587 action, &tid_head, &tid_tail,
7619 ahd_outw(ahd, tail_offset, tid_tail);

Completed in 121 milliseconds