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::__anon7587
  /src/sys/kern/
subr_fault.c 54 volatile unsigned long nth; member in struct:__anon6864
62 .nth = FAULT_NTH_MIN,
97 if (__predict_false(cnt % atomic_load_relaxed(&f->nth) == 0)) {
126 if (args->nth < FAULT_NTH_MIN)
137 atomic_store_relaxed(&fault_global.nth, args->nth);
153 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
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 16 milliseconds