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

/linux-master/drivers/soc/ti/
H A Dk3-ringacc.c115 int (*push_head)(struct k3_ring *ring, void *elm); member in struct:k3_ring_ops
293 .push_head = k3_ringacc_ring_push_head_io,
305 .push_head = k3_ringacc_ring_push_head_proxy,
1228 if (ring->ops && ring->ops->push_head)
1229 ret = ring->ops->push_head(ring, elem);
/linux-master/drivers/md/
H A Ddm-kcopyd.c474 static void push_head(struct list_head *jobs, struct kcopyd_job *job) function
637 push_head(jobs, job);

Completed in 185 milliseconds