Searched refs:inactive (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.41.6/bsd/net/ ! |
| H A D | pf_ioctl.c | 717 ruleset->rules[rs_num].inactive.ticket) { in pf_get_pool() 721 rule = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr, in pf_get_pool() 724 rule = TAILQ_FIRST(ruleset->rules[rs_num].inactive.ptr); in pf_get_pool() 976 while ((rule = TAILQ_FIRST(rs->rules[rs_num].inactive.ptr)) != NULL) { in pf_begin_rules() 977 pf_rm_rule(rs->rules[rs_num].inactive.ptr, rule); in pf_begin_rules() 978 rs->rules[rs_num].inactive.rcount--; in pf_begin_rules() 980 *ticket = ++rs->rules[rs_num].inactive.ticket; in pf_begin_rules() 981 rs->rules[rs_num].inactive.open = 1; in pf_begin_rules() 999 if (rs == NULL || !rs->rules[rs_num].inactive.open || in pf_rollback_rules() 1000 rs->rules[rs_num].inactive.ticket != ticket) { in pf_rollback_rules() [all …]
|
| H A D | pf_ruleset.c | 185 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 D | pfvar.h | 1222 } active, inactive; member
|
| /xnu-12377.41.6/doc/primitives/ ! |
| H A D | sched_cond.md | 14 * `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-12377.41.6/doc/debugging/ ! |
| H A D | extensible_paniclog.md | 28 … active or inactive. An instance is collected and put into the panic file only if it's active. It'… 75 … active or inactive. An instance is collected and put into the panic file only if it's active. It'… 145 This function sets the handle as inactive.
|
| /xnu-12377.41.6/iokit/DriverKit/ ! |
| H A D | IOExtensiblePaniclog.iig | 88 * @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-12377.41.6/doc/vm/ ! |
| H A D | memorystatus_notify.md | 44 AVAILABLE_NON_COMPRESSED_MEMORY = (active + inactive + free + speculative)
|
| H A D | pageout_scan.md | 93 or reclaimed page that we remove from one of the inactive/anonymous queues below. 144 - The number of inactive file-backed pages is less than 50% of all
|
| H A D | memorystatus.md | 107 …ons have different memory limits when they're inactive (in band 0) vs. active (above band 0). The …
|
| /xnu-12377.41.6/bsd/vm/ ! |
| H A D | vm_unix.c | 3426 SYSCTL_UINT(_vm_mte_cell, OID_AUTO, inactive, CTLFLAG_RD,
|
| /xnu-12377.41.6/bsd/vfs/ ! |
| H A D | kpi_vfs.c | 5634 DTRACE_FSINFO(inactive, vnode_t, vp); in VNOP_INACTIVE()
|