Searched refs:to_fifo (Results 1 – 2 of 2) sorted by relevance
212 struct to_fifo { struct228 struct to_fifo *tf; argument
113 struct to_fifo *tf; in activate_timeout_handler_task()115 tf = (struct to_fifo *)data; in activate_timeout_handler_task()161 struct to_fifo *tf; in timeout_handler_task()163 tf = container_of(work, struct to_fifo, work); in timeout_handler_task()207 static struct to_fifo *tf_create(u32 fifo_size) in tf_create()209 struct to_fifo *tf; in tf_create()244 static int tf_enqueue(struct to_fifo *tf, struct tf_entry *item, u32 timeout_ms) in tf_enqueue()290 static struct tf_entry *tf_dequeue(struct to_fifo *tf, u32 *time_left_ms) in tf_dequeue()337 static void tf_stop_enqueue(struct to_fifo *tf) in tf_stop_enqueue()351 static void tf_free(struct to_fifo *tf) in tf_free()[all …]