Searched refs:watcher (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h270 * Configure the global QoS packet watchers. Each watcher is
274 * @param watcher Watcher number to configure (0 - 3).
277 * Value the watcher will match against
278 * @param qos QoS queue for packets matching this watcher
280 static inline void cvmx_pip_config_watcher(uint64_t watcher, argument
291 cvmx_write_csr(CVMX_PIP_QOS_WATCHX(watcher), watcher_config.u64);
300 * @param qos QoS queue for packets matching this watcher
315 * @param qos QoS queue for packets matching this watcher
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dsocket.c172 * as follows: the socket watcher is first initialized with the state of
177 * watcher goes to the poll_checking state with the same timeout period.
178 * In this state, the watcher tries to detect whether this is a break
181 * likely to be a kernel bug, and so the watcher goes back to the active state.
406 isc_thread_t watcher; member in struct:isc__socketmgr
1064 "during watcher poke: %s"),
1092 "during watcher poke: %s"),
1959 * No one has this socket open, so the watcher doesn't have to be
3149 * EAGAIN or EINTR, simply poke the watcher to watch this socket
3266 * Poke watcher i
3816 watcher(void *uap) { function
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dsocket.c172 * as follows: the socket watcher is first initialized with the state of
177 * watcher goes to the poll_checking state with the same timeout period.
178 * In this state, the watcher tries to detect whether this is a break
181 * likely to be a kernel bug, and so the watcher goes back to the active state.
406 isc_thread_t watcher; member in struct:isc__socketmgr
1056 "during watcher poke: %s"),
1084 "during watcher poke: %s"),
1945 * No one has this socket open, so the watcher doesn't have to be
3131 * EAGAIN or EINTR, simply poke the watcher to watch this socket
3248 * Poke watcher i
3792 watcher(void *uap) { function
[all...]

Completed in 114 milliseconds