Home
last modified time | relevance | path

Searched refs:ncur (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dswapoff6.sh31 ncur=`pgrep sort | wc -l`
32 if [ $ncur -lt $nmax ]; then
34 for i in `jot $((nmax - ncur))`; do
/freebsd/sys/dev/usb/controller/
H A Dohci.c1831 uint8_t ncur; in ohci_device_isoc_enter() local
1863 ncur = 0; in ohci_device_isoc_enter()
1871 itd_offset[ncur] = length; in ohci_device_isoc_enter()
1875 ncur++; in ohci_device_isoc_enter()
1878 (ncur == OHCI_ITD_NOFFSET) || in ohci_device_isoc_enter()
1888 OHCI_ITD_SET_FC(ncur)); in ohci_device_isoc_enter()
1890 td->frames = ncur; in ohci_device_isoc_enter()
1891 startframe += ncur; in ohci_device_isoc_enter()
1898 while (ncur--) { in ohci_device_isoc_enter()
1899 td->itd_offset[ncur] = in ohci_device_isoc_enter()
[all …]
/freebsd/usr.sbin/wlanstats/
H A Dwlanstats.c412 struct ieee80211req_sta_stats ncur; member
554 wlan_collect(wf, &wf->cur, &wf->ncur); in wlan_collect_cur()
571 wf->ntotal = wf->ncur; in wlan_update_tot()
692 wf->ncur.is_stats.ns_##x - wf->ntotal.is_stats.ns_##x); \ in wlan_get_curstat()