Home
last modified time | relevance | path

Searched refs:old_head (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_imem_ops.c224 if (channel->ul_pipe.old_tail != channel->ul_pipe.old_head) { in ipc_imem_sys_port_close()
237 channel->ul_pipe.old_head, in ipc_imem_sys_port_close()
263 channel->dl_pipe.old_head, in ipc_imem_sys_port_close()
423 if (channel->ul_pipe.old_tail != channel->ul_pipe.old_head) { in ipc_imem_sys_devlink_close()
431 channel->ul_pipe.old_head, in ipc_imem_sys_devlink_close()
447 channel->dl_pipe.old_head, in ipc_imem_sys_devlink_close()
H A Diosm_ipc_protocol_ops.c282 if (pipe->old_head != head) { in ipc_protocol_ul_td_send()
285 pipe->old_head = head; in ipc_protocol_ul_td_send()
H A Diosm_ipc_imem.h182 * @old_head: last head pointer reported to CP.
206 u32 old_head; member
/kernel/linux/linux-6.6/include/linux/
H A Dpipe_fs_i.h249 unsigned int old_head) in pipe_discard_from()
253 while (pipe->head > old_head) in pipe_discard_from()
248 pipe_discard_from(struct pipe_inode_info *pipe, unsigned int old_head) pipe_discard_from() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c85 s16 old_head = atomic_read_acquire(&tx->dqo_compl.free_tx_qpl_buf_head); in gve_free_tx_qpl_bufs() local
87 tx->dqo.tx_qpl_buf_next[index] = old_head; in gve_free_tx_qpl_bufs()
89 old_head, in gve_free_tx_qpl_bufs()
90 pkt->tx_qpl_buf_ids[0]) == old_head) { in gve_free_tx_qpl_bufs()
150 s16 old_head = atomic_read_acquire(&tx->dqo_compl.free_pending_packets); in gve_free_pending_packet() local
152 pending_packet->next = old_head; in gve_free_pending_packet()
154 old_head, index) == old_head) { in gve_free_pending_packet()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dbts.c450 s64 old_head; in intel_bts_interrupt() local
479 old_head = local_read(&buf->head); in intel_bts_interrupt()
483 if (old_head == local_read(&buf->head)) in intel_bts_interrupt()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dbts.c456 s64 old_head; in intel_bts_interrupt() local
485 old_head = local_read(&buf->head); in intel_bts_interrupt()
489 if (old_head == local_read(&buf->head)) in intel_bts_interrupt()
/kernel/linux/linux-5.10/drivers/crypto/
H A Dn2_core.c100 * the range old_head, new_head, inclusive.
103 unsigned long old_head, unsigned long new_head) in job_finished()
105 if (old_head <= new_head) { in job_finished()
106 if (offset > old_head && offset <= new_head) in job_finished()
109 if (offset > old_head || offset <= new_head) in job_finished()
102 job_finished(struct spu_queue *q, unsigned int offset, unsigned long old_head, unsigned long new_head) job_finished() argument
/kernel/linux/linux-5.10/fs/nfs/
H A Dwrite.c440 * @destroy_list - request list (using wb_this_page) terminated by @old_head
441 * @old_head - the old head of the list
449 struct nfs_page *old_head, in nfs_destroy_unlinked_subrequests()
455 destroy_list = (subreq->wb_this_page == old_head) ? in nfs_destroy_unlinked_subrequests()
460 WARN_ON_ONCE(old_head != subreq->wb_head); in nfs_destroy_unlinked_subrequests()
480 nfs_release_request(old_head); in nfs_destroy_unlinked_subrequests()
448 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, struct nfs_page *old_head, struct inode *inode) nfs_destroy_unlinked_subrequests() argument
/kernel/linux/linux-6.6/fs/nfs/
H A Dwrite.c442 * @destroy_list - request list (using wb_this_page) terminated by @old_head
443 * @old_head - the old head of the list
451 struct nfs_page *old_head, in nfs_destroy_unlinked_subrequests()
457 destroy_list = (subreq->wb_this_page == old_head) ? in nfs_destroy_unlinked_subrequests()
462 WARN_ON_ONCE(old_head != subreq->wb_head); in nfs_destroy_unlinked_subrequests()
482 nfs_release_request(old_head); in nfs_destroy_unlinked_subrequests()
450 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, struct nfs_page *old_head, struct inode *inode) nfs_destroy_unlinked_subrequests() argument
/kernel/linux/linux-6.6/drivers/crypto/
H A Dn2_core.c102 * the range old_head, new_head, inclusive.
105 unsigned long old_head, unsigned long new_head) in job_finished()
107 if (old_head <= new_head) { in job_finished()
108 if (offset > old_head && offset <= new_head) in job_finished()
111 if (offset > old_head || offset <= new_head) in job_finished()
104 job_finished(struct spu_queue *q, unsigned int offset, unsigned long old_head, unsigned long new_head) job_finished() argument

Completed in 19 milliseconds