Searched refs:should_notify (Results 1 – 3 of 3) sorted by relevance
559 bool should_notify = false; in ipc_space_check_table_size_limit() local579 should_notify = true; in ipc_space_check_table_size_limit()589 should_notify = false; in ipc_space_check_table_size_limit()603 should_notify = true; in ipc_space_check_table_size_limit()611 should_notify = true; in ipc_space_check_table_size_limit()619 return should_notify; in ipc_space_check_table_size_limit()
305 uint32_t should_notify : 1; /* should this coalition send notifications (default: yes) */ member1343 new_coal->should_notify = 1; in coalition_create_internal()1914 do_notify = coal->should_notify; in coalition_remove_active()2205 do_notify = coal->should_notify; in coalition_request_terminate_internal()2282 should = coal->should_notify; in coalition_should_notify()2295 coal->should_notify = !!notify; in coalition_set_notify()
8398 bool should_notify = ipc_space_check_table_size_limit(task->itk_space, in task_port_space_ast() local8400 if (should_notify) { in task_port_space_ast()