Searched refs:event_id (Results 1 – 3 of 3) sorted by relevance
100 switch (req->event.event_id) in _smp_call_handler()217 call_req->event.event_id = SMP_CALL_EVENT_REQUEST; in rt_smp_call_req_init()228 int tmp_id = 0, rcpu_cnt = 0, event_id, call_local; in _smp_call_func_cond() local248 event_id = SMP_CALL_EVENT_GLOB_SYNC; in _smp_call_func_cond()253 event_id = SMP_CALL_EVENT_GLOB_ASYNC; in _smp_call_func_cond()281 event->event_id = event_id; in _smp_call_func_cond()
33 int event_id; member
215 rt_inline void its_encode_event_id(struct its_command *cmd, rt_uint32_t event_id) in its_encode_event_id() argument217 its_mask_encode(&cmd->code[1], event_id, 31, 0); in its_encode_event_id()
Completed in 9 milliseconds