Searched defs:plifo (Results 1 – 3 of 3) sorted by relevance
21 static void tlifo_put(struct k_lifo *plifo) in tlifo_put()29 static void tlifo_get(struct k_lifo *plifo) in tlifo_get()58 static void tlifo_thread_thread(struct k_lifo *plifo) in tlifo_thread_thread()70 static void tlifo_thread_isr(struct k_lifo *plifo) in tlifo_thread_isr()78 static void tlifo_isr_thread(struct k_lifo *plifo) in tlifo_isr_thread()
19 static void tlifo_put(struct k_lifo *plifo) in tlifo_put()27 static void tlifo_get(struct k_lifo *plifo) in tlifo_get()59 static void tlifo_read_write(struct k_lifo *plifo) in tlifo_read_write()
14 struct k_lifo lifo, plifo; variable