Searched refs:push_head (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/ti/ |
H A D | k3-ringacc.c | 107 int (*push_head)(struct k3_ring *ring, void *elm); member 247 .push_head = k3_ringacc_ring_push_head_io, 259 .push_head = k3_ringacc_ring_push_head_proxy, 969 if (ring->ops && ring->ops->push_head) in k3_ringacc_ring_push_head() 970 ret = ring->ops->push_head(ring, elem); in k3_ringacc_ring_push_head()
|
/kernel/linux/linux-6.6/drivers/soc/ti/ |
H A D | k3-ringacc.c | 115 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, 1228 if (ring->ops && ring->ops->push_head) in k3_ringacc_ring_push_head() 1229 ret = ring->ops->push_head(ring, elem); in k3_ringacc_ring_push_head()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-kcopyd.c | 468 static void push_head(struct list_head *jobs, struct kcopyd_job *job) in push_head() function 633 push_head(jobs, job); in process_jobs()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-kcopyd.c | 474 static void push_head(struct list_head *jobs, struct kcopyd_job *job) in push_head() function 637 push_head(jobs, job); in process_jobs()
|
Completed in 8 milliseconds