HomeSort by: relevance | last modified time | path
    Searched defs:ib_head (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/kernel/sys/
bsd_audioirig.h 45 #define AUIB_INIT(ib) ((ib)->ib_head = (ib)->ib_tail = (ib)->ib_lock = \
51 #define AUIB_EMPTY(ib) ((ib)->ib_head == (ib)->ib_tail)
52 #define AUIB_LEN(ib) (AUIB_MOD((ib)->ib_tail - (ib)->ib_head))
53 #define AUIB_LEFT(ib) (AUIB_MOD((ib)->ib_head - (ib)->ib_tail - 1))
96 int ib_head; /* queue head */ member in struct:auib
bsd_audioirig.h 45 #define AUIB_INIT(ib) ((ib)->ib_head = (ib)->ib_tail = (ib)->ib_lock = \
51 #define AUIB_EMPTY(ib) ((ib)->ib_head == (ib)->ib_tail)
52 #define AUIB_LEN(ib) (AUIB_MOD((ib)->ib_tail - (ib)->ib_head))
53 #define AUIB_LEFT(ib) (AUIB_MOD((ib)->ib_head - (ib)->ib_tail - 1))
96 int ib_head; /* queue head */ member in struct:auib
bsd_audioirig.h 45 #define AUIB_INIT(ib) ((ib)->ib_head = (ib)->ib_tail = (ib)->ib_lock = \
51 #define AUIB_EMPTY(ib) ((ib)->ib_head == (ib)->ib_tail)
52 #define AUIB_LEN(ib) (AUIB_MOD((ib)->ib_tail - (ib)->ib_head))
53 #define AUIB_LEFT(ib) (AUIB_MOD((ib)->ib_head - (ib)->ib_tail - 1))
96 int ib_head; /* queue head */ member in struct:auib
bsd_audioirig.h 45 #define AUIB_INIT(ib) ((ib)->ib_head = (ib)->ib_tail = (ib)->ib_lock = \
51 #define AUIB_EMPTY(ib) ((ib)->ib_head == (ib)->ib_tail)
52 #define AUIB_LEN(ib) (AUIB_MOD((ib)->ib_tail - (ib)->ib_head))
53 #define AUIB_LEFT(ib) (AUIB_MOD((ib)->ib_head - (ib)->ib_tail - 1))
96 int ib_head; /* queue head */ member in struct:auib

Completed in 62 milliseconds