Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c340 int was_bound; in linux_synchronize_rcu() local
365 was_bound = sched_is_bound(td); in linux_synchronize_rcu()
374 if (was_bound != 0) { in linux_synchronize_rcu()
/freebsd/sys/kern/
H A Dsubr_epoch.c705 int was_bound; in epoch_wait_preempt() local
729 was_bound = sched_is_bound(td); in epoch_wait_preempt()
738 if (was_bound != 0) { in epoch_wait_preempt()
961 int was_bound; in epoch_drain_callbacks() local
985 was_bound = sched_is_bound(td); in epoch_drain_callbacks()
998 if (was_bound != 0) { in epoch_drain_callbacks()
/freebsd/sys/netlink/
H A Dnetlink_domain.c494 bool was_bound = nlp->nl_bound; in nl_close() local
503 if (was_bound) { in nl_close()