OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callout_pending
(Results
1 - 25
of
39
) sorted by relevancy
1
2
/src/sys/external/bsd/drm2/include/linux/
timer.h
66
pending =
callout_pending
(&timer->tl_callout);
90
if (!
callout_pending
(&timer->tl_callout))
108
if (!
callout_pending
(&timer->tl_callout))
119
return
callout_pending
(&timer->tl_callout);
/src/sys/external/bsd/drm2/linux/
linux_hrtimer.c
132
* now, so
callout_pending
is now stable and
136
active =
callout_pending
(&hrt->hrt_ch);
152
return
callout_pending
(&hrt->hrt_ch) || callout_invoking(&hrt->hrt_ch);
160
KASSERT(!
callout_pending
(&hrt->hrt_ch));
/src/sys/sys/
callout.h
54
#define
CALLOUT_PENDING
0x0002 /* callout is on the queue */
118
bool
callout_pending
(callout_t *);
/src/sys/dev/dm/
dm_target_delay.c
312
if (!
callout_pending
(&di->cal))
411
if (
callout_pending
(&di->cal))
/src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.c
53
if (
callout_pending
(&t->callout)) {
/src/sys/netinet/
dccp_tfrc.c
242
if (
callout_pending
(&cb->ch_stimer)) {
377
if (
callout_pending
(&(cb)->ch_nftimer)) {
661
if (!
callout_pending
(&cb->ch_stimer)) {
757
if (
callout_pending
(&cb->ch_stimer)) {
955
if (!
callout_pending
(&cb->ch_nftimer)) {
971
if (
callout_pending
(&cb->ch_stimer)) {
/src/sys/arch/zaurus/dev/
zkbd.c
374
if (!
callout_pending
(&sc->sc_roll_to)) {
/src/sys/net/
nd.c
229
* using callout_stop. We need to call
callout_pending
first to exclude
232
if (
callout_pending
(&ln->la_timer)) {
if_llatbl.c
385
* remove a reference to avoid a leak.
callout_pending
is required to
389
if (
callout_pending
(&lle->la_timer)) {
bridgestp.c
868
if (
callout_pending
(&sc->sc_bstpcallout) == 0)
/src/sys/dev/usb/
usbdi.c
1766
KASSERT(!
callout_pending
(&xfer->ux_callout));
1830
KASSERT(xfer->ux_timeout_set || !
callout_pending
(&xfer->ux_callout));
1886
KASSERT(!
callout_pending
(&xfer->ux_callout));
1984
KASSERT(!
callout_pending
(&xfer->ux_callout));
usbnet.c
1608
KASSERT(!
callout_pending
(&unp->unp_stat_ch));
/src/sys/external/bsd/drm/dist/bsd-core/
drm_irq.c
87
if (
callout_pending
(&dev->vblank_disable_timer)) {
/src/sys/dev/sdmmc/
ld_sdmmc.c
169
if (
callout_pending
(&task->task_restart_ch) ||
/src/sys/arch/mips/adm5120/dev/
ahci.c
448
* The call to
callout_pending
is racy, but the transition
457
if (
callout_pending
(&sc->sc_poll_handle) ||
797
KASSERT(!
callout_pending
(&sc->sc_poll_handle));
/src/sys/dev/ic/
isp_netbsd.c
1256
if (
callout_pending
(&isp->isp_osinfo.ldt) == 0) {
1454
if (
callout_pending
(&isp->isp_osinfo.ldt)) {
/src/sys/arch/mips/ralink/
ralink_gpio.c
1422
if (FALSE ==
callout_pending
(&sc->sc_tick_callout)) {
/src/sys/arch/sandpoint/sandpoint/
satmgr.c
770
if (
callout_pending
(&sc->sc_ch_pbutton) == true)
/src/sys/kern/
kern_timeout.c
399
KASSERTMSG((c->c_flags &
CALLOUT_PENDING
) == 0,
436
if ((c->c_flags &
CALLOUT_PENDING
) != 0) {
453
c->c_flags |=
CALLOUT_PENDING
;
459
c->c_flags |=
CALLOUT_PENDING
;
527
if ((c->c_flags &
CALLOUT_PENDING
) != 0)
530
c->c_flags &= ~(
CALLOUT_PENDING
|CALLOUT_FIRED);
564
if ((c->c_flags &
CALLOUT_PENDING
) != 0)
566
c->c_flags &= ~(
CALLOUT_PENDING
|CALLOUT_FIRED);
635
if ((c->c_flags &
CALLOUT_PENDING
) != 0)
637
c->c_flags &= ~(
CALLOUT_PENDING
|CALLOUT_FIRED)
736
callout_pending
(callout_t *cs)
function in typeref:typename:bool
[
all
...]
kern_ktrace.c
394
else if (!
callout_pending
(&ktd->ktd_wakch))
kern_time.c
827
KASSERT(!
callout_pending
(&it->it_ch));
/src/sys/nfs/
nfs_socket.c
695
if (
callout_pending
(&nfs_timer_ch))
/src/sys/arch/arm/sunxi/
sun8i_crypto.c
966
if (!sc->sc_polling && !
callout_pending
(&sc->sc_timeout))
1183
if (schedtimeout && !
callout_pending
(&sc->sc_timeout))
/src/sys/dev/pci/
if_txp.c
1395
if (!
callout_pending
(&sc->sc_tick))
1819
if (
callout_pending
(&sc->sc_tick))
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_cs.c
1272
if (
callout_pending
(__UNCONST(&t->tl_callout)))
Completed in 36 milliseconds
1
2
Indexes created Thu Oct 23 22:10:10 GMT 2025