tag | line | file | source code |
---|---|---|---|
bp_tail | 255 | net/unix/sock.c | upd->bp_head = upd->bp_tail = 0; |
bp_tail | 294 | net/unix/sock.c | upd->bp_head = upd->bp_tail = 0; |
bp_tail | 654 | net/unix/sock.c | if (cando >(part = BUF_SIZE - upd->bp_tail)) |
bp_tail | 656 | net/unix/sock.c | memcpy_tofs(ubuf, upd->buf + upd->bp_tail, cando); |
bp_tail | 657 | net/unix/sock.c | upd->bp_tail =(upd->bp_tail + cando) &(BUF_SIZE-1); |
bp_tail | 39 | net/unix/unix.h | int bp_head, bp_tail; |
bp_tail | 62 | net/unix/unix.h | #define UN_BUF_AVAIL(UPD) (((UPD)->bp_head - (UPD)->bp_tail) & \ |