Searched refs:LIST_INSERT_BEFORE (Results 1 – 2 of 2) sorted by relevance
223 LIST_INSERT_BEFORE(enqueued, curr, entries); in vruntime_enqueue()
288 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ macro