Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wwan/iosm/
A Diosm_ipc_imem_ops.c220 if (channel->ul_pipe.old_tail != channel->ul_pipe.old_head) { in ipc_imem_sys_port_close()
233 channel->ul_pipe.old_head, in ipc_imem_sys_port_close()
259 channel->dl_pipe.old_head, in ipc_imem_sys_port_close()
419 if (channel->ul_pipe.old_tail != channel->ul_pipe.old_head) { in ipc_imem_sys_devlink_close()
427 channel->ul_pipe.old_head, in ipc_imem_sys_devlink_close()
443 channel->dl_pipe.old_head, in ipc_imem_sys_devlink_close()
A Diosm_ipc_imem.h218 u32 old_head; member
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-6.3-rc2/include/linux/
A Dpipe_fs_i.h233 unsigned int old_head) in pipe_discard_from() argument
237 while (pipe->head > old_head) in pipe_discard_from()
/linux-6.3-rc2/arch/x86/events/intel/
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-6.3-rc2/drivers/net/ethernet/google/gve/
A Dgve_tx_dqo.c66 s16 old_head = atomic_read_acquire(&tx->dqo_compl.free_pending_packets); in gve_free_pending_packet() local
68 pending_packet->next = old_head; in gve_free_pending_packet()
70 old_head, index) == old_head) { in gve_free_pending_packet()
/linux-6.3-rc2/fs/nfs/
A Dwrite.c450 struct nfs_page *old_head, in nfs_destroy_unlinked_subrequests() argument
456 destroy_list = (subreq->wb_this_page == old_head) ? in nfs_destroy_unlinked_subrequests()
461 WARN_ON_ONCE(old_head != subreq->wb_head); in nfs_destroy_unlinked_subrequests()
481 nfs_release_request(old_head); in nfs_destroy_unlinked_subrequests()
/linux-6.3-rc2/drivers/crypto/
A Dn2_core.c104 unsigned long old_head, unsigned long new_head) in job_finished() argument
106 if (old_head <= new_head) { in job_finished()
107 if (offset > old_head && offset <= new_head) in job_finished()
110 if (offset > old_head || offset <= new_head) in job_finished()

Completed in 23 milliseconds