Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/soc/ti/
Dk3-ringacc.c116 int (*push_head)(struct k3_ring *ring, void *elm); member
293 .push_head = k3_ringacc_ring_push_head_io,
305 .push_head = k3_ringacc_ring_push_head_proxy,
1213 if (ring->ops && ring->ops->push_head) in k3_ringacc_ring_push_head()
1214 ret = ring->ops->push_head(ring, elem); in k3_ringacc_ring_push_head()
/linux-6.1.9/drivers/md/
Ddm-kcopyd.c468 static void push_head(struct list_head *jobs, struct kcopyd_job *job) in push_head() function
631 push_head(jobs, job); in process_jobs()