Home
last modified time | relevance | path

Searched refs:LIST_INSERT_BEFORE (Results 1 – 2 of 2) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_userland.c223 LIST_INSERT_BEFORE(enqueued, curr, entries); in vruntime_enqueue()
/linux/drivers/scsi/aic7xxx/
H A Dqueue.h288 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ macro