Searched refs:old_head (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_imem_ops.c | 224 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 D | iosm_ipc_protocol_ops.c | 282 if (pipe->old_head != head) { in ipc_protocol_ul_td_send() 285 pipe->old_head = head; in ipc_protocol_ul_td_send()
|
| H A D | iosm_ipc_imem.h | 206 u32 old_head; member
|
| /linux/io_uring/ |
| H A D | register.c | 406 unsigned i, tail, old_head; in io_register_resize_rings() local 501 old_head = READ_ONCE(o.rings->sq.head); in io_register_resize_rings() 502 if (tail - old_head > p->sq_entries) in io_register_resize_rings() 504 for (i = old_head; i < tail; i++) { in io_register_resize_rings() 510 WRITE_ONCE(n.rings->sq.head, old_head); in io_register_resize_rings() 514 old_head = READ_ONCE(o.rings->cq.head); in io_register_resize_rings() 515 if (tail - old_head > p->cq_entries) { in io_register_resize_rings() 524 for (i = old_head; i < tail; i++) { in io_register_resize_rings() 530 WRITE_ONCE(n.rings->cq.head, old_head); in io_register_resize_rings()
|
| /linux/arch/x86/events/intel/ |
| H A D | bts.c | 467 s64 old_head; in intel_bts_interrupt() local 501 old_head = local_read(&bb->head); in intel_bts_interrupt() 505 if (old_head == local_read(&bb->head)) in intel_bts_interrupt()
|
| /linux/fs/nfs/ |
| H A D | write.c | 328 struct nfs_page *old_head, in nfs_destroy_unlinked_subrequests() argument 334 destroy_list = (subreq->wb_this_page == old_head) ? in nfs_destroy_unlinked_subrequests() 339 WARN_ON_ONCE(old_head != subreq->wb_head); in nfs_destroy_unlinked_subrequests() 359 nfs_release_request(old_head); in nfs_destroy_unlinked_subrequests()
|
| /linux/drivers/net/ethernet/spacemit/ |
| H A D | k1_emac.c | 746 u32 head, old_head, frag_num, f; in emac_tx_mem_map() local 751 old_head = head; in emac_tx_mem_map() 771 if (head != old_head) in emac_tx_mem_map() 802 tx_desc_addr = &((struct emac_desc *)tx_ring->desc_addr)[old_head]; in emac_tx_mem_map()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | recovery-journal.c | 465 sequence_number_t old_head = get_recovery_journal_head(journal); in finish_reaping() local 469 blocks_reaped = get_recovery_journal_head(journal) - old_head; in finish_reaping()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 3287 unsigned long old_head = (unsigned long)next_page->page; in rb_update_meta_head() local 3297 (void)cmpxchg(&meta->head_buffer, old_head, new_head); in rb_update_meta_head()
|