Home
last modified time | relevance | path

Searched refs:loffset (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_hash.c91 hashalloc_sizes(struct hashalloc_args *args, size_t *hdrsize, size_t *loffset) in hashalloc_sizes() argument
95 *loffset = sizeof(LIST_HEAD(, foo)); in hashalloc_sizes()
98 *loffset = sizeof(CK_LIST_HEAD(, foo)); in hashalloc_sizes()
101 *loffset = sizeof(SLIST_HEAD(, foo)); in hashalloc_sizes()
104 *loffset = sizeof(CK_SLIST_HEAD(, foo)); in hashalloc_sizes()
107 *loffset = sizeof(STAILQ_HEAD(, foo)); in hashalloc_sizes()
110 *loffset = sizeof(CK_STAILQ_HEAD(, foo)); in hashalloc_sizes()
113 *loffset = sizeof(TAILQ_HEAD(, foo)); in hashalloc_sizes()
119 *hdrsize = *loffset; in hashalloc_sizes()
122 *hdrsize = *loffset + sizeof(struct mtx); in hashalloc_sizes()
[all …]
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntploopwatch572 local(@break,@time,@offs,@freq,@cmpl,@loffset,@filekey) = ();
593 $#loffset = $l; for ($i=$[; $i<=$l;$i++) { $loffset[$i] = 0; }
1044 push(@loffset, tell(IN) - length($_));
1048 shift(@freq), shift(@cmpl),shift(@loffset),
1327 if (($fpos[$[] eq 'cnt' && scalar(@loffset) >= $cnt) ||
1331 return ($fpos[$[],$filekey[$[],$loffset[$[]);
1345 if ($fpos[$[+1] eq $filekey[$[] && $loffset[$[] > $fpos[$[+2])
1348 $noff = $loffset[$[] - ($cnt - @loffset + 1) * $RecordSize;
1351 return (@fpos[$[,$[+1], ($noff == $fpos[$[+2]) ? $loffset[$[] : $noff);
1353 return ($fpos[$[],$filekey[$[],$loffset[$[]);
[all …]