/kernel/linux/linux-5.10/fs/ |
H A D | mbcache.c | 163 node = entry->e_hash_list.next; in __entry_find() 173 node = node->next; in __entry_find() 200 * mb_cache_entry_find_next - find next reusable entry with the same key 204 * Finds next reusable entry in the hash chain which has the same key as @entry. 444 struct mb_cache_entry *entry, *next; in mb_cache_destroy() local 452 list_for_each_entry_safe(entry, next, &cache->c_list, e_list) { in mb_cache_destroy()
|
/kernel/linux/linux-5.10/fs/jbd2/ |
H A D | revoke.c | 169 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-5.10/fs/btrfs/ |
H A D | discard.c | 150 * 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 D | local_storage.c | 271 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 D | inode.c | 140 .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 D | xfs_aops.c | 184 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 D | super.c | 196 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 D | proc.c | 242 .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 D | ip_vs_app.c | 326 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 D | ip_vs_mh.c | 140 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 D | vmwgfx_so.c | 14 * 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 D | vidtv_mux.c | 105 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 D | sun4i_dma.c | 181 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 D | vidtv_mux.c | 105 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 D | pptt.c | 449 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 D | dsopcode.c | 378 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 D | revoke.c | 169 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 D | meta_io.c | 76 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 D | inode.c | 140 .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 D | super.c | 197 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 D | discard.c | 185 * 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 D | nfs4session.c | 47 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 D | attr.c | 532 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 D | mtk-mmsys.c | 162 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 D | sclp_vt220.c | 131 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()
|