Home
last modified time | relevance | path

Searched refs:next (Results 1676 - 1700 of 7106) sorted by relevance

1...<<61626364656667686970>>...285

/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dnamespace_devs.c382 * @next: allocation that follows the given free space range
394 struct resource *next, struct resource *exist, in space_valid()
452 struct resource *next = res->sibling, *new_res = NULL; in scan_allocate() local
468 space_valid(nd_region, ndd, label_id, NULL, next, exist, in scan_allocate()
476 if (!loc && next) { in scan_allocate()
478 valid.end = min(mapping_end, next->start - 1); in scan_allocate()
479 space_valid(nd_region, ndd, label_id, res, next, exist, in scan_allocate()
487 if (!loc && !next) { in scan_allocate()
490 space_valid(nd_region, ndd, label_id, res, next, exist, in scan_allocate()
511 if (strcmp(next in scan_allocate()
392 space_valid(struct nd_region *nd_region, struct nvdimm_drvdata *ndd, struct nd_label_id *label_id, struct resource *prev, struct resource *next, struct resource *exist, resource_size_t n, struct resource *valid) space_valid() argument
585 struct resource *next = res->sibling; merge_dpa() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Drv6xx_dpm.c197 struct rv6xx_sclk_stepping next; in rv6xx_next_vco_step() local
199 next.post_divider = cur->post_divider; in rv6xx_next_vco_step()
202 next.vco_frequency = (cur->vco_frequency * (100 + step_size)) / 100; in rv6xx_next_vco_step()
204 next.vco_frequency = (cur->vco_frequency * 100 + 99 + step_size) / (100 + step_size); in rv6xx_next_vco_step()
206 return next; in rv6xx_next_vco_step()
222 struct rv6xx_sclk_stepping next = *cur; in rv6xx_next_post_div_step() local
224 while (rv6xx_can_step_post_div(rdev, &next, target)) in rv6xx_next_post_div_step()
225 next.post_divider--; in rv6xx_next_post_div_step()
227 return next; in rv6xx_next_post_div_step()
259 struct rv6xx_sclk_stepping next; in rv6xx_generate_steps() local
[all...]
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp90 char *next = const_cast<char *>(path); in CheckRealPath() local
91 for (; *next != '\0'; next++) { in CheckRealPath()
92 if (*next != '.') { in CheckRealPath()
95 next++; in CheckRealPath()
96 if (*next == '\0' || *next == '.' || *next == '/') { in CheckRealPath()
98 HILOG_ERROR(HILOG_MODULE_AAFWK, "[BMS] CheckRealPath path fail:%d", *next); in CheckRealPath()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dvpe.c220 struct mips_hi16 *next; member
327 n->next = mips_hi16_list; in apply_r_mips_hi16()
338 struct mips_hi16 *l, *next; in apply_r_mips_lo16() local
376 next = l->next; in apply_r_mips_lo16()
378 l = next; in apply_r_mips_lo16()
395 next = l->next; in apply_r_mips_lo16()
397 l = next; in apply_r_mips_lo16()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_64_vio.c75 list_del_rcu(&stit->next); in kvm_spapr_tce_liobn_put()
95 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release_iommu_group()
164 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvm_spapr_tce_attach_iommu_group()
192 list_add_rcu(&stit->next, &stt->iommu_tables); in kvm_spapr_tce_attach_iommu_group()
268 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release()
389 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvmppc_tce_validate()
607 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce()
702 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce_indirect()
744 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_stuff_tce()
/kernel/linux/linux-5.10/drivers/parport/
H A Dshare.c478 for (l = all_ports.next, num = 0; l != &all_ports; l = l->next, num++) { in parport_register_port()
790 par_dev->next = port->physport->devices; in parport_register_dev_model()
792 * Make sure that tmp->next is written before it's in parport_register_dev_model()
866 if (dev->next) in parport_unregister_device()
867 dev->next->prev = dev->prev; in parport_unregister_device()
869 dev->prev->next = dev->next; in parport_unregister_device()
871 port->devices = dev->next; in parport_unregister_device()
1217 for (pd = port->devices; !port->cad && pd; pd = pd->next) { in parport_release()
[all...]
/kernel/linux/linux-5.10/net/netlabel/
H A Dnetlabel_kapi.c549 * set in @cm_flags and there is no associated node, the next highest node will
568 iter = iter->next; in _netlbl_catmap_getnode()
588 iter->next = *catmap; in _netlbl_catmap_getnode()
591 iter->next = prev->next; in _netlbl_catmap_getnode()
592 prev->next = iter; in _netlbl_catmap_getnode()
638 if (iter->next != NULL) { in netlbl_catmap_walk()
639 iter = iter->next; in netlbl_catmap_walk()
698 if (iter->next == NULL) in netlbl_catmap_walkrng()
701 iter = iter->next; in netlbl_catmap_walkrng()
[all...]
/kernel/linux/linux-5.10/fs/
H A Dcoredump.c424 * clear the ->next pointer, we will find the new leader via in zap_threads()
460 core_state->dumper.next = NULL; in coredump_wait()
480 ptr = core_state->dumper.next; in coredump_wait()
483 ptr = ptr->next; in coredump_wait()
492 struct core_thread *curr, *next; in coredump_finish() local
502 next = mm->core_state->dumper.next; in coredump_finish()
503 while ((curr = next) != NULL) { in coredump_finish()
504 next = curr->next; in coredump_finish()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_rtalloc.c166 * Find the next allocated block (end of free extent). in xfs_rtallocate_range()
228 xfs_rtblock_t *nextp, /* out: next block to try */ in xfs_rtallocate_extent_block()
239 xfs_rtblock_t next; /* next rtblock to try */ in xfs_rtallocate_extent_block() local
255 * If it's not so then next will contain the first non-free. in xfs_rtallocate_extent_block()
257 error = xfs_rtcheck_range(mp, tp, i, maxlen, 1, &next, &stat); in xfs_rtallocate_extent_block()
283 thislen = next - i; in xfs_rtallocate_extent_block()
290 * If not done yet, find the start of the next free space. in xfs_rtallocate_extent_block()
292 if (next < end) { in xfs_rtallocate_extent_block()
293 error = xfs_rtfind_forw(mp, tp, next, en in xfs_rtallocate_extent_block()
356 xfs_rtblock_t next; /* next block to try (dummy) */ xfs_rtallocate_extent_exact() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_expect.c216 struct hlist_node *next; in nf_ct_remove_expectations() local
223 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) { in nf_ct_remove_expectations()
422 struct hlist_node *next; in __nf_ct_expect_check() local
431 hlist_for_each_entry_safe(i, next, &nf_ct_expect_hash[h], hnode) { in __nf_ct_expect_check()
494 const struct hlist_node *next; in nf_ct_expect_iterate_destroy() local
500 hlist_for_each_entry_safe(exp, next, in nf_ct_expect_iterate_destroy()
520 const struct hlist_node *next; in nf_ct_expect_iterate_net() local
526 hlist_for_each_entry_safe(exp, next, in nf_ct_expect_iterate_net()
652 .next = exp_seq_next,
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_active.c381 struct llist_node *pos, *next; in ____active_del_barrier() local
396 * any of the tasks, but we will try again on the next -- and since in ____active_del_barrier()
400 llist_for_each_safe(pos, next, llist_del_all(&engine->barrier_tasks)) { in ____active_del_barrier()
406 pos->next = head; in ____active_del_barrier()
945 first->next = prev; in i915_active_acquire_preallocate_barrier()
960 first = first->next; in i915_active_acquire_preallocate_barrier()
972 struct llist_node *pos, *next; in i915_active_acquire_barrier() local
983 llist_for_each_safe(pos, next, take_preallocated_barriers(ref)) { in i915_active_acquire_barrier()
1021 struct llist_node *node, *next; in i915_request_add_active_barriers() local
1037 llist_for_each_safe(node, next, nod in i915_request_add_active_barriers()
[all...]
/kernel/linux/linux-5.10/fs/kernfs/
H A Dfile.c47 * kernfs_node is on the list or not can be determined by testing the next
118 void *next = ops->seq_start(sf, ppos); in kernfs_seq_start() local
120 if (next == ERR_PTR(-ENODEV)) in kernfs_seq_start()
121 kernfs_seq_stop_active(sf, next); in kernfs_seq_start()
122 return next; in kernfs_seq_start()
138 void *next = ops->seq_next(sf, v, ppos); in kernfs_seq_next() local
140 if (next == ERR_PTR(-ENODEV)) in kernfs_seq_next()
141 kernfs_seq_stop_active(sf, next); in kernfs_seq_next()
142 return next; in kernfs_seq_next()
173 .next
[all...]
/kernel/linux/linux-6.6/fs/
H A Dcoredump.c408 core_state->dumper.next = NULL; in coredump_wait()
421 ptr = core_state->dumper.next; in coredump_wait()
424 ptr = ptr->next; in coredump_wait()
433 struct core_thread *curr, *next; in coredump_finish() local
439 next = current->signal->core_state->dumper.next; in coredump_finish()
443 while ((curr = next) != NULL) { in coredump_finish()
444 next = curr->next; in coredump_finish()
448 * ->task == NULL before we read ->next in coredump_finish()
[all...]
/kernel/linux/linux-6.6/fs/kernfs/
H A Dfile.c35 * kernfs_node is on the list or not can be determined by testing the next
160 void *next = ops->seq_start(sf, ppos); in kernfs_seq_start() local
162 if (next == ERR_PTR(-ENODEV)) in kernfs_seq_start()
163 kernfs_seq_stop_active(sf, next); in kernfs_seq_start()
164 return next; in kernfs_seq_start()
175 void *next = ops->seq_next(sf, v, ppos); in kernfs_seq_next() local
177 if (next == ERR_PTR(-ENODEV)) in kernfs_seq_next()
178 kernfs_seq_stop_active(sf, next); in kernfs_seq_next()
179 return next; in kernfs_seq_next()
210 .next
[all...]
/kernel/linux/linux-6.6/drivers/parport/
H A Dshare.c478 for (l = all_ports.next, num = 0; l != &all_ports; l = l->next, num++) { in parport_register_port()
790 par_dev->next = port->physport->devices; in parport_register_dev_model()
792 * Make sure that tmp->next is written before it's in parport_register_dev_model()
866 if (dev->next) in parport_unregister_device()
867 dev->next->prev = dev->prev; in parport_unregister_device()
869 dev->prev->next = dev->next; in parport_unregister_device()
871 port->devices = dev->next; in parport_unregister_device()
1217 for (pd = port->devices; !port->cad && pd; pd = pd->next) { in parport_release()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_active.c371 struct llist_node *pos, *next; in ____active_del_barrier() local
386 * any of the tasks, but we will try again on the next -- and since in ____active_del_barrier()
390 llist_for_each_safe(pos, next, llist_del_all(&engine->barrier_tasks)) { in ____active_del_barrier()
396 pos->next = head; in ____active_del_barrier()
914 first->next = prev; in i915_active_acquire_preallocate_barrier()
929 first = first->next; in i915_active_acquire_preallocate_barrier()
941 struct llist_node *pos, *next; in i915_active_acquire_barrier() local
952 llist_for_each_safe(pos, next, take_preallocated_barriers(ref)) { in i915_active_acquire_barrier()
990 struct llist_node *node, *next; in i915_request_add_active_barriers() local
1006 llist_for_each_safe(node, next, nod in i915_request_add_active_barriers()
[all...]
/kernel/linux/linux-6.6/net/netlabel/
H A Dnetlabel_kapi.c549 * set in @cm_flags and there is no associated node, the next highest node will
568 iter = iter->next; in _netlbl_catmap_getnode()
588 iter->next = *catmap; in _netlbl_catmap_getnode()
591 iter->next = prev->next; in _netlbl_catmap_getnode()
592 prev->next = iter; in _netlbl_catmap_getnode()
638 if (iter->next != NULL) { in netlbl_catmap_walk()
639 iter = iter->next; in netlbl_catmap_walk()
698 if (iter->next == NULL) in netlbl_catmap_walkrng()
701 iter = iter->next; in netlbl_catmap_walkrng()
[all...]
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c204 ctxt->rw_node.next = first; in svc_rdma_cc_release()
798 * info->ri_pageno and info->ri_pageoff so that the next RDMA Read
859 struct svc_rdma_chunk *chunk, *next; in svc_rdma_read_multiple_chunks() local
875 next = pcl_next_chunk(pcl, chunk); in svc_rdma_read_multiple_chunks()
876 if (!next) in svc_rdma_read_multiple_chunks()
880 length = next->ch_position - info->ri_totalbytes; in svc_rdma_read_multiple_chunks()
1022 struct svc_rdma_chunk *chunk, *next; in svc_rdma_read_call_chunk() local
1041 next = pcl_next_chunk(pcl, chunk); in svc_rdma_read_call_chunk()
1042 if (!next) in svc_rdma_read_call_chunk()
1046 length = next in svc_rdma_read_call_chunk()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp_offload.c148 } while ((skb = skb->next)); in __skb_udp_tunnel_segment()
229 if ((udp_hdr(seg)->dest == udp_hdr(seg->next)->dest) && in __udpv4_gso_segment_list_csum()
230 (udp_hdr(seg)->source == udp_hdr(seg->next)->source) && in __udpv4_gso_segment_list_csum()
231 (ip_hdr(seg)->daddr == ip_hdr(seg->next)->daddr) && in __udpv4_gso_segment_list_csum()
232 (ip_hdr(seg)->saddr == ip_hdr(seg->next)->saddr)) in __udpv4_gso_segment_list_csum()
235 while ((seg = seg->next)) { in __udpv4_gso_segment_list_csum()
331 if (!seg->next) in __udp_gso_segment()
343 seg = seg->next; in __udp_gso_segment()
444 NAPI_GRO_CB(p)->last->next = skb; in skb_gro_receive_list()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_expect.c232 struct hlist_node *next; in nf_ct_remove_expectations() local
239 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) { in nf_ct_remove_expectations()
441 struct hlist_node *next; in __nf_ct_expect_check() local
450 hlist_for_each_entry_safe(i, next, &nf_ct_expect_hash[h], hnode) { in __nf_ct_expect_check()
514 const struct hlist_node *next; in nf_ct_expect_iterate_destroy() local
520 hlist_for_each_entry_safe(exp, next, in nf_ct_expect_iterate_destroy()
540 const struct hlist_node *next; in nf_ct_expect_iterate_net() local
546 hlist_for_each_entry_safe(exp, next, in nf_ct_expect_iterate_net()
672 .next = exp_seq_next,
/kernel/linux/linux-5.10/block/
H A Dt10-pi.c68 goto next; in t10_pi_verify()
81 goto next; in t10_pi_verify()
94 next: in t10_pi_verify()
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dprocess.c205 struct task_struct *_switch_fpu(struct task_struct *prev, struct task_struct *next) in _switch_fpu() argument
210 if (!(next->flags & PF_KTHREAD)) in _switch_fpu()
211 clear_fpu(task_pt_regs(next)); in _switch_fpu()
/kernel/linux/linux-5.10/arch/sh/drivers/pci/
H A Dpci.c116 hose_tail = &hose->next; in register_pci_controller()
155 for (hose = hose_head; hose; hose = hose->next) in pcibios_init()
262 for (hose = hose_head; hose; hose = hose->next) { in pcibios_report_status()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddspkginit.c130 arg = arg->common.next; in acpi_ds_build_internal_package_obj()
246 arg = arg->common.next; in acpi_ds_build_internal_package_obj()
280 arg = arg->common.next; in acpi_ds_build_internal_package_obj()
H A Devhandler.c140 handler_obj = handler_obj->address_space.next; in acpi_ev_has_default_handler()
304 handler_obj = handler_obj->address_space.next; in acpi_ev_find_region_handler()
509 handler_obj->address_space.next = obj_desc->common_notify.handler; in acpi_ev_install_space_handler()

Completed in 31 milliseconds

1...<<61626364656667686970>>...285