Home
last modified time | relevance | path

Searched refs:seqc (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dseqlock.h43 seqc_t seqc; member
54 seqc_t seqc; member
63 seqcount->seqc = 0; in __seqcount_init()
70 seqcount->seqc = 0; in seqcount_mutex_init()
80 )(&(s)->seqc)
86 )(&(s)->seqc)
94 #define write_seqcount_invalidate(s) lkpi_write_seqcount_invalidate(&(s)->seqc)
96 #define read_seqcount_begin(s) seqc_read(&(s)->seqc)
97 #define raw_read_seqcount(s) seqc_read_any(&(s)->seqc)
104 #define seqprop_sequence(s) lkpi_seqprop_sequence(&(s)->seqc)
[all …]
/freebsd/sys/sys/
H A Dseqc.h51 #define seqc_in_modify(seqc) ({ \ argument
52 seqc_t __seqc = (seqc); \
H A Dfiledesc.h331 fd_modified(struct filedesc *fdp, int fd, seqc_t seqc) in fd_modified() argument
334 return (!seqc_consistent(fd_seqc(fdp->fd_files, fd), seqc)); in fd_modified()
/freebsd/sys/net/
H A Dpfvar.h186 seqc_t seqc; in pf_counter_u64_fetch() local
190 seqc = seqc_read(&pfcu64->pfcu64_seqc); in pf_counter_u64_fetch()
197 if (seqc_consistent(&pfcu64->pfcu64_seqc, seqc)) in pf_counter_u64_fetch()
/freebsd/
H A DObsoleteFiles.inc11120 # 20190227: rename seq.h to seqc.h