/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | rw.c | 81 reg->inv_wr.next = ®->reg_wr.wr; in rdma_rw_inv_key() 84 reg->inv_wr.next = NULL; in rdma_rw_inv_key() 152 prev->wr.wr.next = ®->inv_wr; in rdma_rw_init_mr_wrs() 154 prev->wr.wr.next = ®->reg_wr.wr; in rdma_rw_init_mr_wrs() 157 reg->reg_wr.wr.next = ®->wr.wr; in rdma_rw_init_mr_wrs() 182 prev->wr.wr.next = NULL; in rdma_rw_init_mr_wrs() 238 rdma_wr->wr.next = i + 1 < ctx->nr_ops ? in rdma_rw_init_map_wrs() 451 ctx->reg->reg_wr.wr.next = &rdma_wr->wr; in rdma_rw_ctx_signature_init() 512 if (ctx->reg[0].inv_wr.next) in rdma_rw_ctx_wrs() 531 last_wr->next in rdma_rw_ctx_wrs() [all...] |
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | confdata.c | 896 else if (menu->next != NULL) { in conf_write_defconfig() 897 menu = menu->next; in conf_write_defconfig() 900 if (menu->next != NULL) { in conf_write_defconfig() 901 menu = menu->next; in conf_write_defconfig() 960 goto next; in conf_write() 971 goto next; in conf_write() 980 next: in conf_write() 993 if (menu->next) { in conf_write() 994 menu = menu->next; in conf_write() 1053 for (file = file_list; file; file = file->next) in conf_write_autoconf_cmd() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec.c | 144 * @return the next registered rtp dynamic protocol handler 455 pkt = pkt->next; in find_missing_packets() 783 RTPPacket *next = s->queue->next; in ff_rtp_reset_packet_queue() local 786 s->queue = next; in ff_rtp_reset_packet_queue() 803 cur = &(*cur)->next; in enqueue_packet() 813 packet->next = *cur; in enqueue_packet() 833 RTPPacket *next; in rtp_parse_queued_packet() local 849 next = s->queue->next; in rtp_parse_queued_packet() [all...] |
/third_party/curl/lib/ |
H A D | socks.c | 126 nread = Curl_conn_cf_recv(cf->next, data, buf, buffersize, &err); in Curl_blockread_all() 219 nwritten = Curl_conn_cf_send(cf->next, data, (char *)sx->outp, in socks_state_send() 250 nread = Curl_conn_cf_recv(cf->next, data, (char *)sx->outp, in socks_state_recv() 1123 the next magic steps. If 'done' isn't set TRUE, it is not done yet and 1143 result = cf->next->cft->do_connect(cf->next, data, blocking, done); in socks_proxy_cf_connect() 1215 DEBUGASSERT(cf->next); in socks_proxy_cf_close() 1218 cf->next->cft->do_close(cf->next, data); in socks_proxy_cf_close() 1241 cf->next in socks_cf_get_host() [all...] |
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | misc.c | 61 freelist[k] = rv->next; 102 v->next = freelist[v->k]; 399 p5->next = 0; 404 p5->next = 0; 415 if ((p51 = p5->next) == 0) { 418 if (!(p51 = p5->next)) { 419 p51 = p5->next = mult(p5,p5); 420 p51->next = 0; 424 p51 = p5->next = mult(p5,p5); 425 p51->next [all...] |
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | dir.c | 117 freede = de->next; in newDosDirEntry() 124 de->next = freede; in freeDosDirEntry() 142 freedt = dt->next; in newDirTodo() 149 dt->next = freedt; in freeDirTodo() 272 np = p->next; in finishDosDirSection() 281 if (!(nd = d->next)) in finishDosDirSection() 794 dirent.next = dir->child; in readDosDirSection() 982 n->next = pendingDirectories; in readDosDirSection() 1045 struct dirTodoNode *n = pendingDirectories->next; in handleDirTree() 1086 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect() [all...] |
/third_party/jinja2/ |
H A D | ext.py | 356 lineno = next(parser.stream).lineno 390 next(parser.stream) 426 next(parser.stream) 439 next(parser.stream) 442 next(parser.stream) 482 """Parse until the next block tag with a given name.""" 489 next(parser.stream) 491 next(parser.stream) 497 next(parser.stream) 597 node = nodes.ExprStmt(lineno=next(parse [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | code.cc | 151 for (RelocIterator it(*this, mode_mask); !it.done(); it.next()) { in ClearEmbeddedObjects() 159 for (RelocIterator it(*this, RelocInfo::kApplyMask); !it.done(); it.next()) { in Relocate() 191 for (RelocIterator it(*this, reloc_info, mode_mask); !it.done(); it.next()) { in RelocateFromDesc() 315 for (RelocIterator it(*this, kModeMask); !it.done(); it.next()) { in IsIsolateIndependent() 362 Object next; in Next() local 364 // Get next code in the linked list. in Next() 365 next = current_code_.next_code_link(); in Next() 367 // Linked list of code exhausted. Get list of next context. in Next() 368 next = next_context_.OptimizedCodeListHead(); in Next() 378 next in Next() [all...] |
/third_party/skia/src/gpu/ |
H A D | GrDrawOpAtlas.cpp | 98 , fGenID(fGenerationCounter->next()) in Plot() 198 fGenID = fGenerationCounter->next(); in resetRects() 229 , fAtlasGeneration(fGenerationCounter->next()) in GrDrawOpAtlas() 256 fAtlasGeneration = fGenerationCounter->next(); in processEviction() 293 for (Plot* plot = plotIter.get(); plot; plot = plotIter.next()) { in uploadToPage() 439 plotIter.next(); in compactRadicals() 479 plotIter.next(); in compact() 526 plotIter.next(); in compact() 563 plotIter.next(); in compact() 593 plotIter.next(); in compact() [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | test_xarray.c | 209 unsigned long next = base + (1UL << order); in check_xa_mark_1() local 216 XA_BUG_ON(xa, xa_store_index(xa, next, GFP_KERNEL)); in check_xa_mark_1() 219 for (i = base; i < next; i++) { in check_xa_mark_1() 244 XA_BUG_ON(xa, xa_get_mark(xa, next, XA_MARK_0)); in check_xa_mark_1() 245 XA_BUG_ON(xa, xa_get_mark(xa, next, XA_MARK_1)); in check_xa_mark_1() 246 XA_BUG_ON(xa, xa_get_mark(xa, next, XA_MARK_2)); in check_xa_mark_1() 248 xa_erase_index(xa, next); in check_xa_mark_1() 706 /* The next assigned ID should be base+1 */ in check_xa_alloc_1() 806 u32 next = 0; in check_xa_alloc_3() local 812 &next, GFP_KERNE in check_xa_alloc_3() 938 unsigned long next = 4 << order; check_multi_find_1() local [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | test_xarray.c | 209 unsigned long next = base + (1UL << order); in check_xa_mark_1() local 216 XA_BUG_ON(xa, xa_store_index(xa, next, GFP_KERNEL)); in check_xa_mark_1() 219 for (i = base; i < next; i++) { in check_xa_mark_1() 244 XA_BUG_ON(xa, xa_get_mark(xa, next, XA_MARK_0)); in check_xa_mark_1() 245 XA_BUG_ON(xa, xa_get_mark(xa, next, XA_MARK_1)); in check_xa_mark_1() 246 XA_BUG_ON(xa, xa_get_mark(xa, next, XA_MARK_2)); in check_xa_mark_1() 248 xa_erase_index(xa, next); in check_xa_mark_1() 706 /* The next assigned ID should be base+1 */ in check_xa_alloc_1() 806 u32 next = 0; in check_xa_alloc_3() local 812 &next, GFP_KERNE in check_xa_alloc_3() 938 unsigned long next = 4 << order; check_multi_find_1() local [all...] |
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_cil.c | 44 for (curr = expr; curr != NULL; curr = curr->next) { in cond_expr_to_str() 137 for (curr = expr; curr; curr = curr->next) { in constraint_expr_to_str() 288 for (curr = constraint_rules; curr != NULL; curr = curr->next) { in class_constraint_rules_to_strs() 333 for (curr = validatetrans_rules; curr != NULL; curr = curr->next) { in class_validatetrans_rules_to_strs() 568 for (isid = isids; isid != NULL; isid = isid->next) { in write_sids_to_cil() 1903 datum = datum->next; in map_filename_trans_to_str() 2072 for (cond_av = cond_list; cond_av != NULL; cond_av = cond_av->next) { in write_cond_av_list_to_cil() 2124 for (cond = pdb->cond_list; cond != NULL; cond = cond->next) { in write_cond_nodes_to_cil() 2135 for (cond = pdb->cond_list; cond != NULL; cond = cond->next) { in write_cond_nodes_to_cil() 2342 curr = curr->next; in write_role_transition_rules_to_cil() [all...] |
H A D | kernel_to_conf.c | 43 for (curr = expr; curr != NULL; curr = curr->next) { in cond_expr_to_str() 135 for (curr = expr; curr; curr = curr->next) { in constraint_expr_to_str() 283 for (curr = constraint_rules; curr != NULL; curr = curr->next) { in class_constraint_rules_to_strs() 337 for (curr = validatetrans_rules; curr != NULL; curr = curr->next) { in class_validatetrans_rules_to_strs() 465 for (isid = isids; isid != NULL; isid = isid->next) { in write_sids_to_conf() 1879 datum = datum->next; in map_filename_trans_to_str() 2048 for (cond_av = cond_list; cond_av != NULL; cond_av = cond_av->next) { in write_cond_av_list_to_conf() 2101 for (cond = pdb->cond_list; cond != NULL; cond = cond->next) { in write_cond_nodes_to_conf() 2116 for (cond = pdb->cond_list; cond != NULL; cond = cond->next) { in write_cond_nodes_to_conf() 2273 curr = curr->next; in write_role_transition_rules_to_conf() [all...] |
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 1221 new->next = dso->td_index; in do_relocs() 1256 struct dso *p = lazy_head, *next; in redo_lazy_relocs() local 1258 for (; p; p=next) { in redo_lazy_relocs() 1259 next = p->lazy_next; in redo_lazy_relocs() 2178 const char *rp, *next; in load_library() local 2179 for (rp=reserved; *rp; rp=next) { in load_library() 2180 next = strchr(rp, '.') + 1; in load_library() 2181 if (strncmp(name+3, rp, next-rp) == 0) in load_library() 2203 tail->next = &ldso; in load_library() 2352 if (tls_tail) tls_tail->next in load_library() 2540 struct dso *p, *next; revert_syms() local 3555 struct dso *volatile p, *orig_tail, *orig_syms_tail, *orig_lazy_head, *next; dlopen_impl() local 5542 const char *rp, *next; load_library_header() local 6252 struct dso_handle_node* next; global() member [all...] |
/base/global/i18n/frameworks/zone/src/ |
H A D | zone_util.cpp | 354 cur = cur->next;
in GetCountryZones() 363 cur = cur->next;
in GetCountryZones() 368 value = value->next;
in GetCountryZones() 387 value = value->next;
in GetDefaultAndBoost() 394 value = value->next;
in GetDefaultAndBoost() 418 value = value->next;
in GetTimezones()
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 84 list->next = NULL; in OH_HiAppEvent_CreateParamList() 108 ParamList nextNode = curNode->next; in OH_HiAppEvent_DestroyParamList() 135 if (curNode->next == NULL) { in AddParamValue() 149 node->next = NULL; in AddParamValue() 150 curNode->next = node; in AddParamValue() 153 // otherwise, find the next Node in AddParamValue() 154 curNode = curNode->next; in AddParamValue()
|
/base/security/selinux_adapter/framework/policycoreutils/src/ |
H A D | contexts_trie.c | 239 node->next = NULL; in InsertContextsList() 241 (*head)->next = node; in InsertContextsList() 242 *head = (*head)->next; in InsertContextsList() 256 tmpHead = tmpHead->next; in FindContextFromList() 307 int tmpIndex = FindContextFromList(context, tmpHead->next); in ReadParamFromSharedMem() 321 listPtr = tmpHead->next; in ReadParamFromSharedMem() 351 *memPtr = (SharedMem *)((char *)tmPtr + writeSize); // get the next SharedMem ptr in WriteParamToSharedMem()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | efi-pstore.c | 111 * @next: next entry 115 struct efivar_entry *next, in efi_pstore_scan_sysfs_enter() 119 if (&next->list != head) in efi_pstore_scan_sysfs_enter() 120 next->scanning = true; in efi_pstore_scan_sysfs_enter() 146 * @next: next entry 151 struct efivar_entry *next, in efi_pstore_scan_sysfs_exit() 160 ret = __efi_pstore_scan_sysfs_exit(next, &next in efi_pstore_scan_sysfs_exit() 114 efi_pstore_scan_sysfs_enter(struct efivar_entry *pos, struct efivar_entry *next, struct list_head *head) efi_pstore_scan_sysfs_enter() argument 150 efi_pstore_scan_sysfs_exit(struct efivar_entry *pos, struct efivar_entry *next, struct list_head *head, bool stop) efi_pstore_scan_sysfs_exit() argument [all...] |
/kernel/linux/linux-5.10/drivers/block/aoe/ |
H A D | aoedev.c | 329 for (d = devlist; d; d = d->next) { in flush() 360 for (d = devlist; d; d = d->next) { in flush() 378 *dd = d->next; in flush() 381 dd = &d->next; in flush() 449 for (d=devlist; d; d=d->next) in aoedev_by_aoeaddr() 491 d->next = devlist; in aoedev_by_aoeaddr()
|
/kernel/linux/linux-5.10/drivers/char/agp/ |
H A D | isoch.c | 40 struct list_head *pos, *tmp, *head = &list->list, *start = head->next; in agp_3_5_dev_list_sort() 53 pos = pos->next; in agp_3_5_dev_list_sort() 299 for (pos=head->next; cdev<ndevs; cdev++, pos=pos->next) { in agp_3_5_nonisochronous_node_enable() 455 for (pos=head->next; pos!=head; ) { in agp_3_5_enable() 458 pos = pos->next; in agp_3_5_enable()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
H A D | cq.c | 75 u32 next; in rvt_cq_enter() local 98 next = 0; in rvt_cq_enter() 100 next = head + 1; in rvt_cq_enter() 103 if (unlikely(next == tail || cq->cq_full)) { in rvt_cq_enter() 137 RDMA_WRITE_UAPI_ATOMIC(u_wc->head, next); in rvt_cq_enter() 140 k_wc->head = next; in rvt_cq_enter()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmmnv50.c | 35 u64 next = addr + map->type, data; in nv50_vmm_pgt_pte() local 48 data = next | (log2blk << 7); in nv50_vmm_pgt_pte() 49 next += pten * map->next; in nv50_vmm_pgt_pte() 243 map->next = 1 << page->shift; in nv50_vmm_valid() 312 map->next |= map->ctag; in nv50_vmm_valid()
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | interrupt.c | 31 struct mei_cl_cb *cb, *next; in mei_irq_compl_handler() local 34 list_for_each_entry_safe(cb, next, cmpl_list, list) { in mei_irq_compl_handler() 482 struct mei_cl_cb *cb, *next; in mei_irq_write_handler() local 500 list_for_each_entry_safe(cb, next, &dev->write_waiting_list, list) { in mei_irq_write_handler() 511 list_for_each_entry_safe(cb, next, &dev->ctrl_wr_list, list) { in mei_irq_write_handler() 555 list_for_each_entry_safe(cb, next, &dev->write_list, list) { in mei_irq_write_handler()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | call_event.c | 292 unsigned long now, next, t; in rxrpc_process_call() local 416 next = call->expect_rx_by; in rxrpc_process_call() 418 #define set(T) { t = READ_ONCE(T); if (time_before(t, next)) next = t; } in rxrpc_process_call() 429 if (time_after_eq(now, next)) in rxrpc_process_call() 432 rxrpc_reduce_call_timer(call, next, now, rxrpc_timer_restart); in rxrpc_process_call()
|
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_synth.c | 311 for (patch = opl3->patch_table[key]; patch; patch = patch->next) { in snd_opl3_find_patch() 323 patch->next = opl3->patch_table[key]; in snd_opl3_find_patch() 336 struct fm_patch *patch, *next; in snd_opl3_clear_patches() local 337 for (patch = opl3->patch_table[i]; patch; patch = next) { in snd_opl3_clear_patches() 338 next = patch->next; in snd_opl3_clear_patches()
|