Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dcoalition.c286 uint32_t should_notify : 1; /* should this coalition send notifications (default: yes) */ member
1191 new_coal->should_notify = 1; in coalition_create_internal()
1650 do_notify = coal->should_notify; in coalition_remove_active()
1941 do_notify = coal->should_notify; in coalition_request_terminate_internal()
2014 should = coal->should_notify; in coalition_should_notify()
2027 coal->should_notify = !!notify; in coalition_set_notify()