Home
last modified time | relevance | path

Searched refs:next (Results 2451 - 2475 of 7266) sorted by relevance

1...<<919293949596979899100>>...291

/kernel/linux/linux-5.10/fs/btrfs/
H A Ddiscard.c150 * find_next_block_group - find block_group that's up next for discarding
154 * Iterate over the discard lists to find the next block_group up for
394 * btrfs_finish_discard_pass - determine next step of a block_group
398 * This determines the next step for a block group after it's finished going
422 * This finds the next block_group to start discarding and then discards a
477 /* Determine next steps for a block_group */ in btrfs_discard_workfn()
621 struct btrfs_block_group *block_group, *next; in btrfs_discard_punt_unused_bgs_list() local
625 list_for_each_entry_safe(block_group, next, &fs_info->unused_bgs, in btrfs_discard_punt_unused_bgs_list()
646 struct btrfs_block_group *block_group, *next; in btrfs_discard_purge_list() local
651 list_for_each_entry_safe(block_group, next, in btrfs_discard_purge_list()
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dlocal_storage.c271 struct bpf_cgroup_storage_key *next = _next_key; in cgroup_storage_get_next_key() local
272 *next = storage->key; in cgroup_storage_get_next_key()
274 __u64 *next = _next_key; in cgroup_storage_get_next_key() local
275 *next = storage->key.cgroup_inode_id; in cgroup_storage_get_next_key()
/kernel/linux/linux-5.10/fs/openpromfs/
H A Dinode.c140 .next = property_next,
228 prop = prop->next; in openpromfs_lookup()
311 prop = prop->next; in openpromfs_readdir()
320 prop = prop->next; in openpromfs_readdir()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_aops.c184 struct iomap_ioend *next) in xfs_ioend_merge_private()
187 ioend->io_private = next->io_private; in xfs_ioend_merge_private()
188 next->io_private = NULL; in xfs_ioend_merge_private()
190 xfs_setfilesize_ioend(next, -ECANCELED); in xfs_ioend_merge_private()
411 * Truncate to the next COW extent if there is one. This is the only in xfs_map_blocks()
446 * original delalloc one. Trim the return extent to the next COW in xfs_map_blocks()
182 xfs_ioend_merge_private( struct iomap_ioend *ioend, struct iomap_ioend *next) xfs_ioend_merge_private() argument
/kernel/linux/linux-5.10/fs/romfs/
H A Dsuper.c196 nextfh = be32_to_cpu(ri.next); in romfs_readdir()
249 if ((be32_to_cpu(ri.next) & ROMFH_TYPE) == ROMFH_HRD) in romfs_lookup()
255 /* next entry */ in romfs_lookup()
256 offset = be32_to_cpu(ri.next) & ROMFH_MASK; in romfs_lookup()
297 nextfh = be32_to_cpu(ri.next); in romfs_iget()
/kernel/linux/linux-5.10/net/atm/
H A Dproc.c242 .next = atm_dev_seq_next,
265 .next = vcc_seq_next,
287 .next = vcc_seq_next,
310 .next = vcc_seq_next,
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_app.c326 to receive next, so compare it with init_seq+delta */ in vs_fix_ack_seq()
557 if ((e = inc->a_list.next) != &app->incs_list) in ip_vs_app_seq_next()
560 /* go on to next application */ in ip_vs_app_seq_next()
561 for (e = app->a_list.next; e != &ipvs->app_list; e = e->next) { in ip_vs_app_seq_next()
593 .next = ip_vs_app_seq_next,
H A Dip_vs_mh.c140 while ((p = p->next) != &svc->destinations) { in ip_vs_mh_permutate()
187 p = p->next; in ip_vs_mh_populate()
193 p = p->next; in ip_vs_mh_populate()
223 p = p->next; in ip_vs_mh_populate()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c14 * next paragraph) shall be included in all copies or substantial portions
437 struct vmw_view *entry, *next; in vmw_view_cotable_list_destroy() local
441 list_for_each_entry_safe(entry, next, list, cotable_head) in vmw_view_cotable_list_destroy()
457 struct vmw_view *entry, *next; in vmw_view_surface_list_destroy() local
461 list_for_each_entry_safe(entry, next, list, srf_head) in vmw_view_surface_list_destroy()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c105 p = p->next; in vidtv_mux_pid_ctx_init()
309 au = au->next; in vidtv_mux_packetize_access_units()
338 /* grab next encoder */ in vidtv_mux_poll_encoders()
339 e = e->next; in vidtv_mux_poll_encoders()
342 /* grab the next channel */ in vidtv_mux_poll_encoders()
343 cur_chnl = cur_chnl->next; in vidtv_mux_poll_encoders()
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_dma.c181 unsigned int next; in sun4i_csi_buffer_flip() local
183 /* Our next buffer is not the current buffer */ in sun4i_csi_buffer_flip()
184 next = !(reg & CSI_BUF_CTRL_DBS); in sun4i_csi_buffer_flip()
187 sun4i_csi_buffer_mark_done(csi, next, sequence); in sun4i_csi_buffer_flip()
190 return sun4i_csi_buffer_fill_slot(csi, next); in sun4i_csi_buffer_flip()
249 * really matter since you'll never reach the next buffer. in sun4i_csi_start_streaming()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c105 p = p->next; in vidtv_mux_pid_ctx_init()
309 au = au->next; in vidtv_mux_packetize_access_units()
338 /* grab next encoder */ in vidtv_mux_poll_encoders()
339 e = e->next; in vidtv_mux_poll_encoders()
342 /* grab the next channel */ in vidtv_mux_poll_encoders()
343 cur_chnl = cur_chnl->next; in vidtv_mux_poll_encoders()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dpptt.c449 struct acpi_pptt_processor *next; in flag_identical() local
457 next = fetch_pptt_node(table_hdr, cpu->parent); in flag_identical()
458 if (!(next && next->flags & ACPI_PPTT_ACPI_IDENTICAL)) in flag_identical()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddsopcode.c378 next_op = next_op->common.next; in acpi_ds_eval_region_operands()
704 next_op = next_op->common.next; in acpi_ds_eval_bank_field_operands()
708 next_op = next_op->common.next; in acpi_ds_eval_bank_field_operands()
755 /* Move to next field in the list */ in acpi_ds_eval_bank_field_operands()
757 arg = arg->common.next; in acpi_ds_eval_bank_field_operands()
/kernel/linux/linux-6.6/fs/jbd2/
H A Drevoke.c169 record = (struct jbd2_revoke_record_s *) hash_list->next; in find_revoke_record()
175 record = (struct jbd2_revoke_record_s *) record->hash.next; in find_revoke_record()
481 * revoke table to reflect there is no revoked buffers in the next
509 /* journal_switch_revoke table select j_revoke for next transaction
553 hash_list->next; in jbd2_journal_write_revoke_records()
738 record = (struct jbd2_revoke_record_s*) hash_list->next; in jbd2_journal_clear_revoke()
/kernel/linux/linux-6.6/fs/gfs2/
H A Dmeta_io.c76 struct buffer_head *next = bh->b_this_page; in gfs2_aspace_writepage() local
81 bh = next; in gfs2_aspace_writepage()
207 struct buffer_head *next = bh->b_this_page; in gfs2_meta_read_endio() local
210 bh = next; in gfs2_meta_read_endio()
/kernel/linux/linux-6.6/fs/openpromfs/
H A Dinode.c140 .next = property_next,
228 prop = prop->next; in openpromfs_lookup()
315 prop = prop->next; in openpromfs_readdir()
324 prop = prop->next; in openpromfs_readdir()
/kernel/linux/linux-6.6/fs/romfs/
H A Dsuper.c197 nextfh = be32_to_cpu(ri.next); in romfs_readdir()
250 if ((be32_to_cpu(ri.next) & ROMFH_TYPE) == ROMFH_HRD) in romfs_lookup()
256 /* next entry */ in romfs_lookup()
257 offset = be32_to_cpu(ri.next) & ROMFH_MASK; in romfs_lookup()
298 nextfh = be32_to_cpu(ri.next); in romfs_iget()
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddiscard.c185 * Find block_group that's up next for discarding.
190 * Iterate over the discard lists to find the next block_group up for
224 * Look up next block group and set it for use.
448 * Determine next step of a block_group.
453 * Determine the next step for a block group after it's finished going through
478 * Find the next block_group to start discarding and then discard a single
531 /* Determine next steps for a block_group */ in btrfs_discard_workfn()
682 struct btrfs_block_group *block_group, *next; in btrfs_discard_punt_unused_bgs_list() local
686 list_for_each_entry_safe(block_group, next, &fs_info->unused_bgs, in btrfs_discard_punt_unused_bgs_list()
712 struct btrfs_block_group *block_group, *next; in btrfs_discard_purge_list() local
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4session.c47 p = &(*p)->next; in nfs4_shrink_slot_table()
51 *p = slot->next; in nfs4_shrink_slot_table()
137 p = &slot->next; in nfs4_find_or_create_slot()
284 p = &(*p)->next; in nfs4_reset_slot_table()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dattr.c532 struct xfs_attr_sf_entry *next; in xchk_xattr_check_sf() local
558 next = xfs_attr_sf_nextentry(sfe); in xchk_xattr_check_sf()
559 if ((unsigned char *)next > end) { in xchk_xattr_check_sf()
585 sfe = next; in xchk_xattr_check_sf()
/kernel/linux/linux-6.6/drivers/soc/mediatek/
H A Dmtk-mmsys.c162 enum mtk_ddp_comp_id next) in mtk_mmsys_ddp_connect()
169 if (cur == routes[i].from_comp && next == routes[i].to_comp) in mtk_mmsys_ddp_connect()
177 enum mtk_ddp_comp_id next) in mtk_mmsys_ddp_disconnect()
184 if (cur == routes[i].from_comp && next == routes[i].to_comp) in mtk_mmsys_ddp_disconnect()
160 mtk_mmsys_ddp_connect(struct device *dev, enum mtk_ddp_comp_id cur, enum mtk_ddp_comp_id next) mtk_mmsys_ddp_connect() argument
175 mtk_mmsys_ddp_disconnect(struct device *dev, enum mtk_ddp_comp_id cur, enum mtk_ddp_comp_id next) mtk_mmsys_ddp_disconnect() argument
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_vt220.c131 request = list_entry(sclp_vt220_outqueue.next, in sclp_vt220_process_queue()
373 list = sclp_vt220_outqueue.next; in sclp_vt220_drop_buffer()
376 list = list->next; in sclp_vt220_drop_buffer()
426 page = (void *) sclp_vt220_empty.next; in __sclp_vt220_write()
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c168 struct pqi_sas_phy *next; in pqi_free_sas_port() local
170 list_for_each_entry_safe(pqi_sas_phy, next, in pqi_free_sas_port()
195 struct pqi_sas_port *next; in pqi_free_sas_node() local
200 list_for_each_entry_safe(pqi_sas_port, next, in pqi_free_sas_node()
/kernel/linux/linux-6.6/drivers/virt/acrn/
H A Dioreq.c467 struct acrn_ioreq_range *range, *next; in acrn_ioreq_client_destroy() local
487 list_for_each_entry_safe(range, next, &client->range_list, list) { in acrn_ioreq_client_destroy()
638 struct acrn_ioreq_client *client, *next; in acrn_ioreq_deinit() local
643 list_for_each_entry_safe(client, next, &vm->ioreq_clients, list) in acrn_ioreq_deinit()

Completed in 23 milliseconds

1...<<919293949596979899100>>...291