Searched refs:seqc_consistent (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | seqc.h | 116 #define seqc_consistent(seqcp, oldseqc) ({ \ macro
|
| H A D | filedesc.h | 341 return (!seqc_consistent(fd_seqc(fdp->fd_files, fd), seqc)); in fd_modified()
|
| H A D | vnode.h | 843 #define vn_seqc_consistent(vp, seq) seqc_consistent(&(vp)->v_seqc, seq)
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | seqlock.h | 112 (!seqc_consistent(&(seqcount)->seqc, gen))
|
| /freebsd/sys/kern/ |
| H A D | kern_descrip.c | 3427 if (seqc_consistent(fd_seqc(fdt, fd), seq)) in fget_unlocked_seq() 3434 if (seqc_consistent(fd_seqc(fdt, fd), seq)) in fget_unlocked_seq()
|
| /freebsd/sys/net/ |
| H A D | pfvar.h | 199 if (seqc_consistent(&pfcu64->pfcu64_seqc, seqc)) in pf_counter_u64_fetch()
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 2033 MLINKS+=seqc.9 seqc_consistent.9 \
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_sge.c | 1566 if (seqc_consistent(&cur->gen, gen)) in t4_tstmp_to_ns()
|