HomeSort by: relevance | last modified time | path
    Searched defs:seqcount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
seqlock.h 41 struct seqcount { struct
45 typedef struct seqcount seqcount_t;
48 seqcount_init(struct seqcount *seqcount)
51 seqcount->sqc_gen = 0;
55 seqcount_destroy(struct seqcount *seqcount)
58 KASSERT((seqcount->sqc_gen & 1) == 0);
59 seqcount->sqc_gen = -1;
63 write_seqcount_begin(struct seqcount *seqcount
    [all...]
  /src/sys/fs/nfs/client/
nfs_clbio.c 413 int seqcount; local in function:ncl_bioread
447 seqcount = (int)((off_t)(ioflag >> IO_SEQSHIFT) * biosize / BKVASIZE);
470 for (nra = 0; nra < nmp->nm_readahead && nra < seqcount &&

Completed in 13 milliseconds