Home
last modified time | relevance | path

Searched refs:force_update (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_netmap.c391 int force_update = (flags & NAF_FORCE_READ) || kring->nr_kflags & NKR_PENDINTR; in ixgbe_netmap_rxsync() local
419 if (netmap_no_pendintr || force_update) { in ixgbe_netmap_rxsync()
439 if (netmap_no_pendintr && !force_update) { in ixgbe_netmap_rxsync()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dprogressmeter.c129 refresh_progress_meter(int force_update) in refresh_progress_meter() argument
141 if ((!force_update && !alarm_fired && !win_resized) || !can_output()) in refresh_progress_meter()
/netbsd-src/usr.sbin/tprof/
H A Dtprof_top.c1002 bool force_update = false; in tprof_top() local
1004 while (sigalrm == 0 && !force_update) { in tprof_top()
1049 force_update = true; in tprof_top()
1071 if (force_update) in tprof_top()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py112 if script_name not in first_line and not args.force_update: