tag | line | file | source code |
bp_tail | 264 | net/unix/sock.c | upd->bp_head = upd->bp_tail = 0; |
bp_tail | 299 | net/unix/sock.c | upd->bp_head = upd->bp_tail = 0; |
bp_tail | 639 | net/unix/sock.c | if (cando >(part = BUF_SIZE - upd->bp_tail)) cando = part; |
bp_tail | 647 | net/unix/sock.c | memcpy_tofs(ubuf, upd->buf + upd->bp_tail, cando); |
bp_tail | 648 | 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) & \ |