Home
last modified time | relevance | path

Searched refs:inactive (Results 1 – 8 of 8) sorted by relevance

/xnu-11215.1.10/bsd/net/
H A Dpf_ioctl.c716 ruleset->rules[rs_num].inactive.ticket) { in pf_get_pool()
720 rule = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr, in pf_get_pool()
723 rule = TAILQ_FIRST(ruleset->rules[rs_num].inactive.ptr); in pf_get_pool()
975 while ((rule = TAILQ_FIRST(rs->rules[rs_num].inactive.ptr)) != NULL) { in pf_begin_rules()
976 pf_rm_rule(rs->rules[rs_num].inactive.ptr, rule); in pf_begin_rules()
977 rs->rules[rs_num].inactive.rcount--; in pf_begin_rules()
979 *ticket = ++rs->rules[rs_num].inactive.ticket; in pf_begin_rules()
980 rs->rules[rs_num].inactive.open = 1; in pf_begin_rules()
998 if (rs == NULL || !rs->rules[rs_num].inactive.open || in pf_rollback_rules()
999 rs->rules[rs_num].inactive.ticket != ticket) { in pf_rollback_rules()
[all …]
H A Dpf_ruleset.c185 ruleset->rules[i].inactive.ptr = &ruleset->rules[i].queues[1]; in pf_init_ruleset()
449 !TAILQ_EMPTY(ruleset->rules[i].inactive.ptr) || in pf_remove_if_empty_ruleset()
450 ruleset->rules[i].inactive.open) { in pf_remove_if_empty_ruleset()
H A Dpfvar.h1222 } active, inactive; member
/xnu-11215.1.10/doc/primitives/
H A Dsched_cond.md14 * `sched_cond_wait(sched_cond_t *cond, ...)` - Set state to inactive and wait for a wakeup on cond
78 cond (G), signalling that it is inactive and checking for any wakeups that have been issued since t…
/xnu-11215.1.10/iokit/DriverKit/
H A DIOExtensiblePaniclog.iig88 * @brief This function is called to set the IOExtensiblePaniclog object inactive.
89 * @discussion When it is set inactive, this buffer is not picked up in case of a panic
/xnu-11215.1.10/doc/vm/
H A Dmemorystatus_notify.md44 AVAILABLE_NON_COMPRESSED_MEMORY = (active + inactive + free + speculative)
H A Dmemorystatus.md107 …ons have different memory limits when they're inactive (in band 0) vs. active (above band 0). The
/xnu-11215.1.10/bsd/vfs/
H A Dkpi_vfs.c5567 DTRACE_FSINFO(inactive, vnode_t, vp); in VNOP_INACTIVE()