Searched refs:CMDQ_STATE_NOHOOKS (Results 1 – 3 of 3) sorted by relevance
95 state = cmdq_new_state(&fs, NULL, CMDQ_STATE_NOHOOKS); in notify_insert_hook()188 if (item != NULL && (cmdq_get_flags(item) & CMDQ_STATE_NOHOOKS)) in notify_add()
373 if (item->state->flags & CMDQ_STATE_NOHOOKS) in cmdq_insert_hook()395 new_state = cmdq_new_state(current, &state->event, CMDQ_STATE_NOHOOKS); in cmdq_insert_hook()
1727 #define CMDQ_STATE_NOHOOKS 0x4 macro