Home
last modified time | relevance | path

Searched refs:old_head (Results 1 – 9 of 9) sorted by relevance

/linux/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_imem.h206 u32 old_head; member
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()
/linux/include/linux/
H A Dpipe_fs_i.h249 unsigned int old_head) in pipe_discard_from() argument
253 while (pipe->head > old_head) in pipe_discard_from()
/linux/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()
/linux/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()
/linux/fs/nfs/
H A Dwrite.c451 struct nfs_page *old_head, in nfs_destroy_unlinked_subrequests() argument
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()
/linux/drivers/crypto/
H A Dn2_core.c105 unsigned long old_head, unsigned long new_head) in job_finished() argument
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()
/linux/drivers/md/dm-vdo/
H A Drecovery-journal.c463 sequence_number_t old_head = get_recovery_journal_head(journal); in finish_reaping() local
467 blocks_reaped = get_recovery_journal_head(journal) - old_head; in finish_reaping()