Home
last modified time | relevance | path

Searched refs:next (Results 3301 - 3325 of 12876) sorted by relevance

1...<<131132133134135136137138139140>>...516

/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-out.c64 vid_out_buf = list_entry(dev->vid_out_active.next, in vivid_thread_vid_out_tick()
71 vbi_out_buf = list_entry(dev->vbi_out_active.next, in vivid_thread_vid_out_tick()
76 meta_out_buf = list_entry(dev->meta_out_active.next, in vivid_thread_vid_out_tick()
227 * Calculate when that next buffer is supposed to start in vivid_thread_vid_out()
308 buf = list_entry(dev->vid_out_active.next, in vivid_stop_generating_vid_out()
323 buf = list_entry(dev->vbi_out_active.next, in vivid_stop_generating_vid_out()
338 buf = list_entry(dev->meta_out_active.next, in vivid_stop_generating_vid_out()
/kernel/linux/linux-6.6/fs/netfs/
H A Dio.c172 struct netfs_io_subrequest *subreq, *next, *p; in netfs_rreq_do_write_to_cache() local
194 next = list_next_entry(subreq, rreq_link); in netfs_rreq_do_write_to_cache()
195 if (next->start != subreq->start + subreq->len) in netfs_rreq_do_write_to_cache()
197 subreq->len += next->len; in netfs_rreq_do_write_to_cache()
198 list_del_init(&next->rreq_link); in netfs_rreq_do_write_to_cache()
199 netfs_put_subrequest(next, false, in netfs_rreq_do_write_to_cache()
324 * Assess the state of a read request and decide what to do next.
500 * Work out what sort of subrequest the next one will be.
566 * again and ask it to download the next piece. in netfs_rreq_submit_slice()
/kernel/linux/linux-6.6/fs/exfat/
H A Dfatent.c241 unsigned int clu, next; in exfat_find_last_cluster() local
244 next = p_chain->dir; in exfat_find_last_cluster()
246 *ret_clu = next + p_chain->size - 1; in exfat_find_last_cluster()
252 clu = next; in exfat_find_last_cluster()
253 if (exfat_ent_get(sb, clu, &next)) in exfat_find_last_cluster()
255 } while (next != EXFAT_EOF_CLUSTER); in exfat_find_last_cluster()
/kernel/linux/linux-6.6/fs/verity/
H A Denable.c21 /* Hash a block, writing the result to the next level's pending block buffer. */
26 struct block_buffer *next = cur + 1; in hash_one_block() local
34 if (WARN_ON_ONCE(next->is_root_hash && next->filled != 0)) in hash_one_block()
41 &next->data[next->filled]); in hash_one_block()
44 next->filled += params->digest_size; in hash_one_block()
/kernel/linux/linux-6.6/drivers/block/aoe/
H A Daoedev.c328 for (d = devlist; d; d = d->next) { in flush()
359 for (d = devlist; d; d = d->next) { in flush()
377 *dd = d->next; in flush()
380 dd = &d->next; in flush()
448 for (d=devlist; d; d=d->next) in aoedev_by_aoeaddr()
490 d->next = devlist; in aoedev_by_aoeaddr()
/kernel/linux/linux-6.6/drivers/char/agp/
H A Disoch.c40 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-6.6/drivers/media/pci/tw686x/
H A Dtw686x-audio.c40 struct tw686x_audio_buf *next = NULL; in tw686x_audio_irq() local
54 next = list_first_entry(&ac->buf_list, in tw686x_audio_irq()
56 list_move_tail(&next->list, &ac->buf_list); in tw686x_audio_irq()
58 ac->curr_bufs[pb] = next; in tw686x_audio_irq()
74 reg_write(dev, reg, next->dma); in tw686x_audio_irq()
284 ss; ss = ss->next, i++) in tw686x_snd_pcm_init()
/kernel/linux/linux-6.6/drivers/parport/
H A Ddaisy.c34 struct daisydev *next; member
60 for (p = &topology; *p && (*p)->devnum<devnum; p = &(*p)->next) in add_dev()
62 newdev->next = *p; in add_dev()
212 p = &dev->next; in parport_daisy_fini()
215 *p = dev->next; in parport_daisy_fini()
252 p = p->next; in parport_open()
488 last_dev from next device or if last_dev does not in assign_addrs()
/kernel/linux/linux-6.6/block/
H A Dt10-pi.c70 goto next; in t10_pi_verify()
83 goto next; in t10_pi_verify()
96 next: in t10_pi_verify()
331 goto next; in ext_pi_crc64_verify()
343 goto next; in ext_pi_crc64_verify()
355 next: in ext_pi_crc64_verify()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv50.c204 if (likely(iobj->lru.next) && iobj->map) { in nv50_instobj_release()
245 if (likely(iobj->lru.next)) in nv50_instobj_acquire()
269 if (likely(iobj->lru.next)) { in nv50_instobj_boot()
271 iobj->lru.next = NULL; in nv50_instobj_boot()
297 iobj->lru.next = NULL; /* Exclude from eviction. */ in nv50_instobj_bar2()
319 if (likely(iobj->lru.next)) in nv50_instobj_dtor()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmnv50.c35 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()
242 map->next = 1 << page->shift; in nv50_vmm_valid()
313 map->next |= map->ctag; in nv50_vmm_valid()
/kernel/linux/linux-6.6/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c235 struct hid_bpf_prog_entry *next; in hid_bpf_release_progs() local
237 next = &jmp_table.entries[j]; in hid_bpf_release_progs()
239 if (test_bit(next->idx, jmp_table.enabled)) in hid_bpf_release_progs()
242 if (next->hdev == hdev && next->type == type) { in hid_bpf_release_progs()
248 next->hdev = NULL; in hid_bpf_release_progs()
440 /* take the next prog_entry slot */ in __hid_bpf_attach_prog()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dcq.c33 u32 next; in rvt_cq_enter() local
56 next = 0; in rvt_cq_enter()
58 next = head + 1; in rvt_cq_enter()
61 if (unlikely(next == tail || cq->cq_full)) { in rvt_cq_enter()
95 RDMA_WRITE_UAPI_ATOMIC(u_wc->head, next); in rvt_cq_enter()
98 k_wc->head = next; in rvt_cq_enter()
/kernel/linux/linux-6.6/drivers/media/common/saa7146/
H A Dsaa7146_fops.c104 struct saa7146_buf *buf,*next = NULL; in saa7146_buffer_next() local
113 /* activate next one from queue */ in saa7146_buffer_next()
114 buf = list_entry(q->queue.next, struct saa7146_buf, list); in saa7146_buffer_next()
117 next = list_entry(q->queue.next, struct saa7146_buf, list); in saa7146_buffer_next()
119 DEB_INT("next buffer: buf:%p, prev:%p, next:%p\n", in saa7146_buffer_next()
120 buf, q->queue.prev, q->queue.next); in saa7146_buffer_next()
121 buf->activate(dev,buf,next); in saa7146_buffer_next()
123 DEB_INT("no next buffe in saa7146_buffer_next()
[all...]
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dfrwr_ops.c281 * Returns the next segment or a negative errno pointer.
397 mr->mr_regwr.wr.next = post_wr; in frwr_send()
493 * also ensures proper Send flow control: waking the next RPC waits until
516 last->next = NULL; in frwr_unmap_sync()
527 prev = &last->next; in frwr_unmap_sync()
599 * ensures proper Send flow control: waking the next RPC waits until
619 last->next = NULL; in frwr_unmap_async()
630 prev = &last->next; in frwr_unmap_async()
689 mr->mr_regwr.wr.next = NULL; in frwr_wp_create()
/kernel/linux/linux-6.6/net/rxrpc/
H A Dcall_event.c375 unsigned long now, next, t; in rxrpc_input_call_event() local
514 next = call->expect_rx_by; in rxrpc_input_call_event()
516 #define set(T) { t = READ_ONCE(T); if (time_before(t, next)) next = t; } in rxrpc_input_call_event()
527 if (time_after_eq(now, next)) in rxrpc_input_call_event()
530 rxrpc_reduce_call_timer(call, next, now, rxrpc_timer_restart); in rxrpc_input_call_event()
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_synth.c311 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()
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A Dmpih-mul.c399 if (!ctx->next) { in mpihelp_mul_karatsuba_case()
400 ctx->next = kzalloc(sizeof *ctx, GFP_KERNEL); in mpihelp_mul_karatsuba_case()
401 if (!ctx->next) in mpihelp_mul_karatsuba_case()
407 ctx->next) < 0) in mpihelp_mul_karatsuba_case()
426 for (ctx = ctx->next; ctx; ctx = ctx2) { in mpihelp_release_karatsuba_ctx()
427 ctx2 = ctx->next; in mpihelp_release_karatsuba_ctx()
/kernel/linux/linux-6.6/lib/
H A Dts_fsm.c137 struct ts_fsm_token *cur = NULL, *next; in fsm_find() local
169 next = &fsm->tokens[tok_idx + 1]; in fsm_find()
171 next = NULL; in fsm_find()
199 if (next == NULL) in fsm_find()
205 while (!match_token(next, data[block_idx])) { in fsm_find()
222 while (!match_token(next, data[block_idx])) { in fsm_find()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_lblc.c233 struct hlist_node *next; in ip_vs_lblc_flush() local
239 hlist_for_each_entry_safe(en, next, &tbl->bucket[i], list) { in ip_vs_lblc_flush()
260 struct hlist_node *next; in ip_vs_lblc_full_check() local
268 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) { in ip_vs_lblc_full_check()
302 struct hlist_node *next; in ip_vs_lblc_check_expire() local
324 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) { in ip_vs_lblc_check_expire()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_input.c84 struct sk_buff *skb, *next; in ip6_sublist_rcv_finish() local
86 list_for_each_entry_safe(skb, next, head, list) { in ip6_sublist_rcv_finish()
112 struct sk_buff *skb, *next, *hint = NULL; in ip6_list_rcv_finish() local
117 list_for_each_entry_safe(skb, next, head, list) { in ip6_list_rcv_finish()
329 struct sk_buff *skb, *next; in ipv6_list_rcv() local
333 list_for_each_entry_safe(skb, next, head, list) { in ipv6_list_rcv()
/third_party/alsa-utils/alsaloop/
H A Dcontrol.c320 for (ossmix = loop->oss_controls; ossmix; ossmix = ossmix->next) in control_init()
322 for (mix = loop->controls; mix; mix = mix->next) { in control_init()
333 for (ossmix = loop->oss_controls; ossmix; ossmix = ossmix->next) { in control_init()
351 for (ossmix = loop->oss_controls; ossmix; ossmix = ossmix->next) { in control_done()
356 for (mix = loop->controls; mix; mix = mix->next) { in control_done()
416 for (mix = lhandle->loopback->controls; mix; mix = mix->next) { in control_event()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DEdits.java25 * next() on the iterator, skips over no-change edits (unchanged regions).
29 * calling next() on the iterator, skips over no-change edits (unchanged regions).
50 * {@link Edits.Iterator#next()} methods are called. They are identical to the non-change iterators when
71 // m or n = 61: actual length follows in the next edits array unit.
72 // m or n = 62..63: actual length follows in the next two edits array units.
262 * The iterator can be moved between edits using the {@link #next()}, {@link #findSourceIndex(int)},
341 * Advances the iterator to the next edit.
345 public boolean next() { in next() method in Edits.Iterator
346 return next(onlyChanges_); in next()
349 private boolean next(boolea method in Edits.Iterator
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneAliasTest.java55 Zone zone = (Zone)it.next(); in TestAliases()
70 String otherId = (String)aliasIterator.next(); in TestAliases()
99 Zone testZone = (Zone)it.next(); in TestDifferences()
122 Zone zone = (Zone)it.next(); in TestGenerateZones()
141 result.append(it.next().toString()); in join()
190 Zone testZone = (Zone)it.next();
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DEdits.java26 * next() on the iterator, skips over no-change edits (unchanged regions).
30 * calling next() on the iterator, skips over no-change edits (unchanged regions).
51 * {@link Edits.Iterator#next()} methods are called. They are identical to the non-change iterators when
70 // m or n = 61: actual length follows in the next edits array unit.
71 // m or n = 62..63: actual length follows in the next two edits array units.
254 * The iterator can be moved between edits using the {@link #next()}, {@link #findSourceIndex(int)},
332 * Advances the iterator to the next edit.
335 public boolean next() { in next() method in Edits.Iterator
336 return next(onlyChanges_); in next()
339 private boolean next(boolea method in Edits.Iterator
[all...]

Completed in 21 milliseconds

1...<<131132133134135136137138139140>>...516