tag | line | file | source code |
marksweep | 78 | include/net/sock.h | int marksweep; |
marksweep | 136 | net/unix/garbage.c | if (x->protinfo.af_unix.marksweep&MARKED) |
marksweep | 138 | net/unix/garbage.c | x->protinfo.af_unix.marksweep|=MARKED; |
marksweep | 243 | net/unix/garbage.c | if (!(f->protinfo.af_unix.marksweep&MARKED)) |
marksweep | 245 | net/unix/garbage.c | f->protinfo.af_unix.marksweep|=MARKED; |
marksweep | 260 | net/unix/garbage.c | if (!(s->protinfo.af_unix.marksweep&MARKED)) |
marksweep | 271 | net/unix/garbage.c | s->protinfo.af_unix.marksweep&=~MARKED; /* unmark everything for next collection */ |