MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_red_mark_queue_empty

Function rte_red_mark_queue_empty

dpdk/lib/sched/rte_red.h:396–400  ·  view source on GitHub ↗

* @brief Callback to records time that queue became empty * * @param red [in,out] data pointer to RED runtime data * @param time [in] current time stamp */

Source from the content-addressed store, hash-verified

394 * @param time [in] current time stamp
395 */
396static inline void
397rte_red_mark_queue_empty(struct rte_red *red, const uint64_t time)
398{
399 red->q_time = time;
400}
401
402#ifdef __cplusplus
403}

Callers 5

func_test3Function · 0.85
func_test4Function · 0.85
func_test6Function · 0.85
perf2_testFunction · 0.85

Calls

no outgoing calls

Tested by 4

func_test3Function · 0.68
func_test4Function · 0.68
func_test6Function · 0.68
perf2_testFunction · 0.68