Home
last modified time | relevance | path

Searched refs:next (Results 1826 - 1850 of 12742) sorted by relevance

1...<<71727374757677787980>>...510

/kernel/linux/linux-6.6/drivers/net/appletalk/
H A Dipddp.c135 for(rt = ipddp_route_list; rt != NULL; rt = rt->next) in ipddp_xmit()
206 rt->next = NULL; in ipddp_create()
219 rt->next = ipddp_route_list; in ipddp_create()
243 *r = tmp->next; in ipddp_delete()
248 r = &tmp->next; in ipddp_delete()
262 for(f = ipddp_route_list; f != NULL; f = f->next) in __ipddp_find_route()
338 p = ipddp_route_list->next; in ipddp_cleanup_module()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dem_sti.c116 static u64 em_sti_set_next(struct em_sti_priv *p, u64 next) in em_sti_set_next() argument
126 em_sti_write(p, STI_COMPA_H, next >> 32); in em_sti_set_next()
127 em_sti_write(p, STI_COMPA_L, next & 0xffffffff); in em_sti_set_next()
137 return next; in em_sti_set_next()
253 u64 next; in em_sti_clock_event_next() local
256 next = em_sti_set_next(p, em_sti_count(p) + delta); in em_sti_clock_event_next()
257 safe = em_sti_count(p) < (next - 1); in em_sti_clock_event_next()
/kernel/linux/linux-6.6/kernel/gcov/
H A Dgcc_4_7.c83 * @next: list head for a singly-linked list
92 * at run-time with the exception of the next pointer.
96 struct gcov_info *next; member
127 * gcov_info_next - return next profiling data set
130 * Returns next gcov_info following @info or first gcov_info in the chain if
138 return info->next; in gcov_info_next()
147 info->next = gcov_info_head; in gcov_info_link()
159 prev->next = info->next; in gcov_info_unlink()
161 gcov_info_head = info->next; in gcov_info_unlink()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H A Dsaa7134-ts.c33 struct saa7134_buf *next) in buffer_activate()
42 if (NULL == next) in buffer_activate()
43 next = buf; in buffer_activate()
45 ts_dbg("- [top] buf=%p next=%p\n", buf, next); in buffer_activate()
47 saa_writel(SAA7134_RS_BA2(5),saa7134_buffer_base(next)); in buffer_activate()
50 ts_dbg("- [bottom] buf=%p next=%p\n", buf, next); in buffer_activate()
51 saa_writel(SAA7134_RS_BA1(5),saa7134_buffer_base(next)); in buffer_activate()
31 buffer_activate(struct saa7134_dev *dev, struct saa7134_buf *buf, struct saa7134_buf *next) buffer_activate() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_gem_evict.c11 * The above copyright notice and this permission notice (including the next
157 struct i915_vma *vma, *next; in i915_gem_evict_something() local
199 list_for_each_entry_safe(vma, next, &vm->bound_list, vm_link) { in i915_gem_evict_something()
235 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something()
256 * enabling us to evict them on the next iteration. in i915_gem_evict_something()
282 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something()
293 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something()
337 struct i915_vma *vma, *next; in i915_gem_evict_for_node() local
428 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_for_node()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c11 * The above copyright notice and this permission notice (including the next
326 u8 next; in intel_vgpu_init_cfg_space() local
366 next = vgpu_cfg_space(vgpu)[PCI_CAPABILITY_LIST]; in intel_vgpu_init_cfg_space()
368 if (vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_ID] == PCI_CAP_ID_PM) { in intel_vgpu_init_cfg_space()
369 vgpu->cfg_space.pmcsr_off = next + PCI_PM_CTRL; in intel_vgpu_init_cfg_space()
372 next = vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_NEXT]; in intel_vgpu_init_cfg_space()
373 } while (next); in intel_vgpu_init_cfg_space()
/kernel/linux/linux-6.6/drivers/greybus/
H A Dmanifest.c54 struct manifest_desc *next; in release_manifest_descriptors() local
56 list_for_each_entry_safe(descriptor, next, &intf->manifest_descs, links) in release_manifest_descriptors()
79 struct manifest_desc *next; in get_next_bundle_desc() local
81 list_for_each_entry_safe(descriptor, next, &intf->manifest_descs, links) in get_next_bundle_desc()
232 struct manifest_desc *desc, *next, *tmp; in gb_manifest_parse_cports() local
240 list_for_each_entry_safe(desc, next, &intf->manifest_descs, links) { in gb_manifest_parse_cports()
286 list_for_each_entry_safe(desc, next, &list, links) { in gb_manifest_parse_cports()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dstats.c271 struct rpc_clnt *next = clnt; in rpc_clnt_show_stats() local
273 _add_rpc_iostats(&stats, &next->cl_metrics[op]); in rpc_clnt_show_stats()
274 if (next == next->cl_parent) in rpc_clnt_show_stats()
276 next = next->cl_parent; in rpc_clnt_show_stats()
277 } while (next); in rpc_clnt_show_stats()
/kernel/linux/linux-6.6/scripts/genksyms/
H A Dparse.y30 *p = node->next;
57 r->next = (*keyw)->next; *body = r; (*keyw)->next = NULL;
143 struct string_list *decl = (*$3)->next;
144 (*$3)->next = NULL;
413 { remove_list($2, &(*$1)->next); $$ = $2; }
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dunpriv_bpf_disabled.c159 __u32 next; in test_unpriv_bpf_disabled_negative() local
166 * - get next prog/map/link id in test_unpriv_bpf_disabled_negative()
183 ASSERT_EQ(bpf_prog_get_next_id(prog_id, &next), -EPERM, "prog_get_next_id_fails"); in test_unpriv_bpf_disabled_negative()
184 ASSERT_EQ(bpf_prog_get_next_id(0, &next), -EPERM, "prog_get_next_id_fails"); in test_unpriv_bpf_disabled_negative()
189 ASSERT_EQ(bpf_map_get_next_id(map_info.id, &next), -EPERM, in test_unpriv_bpf_disabled_negative()
192 ASSERT_EQ(bpf_map_get_next_id(0, &next), -EPERM, "map_get_next_id_fails"); in test_unpriv_bpf_disabled_negative()
198 ASSERT_EQ(bpf_link_get_next_id(link_info.id, &next), -EPERM, in test_unpriv_bpf_disabled_negative()
201 ASSERT_EQ(bpf_link_get_next_id(0, &next), -EPERM, "link_get_next_id_fails"); in test_unpriv_bpf_disabled_negative()
/kernel/linux/linux-6.6/sound/isa/gus/
H A Dgus_dma.c91 gus->gf1.dma_data_pcm = block->next; in snd_gf1_dma_next_block()
99 gus->gf1.dma_data_synth = block->next; in snd_gf1_dma_next_block()
168 gus->gf1.dma_data_pcm = block->next; in snd_gf1_dma_done()
172 gus->gf1.dma_data_synth = block->next; in snd_gf1_dma_done()
195 block->next = NULL; in snd_gf1_dma_transfer_block()
209 gus->gf1.dma_data_synth_last->next = block; in snd_gf1_dma_transfer_block()
217 gus->gf1.dma_data_pcm_last->next = block; in snd_gf1_dma_transfer_block()
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_int64.cpp11 * The above copyright notice and this permission notice (including the next
152 exec_node *const before = instructions->head_sentinel.next; in lower_64bit_integer_instructions()
153 exec_node *const head = v.function_list.head_sentinel.next; in lower_64bit_integer_instructions()
156 before->next = head; in lower_64bit_integer_instructions()
160 tail->next = after; in lower_64bit_integer_instructions()
303 exec_node *const head = instructions.head_sentinel.next; in lower_op_to_function_call()
306 before->next = head; in lower_op_to_function_call()
310 tail->next = after; in lower_op_to_function_call()
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.c265 pre_buffer_next = &end->next; in add_pre_buffer()
314 struct token *next = token->next; in sparse_tokenstream() local
316 if (next->pos.whitespace) in sparse_tokenstream()
318 if (next->pos.newline) { in sparse_tokenstream()
320 prec = next->pos.pos; in sparse_tokenstream()
325 token = next; in sparse_tokenstream()
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_ctx.c28 struct bignum_pool_item *prev, *next; member
94 item = item->next; in ctxdbg()
171 pool = pool->next; in BN_CTX_free()
309 p->current = p->head->next; in BN_POOL_finish()
335 item->next = NULL; in BN_POOL_get()
340 p->tail->next = item; in BN_POOL_get()
353 p->current = p->current->next; in BN_POOL_get()
/third_party/node/deps/uvwasi/src/
H A Dpath_resolver.c41 char* next; in uvwasi__normalize_path() local
52 for (cur = path; cur != NULL; cur = next + 1) { in uvwasi__normalize_path()
53 next = uvwasi__strchr_slash(cur); in uvwasi__normalize_path()
54 cur_len = (next == NULL) ? strlen(cur) : (size_t) (next - cur); in uvwasi__normalize_path()
57 if (ptr == normalized_path && next != NULL && is_absolute) { in uvwasi__normalize_path()
108 if (next == NULL) in uvwasi__normalize_path()
/third_party/rust/crates/clang-sys/src/
H A Dsupport.rs50 /// systems, `xcodebuild -find clang` will next be queried. Last, the
85 if let Some(line) = path.lines().next() { in find()
92 if let Some(line) = path.lines().next() { in find()
147 if let Some(path) = glob::glob(&pattern).ok()?.filter_map(|p| p.ok()).next() { in find()
210 let mut numbers = output[start..].split_whitespace().next()?.split('.'); in parse_version()
211 let major = numbers.next().and_then(parse_version_number)?; in parse_version()
212 let minor = numbers.next().and_then(parse_version_number)?; in parse_version()
213 let subminor = numbers.next().and_then(parse_version_number).unwrap_or(0); in parse_version()
/third_party/openssl/crypto/bn/
H A Dbn_ctx.c28 struct bignum_pool_item *prev, *next; member
94 item = item->next; in ctxdbg()
171 pool = pool->next; in BN_CTX_free()
309 p->current = p->head->next; in BN_POOL_finish()
335 item->next = NULL; in BN_POOL_get()
340 p->tail->next = item; in BN_POOL_get()
353 p->current = p->current->next; in BN_POOL_get()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Ddaemon.c405 for (pos = daemon->sessions_head; NULL != pos; pos = pos->next) in SPDYF_get_timeout()
451 for (pos = daemon->sessions_head; NULL != pos; pos = pos->next) in SPDYF_get_fdset()
477 struct SPDY_Session *next; in SPDYF_run() local
504 next = daemon->sessions_head; in SPDYF_run()
505 while (NULL != (pos = next)) in SPDYF_run()
507 next = pos->next; in SPDYF_run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DStackMapParser.h31 AccessorIterator& operator++() { A = A.next(); return *this; } in operator ++()
76 FunctionAccessor next() const { in next() function in llvm::StackMapParser::FunctionAccessor
96 ConstantAccessor next() const { in next() function in llvm::StackMapParser::ConstantAccessor
153 LocationAccessor next() const { in next() function in llvm::StackMapParser::LocationKind::LocationAccessor
185 LiveOutAccessor next() const { in next() function in llvm::StackMapParser::LocationKind::LiveOutAccessor
285 RecordAccessor next() const { in next() function in llvm::StackMapParser::LocationKind::RecordAccessor
406 // look at the last record and use the 'next' method. in records_end()
409 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCrashRecoveryContext.cpp107 i = tmp->next; in ~CrashRecoveryContext()
156 cleanup->next = head; in registerCleanup()
165 head = cleanup->next; in unregisterCleanup()
170 cleanup->prev->next = cleanup->next; in unregisterCleanup()
171 if (cleanup->next) in unregisterCleanup()
172 cleanup->next->prev = cleanup->prev; in unregisterCleanup()
/third_party/selinux/libsepol/cil/src/
H A Dcil_symtab.c185 prev = curr, curr = curr->next) { in cil_complex_symtab_insert()
214 node->next = prev->next; in cil_complex_symtab_insert()
215 prev->next = node; in cil_complex_symtab_insert()
217 node->next = symtab->htable[hash]; in cil_complex_symtab_insert()
234 for (curr = symtab->htable[hash]; curr != NULL; curr = curr->next) { in cil_complex_symtab_search()
279 curr = curr->next; in cil_complex_symtab_destroy()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dhttp_server.c22 struct http_request *next; member
105 p->next = r->next; in http_request_deinit()
107 srv->requests = r->next; in http_request_deinit()
112 r = r->next; in http_request_deinit()
126 req = req->next; in http_request_free_all()
222 req->next = srv->requests; in http_server_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dhttp_server.c22 struct http_request *next; member
105 p->next = r->next; in http_request_deinit()
107 srv->requests = r->next; in http_request_deinit()
112 r = r->next; in http_request_deinit()
126 req = req->next; in http_request_free_all()
222 req->next = srv->requests; in http_server_cb()
/kernel/linux/linux-6.6/mm/
H A Dgup.c309 struct page *next = nth_page(start, i); in gup_folio_range_next() local
310 struct folio *folio = page_folio(next); in gup_folio_range_next()
315 folio_nr_pages(folio) - folio_page_idx(folio, next)); in gup_folio_range_next()
391 * next writeback cycle. This is harmless. in unpin_user_pages_dirty_lock()
1103 unsigned long now, next; in gup_vma_lookup()
1116 now = jiffies; next = next_warn; in gup_vma_lookup()
1117 if (next && time_before(now, next)) in gup_vma_lookup()
1779 continue; /* continue at next VMA */ in __mm_populate()
2832 unsigned long next; in gup_huge_pd() local
2984 unsigned long next; gup_pmd_range() local
3023 unsigned long next; gup_pud_range() local
3051 unsigned long next; gup_p4d_range() local
3076 unsigned long next; gup_pgd_range() local
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Dnicstar.c548 card->tsq.next = card->tsq.base; in ns_init_card()
567 card->rsq.next = card->rsq.base; in ns_init_card()
887 scq->next = scq->base; in get_scq()
1147 next interrupt. As this preliminary support is only meant to in ns_irq_handler()
1475 scqep = scq->next; in ns_close()
1486 if (!ns_scqe_is_tsr(scqep) && scq->tail != scq->next) { in ns_close()
1494 scqi = scq->next - scq->base; in ns_close()
1498 *scq->next = tsr; in ns_close()
1501 if (scq->next == scq->last) in ns_close()
1502 scq->next in ns_close()
[all...]

Completed in 21 milliseconds

1...<<71727374757677787980>>...510