Home
last modified time | relevance | path

Searched refs:seqc_consistent (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dseqc.h118 #define seqc_consistent(seqcp, oldseqc) ({ \ macro
H A Dfiledesc.h322 return (!seqc_consistent(fd_seqc(fdp->fd_files, fd), seqc)); in fd_modified()
H A Dvnode.h810 #define vn_seqc_consistent(vp, seq) seqc_consistent(&(vp)->v_seqc, seq)
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dseqlock.h76 (!seqc_consistent(&(seqcount)->seqc, gen))
/freebsd-13.1/sys/net/
H A Dpfvar.h185 if (seqc_consistent(&pfcu64->pfcu64_seqc, seqc)) in pf_counter_u64_fetch()
/freebsd-13.1/share/man/man9/
H A DMakefile1942 MLINKS+=seqc.9 seqc_consistent.9 \
/freebsd-13.1/sys/kern/
H A Dkern_descrip.c3253 if (!seqc_consistent(fd_seqc(fdt, fd), seq)) in fget_unlocked_seq()