HomeSort by: relevance | last modified time | path
    Searched refs:nth (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
fault.h 52 unsigned long nth; member in union:fault_ioc_enable::__anon9d10d2bb010a
  /src/sys/kern/
subr_fault.c 52 volatile unsigned long nth; member in struct:__anonebfc71420108
60 .nth = FAULT_NTH_MIN,
95 if (__predict_false(cnt % atomic_load_relaxed(&f->nth) == 0)) {
124 if (args->nth < FAULT_NTH_MIN)
135 atomic_store_relaxed(&fault_global.nth, args->nth);
151 atomic_store_relaxed(&f->nth, args->nth);
  /src/sys/dev/pci/cxgb/
cxgb_lro.c 250 struct tcphdr *th, *nth = (struct tcphdr *)(nih + 1); local in function:lro_update_session
251 uint32_t seq = ntohl(nth->th_seq);
252 int plen, tcpiphlen, olen = (nth->th_off << 2) - sizeof (*nth);
269 uint32_t *nptr = (uint32_t *)(nth + 1);
278 th->th_ack = nth->th_ack;
279 th->th_win = nth->th_win;
281 tcpiphlen = (nth->th_off << 2) + sizeof (*nih);
  /src/sys/dev/scsipi/
ses.c 708 * status for the Nth element of the Kth type.
1095 * and nth+1 instances of type M.
1210 ses_getthdr(uint8_t *buffer, int amt, int nth, SesThdr *thp)
1225 off += buffer[off+3] + 4 + (nth * 4);

Completed in 36 milliseconds