Searched refs:evtdepth (Results 1 – 2 of 2) sorted by relevance
340 uint32_t evtdepth; /**< current event posting nesting depth */ member
440 node->evtdepth = 0; in ocs_node_alloc()1376 node->evtdepth ++; in ocs_node_post_event()1384 if (!node->hold_frames && (node->evtdepth == 1)) { in ocs_node_post_event()1387 node->evtdepth --; in ocs_node_post_event()1392 if ((node->evtdepth == 0) && node->req_free) { in ocs_node_post_event()