Home
last modified time | relevance | path

Searched refs:next (Results 126 - 150 of 12994) sorted by relevance

12345678910>>...520

/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_prioq.c23 * |next
153 f->tail->next = cell; in snd_seq_prioq_cell_in()
155 cell->next = NULL; in snd_seq_prioq_cell_in()
178 /* move cursor to next cell */ in snd_seq_prioq_cell_in()
180 cur = cur->next; in snd_seq_prioq_cell_in()
190 prev->next = cell; in snd_seq_prioq_cell_in()
191 cell->next = cur; in snd_seq_prioq_cell_in()
228 f->head = cell->next; in snd_seq_prioq_cell_out()
234 cell->next = NULL; in snd_seq_prioq_cell_out()
277 register struct snd_seq_event_cell *cell, *next; in snd_seq_prioq_leave() local
387 struct snd_seq_event_cell *cell, *next; snd_seq_prioq_remove_events() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_sdlb.c115 u32 itr, next; in sparx5_sdlb_group_get_last() local
120 next = sparx5_sdlb_group_get_next(sparx5, group, itr); in sparx5_sdlb_group_get_last()
121 if (itr == next) in sparx5_sdlb_group_get_last()
124 itr = next; in sparx5_sdlb_group_get_last()
138 u32 idx, u32 *prev, u32 *next, in sparx5_sdlb_group_get_adjacent()
145 *next = *first; in sparx5_sdlb_group_get_adjacent()
149 *next = sparx5_sdlb_group_get_next(sparx5, group, itr); in sparx5_sdlb_group_get_adjacent()
154 if (itr == *next) in sparx5_sdlb_group_get_adjacent()
158 itr = *next; in sparx5_sdlb_group_get_adjacent()
164 u32 itr, next; in sparx5_sdlb_group_get_count() local
137 sparx5_sdlb_group_get_adjacent(struct sparx5 *sparx5, u32 group, u32 idx, u32 *prev, u32 *next, u32 *first) sparx5_sdlb_group_get_adjacent() argument
208 u32 itr, next; sparx5_sdlb_group_get_by_index() local
234 sparx5_sdlb_group_link(struct sparx5 *sparx5, u32 group, u32 idx, u32 first, u32 next, bool empty) sparx5_sdlb_group_link() argument
260 u32 first, next; sparx5_sdlb_group_add() local
275 u32 first, next, prev; sparx5_sdlb_group_del() local
[all...]
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_prioq.c23 * |next
153 f->tail->next = cell; in snd_seq_prioq_cell_in()
155 cell->next = NULL; in snd_seq_prioq_cell_in()
178 /* move cursor to next cell */ in snd_seq_prioq_cell_in()
180 cur = cur->next; in snd_seq_prioq_cell_in()
190 prev->next = cell; in snd_seq_prioq_cell_in()
191 cell->next = cur; in snd_seq_prioq_cell_in()
228 f->head = cell->next; in snd_seq_prioq_cell_out()
234 cell->next = NULL; in snd_seq_prioq_cell_out()
277 register struct snd_seq_event_cell *cell, *next; in snd_seq_prioq_leave() local
387 struct snd_seq_event_cell *cell, *next; snd_seq_prioq_remove_events() local
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c15 * next paragraph) shall be included in all copies or substantial portions
399 union i915_full_token *next = &tokens->Tokens[index]; in i915_fpc_optimize_mov_before_tex() local
402 next->Token.Type == TGSI_TOKEN_TYPE_INSTRUCTION && in i915_fpc_optimize_mov_before_tex()
404 op_is_texture(next->FullInstruction.Instruction.Opcode) && in i915_fpc_optimize_mov_before_tex()
405 target_is_texture2d(next->FullInstruction.Texture.Texture) && in i915_fpc_optimize_mov_before_tex()
406 same_src_dst_reg(&next->FullInstruction.Src[0], in i915_fpc_optimize_mov_before_tex()
408 is_unswizzled(&current->FullInstruction.Src[0], i915_tex_mask(next)) && in i915_fpc_optimize_mov_before_tex()
410 memcpy(&next->FullInstruction.Src[0], &current->FullInstruction.Src[0], in i915_fpc_optimize_mov_before_tex()
426 union i915_full_token *next) in i915_fpc_optimize_mov_after_mov()
433 next in i915_fpc_optimize_mov_after_mov()
425 i915_fpc_optimize_mov_after_mov(union i915_full_token *current, union i915_full_token *next) i915_fpc_optimize_mov_after_mov() argument
486 i915_fpc_optimize_mov_after_alu(union i915_full_token *current, union i915_full_token *next) i915_fpc_optimize_mov_after_alu() argument
593 union i915_full_token *next = &tokens->Tokens[index]; i915_fpc_optimize_useless_mov_after_inst() local
[all...]
/third_party/selinux/libsepol/src/
H A Debitmap.c37 n1 = n1->next; in ebitmap_or()
38 n2 = n2->next; in ebitmap_or()
42 n1 = n1->next; in ebitmap_or()
46 n2 = n2->next; in ebitmap_or()
49 new->next = 0; in ebitmap_or()
51 prev->next = new; in ebitmap_or()
93 new->next = NULL; in ebitmap_and()
96 prev->next = new; in ebitmap_and()
102 n1 = n1->next; in ebitmap_and()
103 n2 = n2->next; in ebitmap_and()
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dcache.c76 cache->free_hash = link->next; in inserthashindex()
79 link->next = first; in inserthashindex()
81 link->next = NULL; in inserthashindex()
116 link = link->next; in drophashindex()
120 previous->next = link->next; in drophashindex()
122 cache->first_hash[hash] = link->next; in drophashindex()
123 link->next = cache->free_hash; in drophashindex()
165 link = link->next; in ntfs_fetch_cache()
177 current = current->next; in ntfs_fetch_cache()
379 struct CACHED_GENERIC *next; ntfs_invalidate_cache() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dasync_task_manager.cpp69 head_ = head_->next; in Reset()
106 head_ = head_->next; in Callback()
139 task->next = nullptr; in Dispatch()
144 tail_->next = task; in Dispatch()
163 head_ = head_->next; in Cancel()
165 prev->next = node->next; in Cancel()
175 node = node->next; in Cancel()
189 AsyncTask *next = nullptr; in CancelWithContext() local
191 next in CancelWithContext()
[all...]
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dpool.h38 idle_ = idle_->next; in Get()
42 cur->next = busy_; in Get()
60 if (cur->next != nullptr) { in Release()
61 cur->next->prev = cur->prev; in Release()
64 cur->prev->next = cur->next; in Release()
67 idle_ = cur->next; in Release()
73 cur = cur->next; in Release()
85 cur = cur->next; in Idle()
91 busy_ = busy_->next; in Idle()
124 Node *next = nullptr; global() member
[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpool.h40 idle_ = idle_->next; in Get()
44 cur->next = busy_; in Get()
62 if (cur->next != nullptr) { in Release()
63 cur->next->prev = cur->prev; in Release()
66 cur->prev->next = cur->next; in Release()
69 idle_ = cur->next; in Release()
75 cur = cur->next; in Release()
87 cur = cur->next; in Idle()
93 busy_ = busy_->next; in Idle()
126 Node *next = nullptr; global() member
[all...]
/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.h24 struct io_wq_work_node *next; member
36 struct io_wq_work_node *next = pos->next; in wq_list_add_after() local
38 pos->next = node; in wq_list_add_after()
39 node->next = next; in wq_list_add_after()
40 if (!next) in wq_list_add_after()
47 node->next = NULL; in wq_list_add_tail()
52 list->last->next = node; in wq_list_add_tail()
63 WRITE_ONCE(list->first, last->next); in wq_list_cut()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgddr5.c41 xd = !ram->next->bios.ramcfg_DLLoff; in nvkm_gddr5_calc()
43 switch (ram->next->bios.ramcfg_ver) { in nvkm_gddr5_calc()
45 pd = ram->next->bios.ramcfg_11_01_80; in nvkm_gddr5_calc()
46 lf = ram->next->bios.ramcfg_11_01_40; in nvkm_gddr5_calc()
47 vh = ram->next->bios.ramcfg_11_02_10; in nvkm_gddr5_calc()
48 vr = ram->next->bios.ramcfg_11_02_04; in nvkm_gddr5_calc()
49 vo = ram->next->bios.ramcfg_11_06; in nvkm_gddr5_calc()
50 l3 = !ram->next->bios.ramcfg_11_07_02; in nvkm_gddr5_calc()
56 switch (ram->next->bios.timing_ver) { in nvkm_gddr5_calc()
58 WL = (ram->next in nvkm_gddr5_calc()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgddr5.c41 xd = !ram->next->bios.ramcfg_DLLoff; in nvkm_gddr5_calc()
43 switch (ram->next->bios.ramcfg_ver) { in nvkm_gddr5_calc()
45 pd = ram->next->bios.ramcfg_11_01_80; in nvkm_gddr5_calc()
46 lf = ram->next->bios.ramcfg_11_01_40; in nvkm_gddr5_calc()
47 vh = ram->next->bios.ramcfg_11_02_10; in nvkm_gddr5_calc()
48 vr = ram->next->bios.ramcfg_11_02_04; in nvkm_gddr5_calc()
49 vo = ram->next->bios.ramcfg_11_06; in nvkm_gddr5_calc()
50 l3 = !ram->next->bios.ramcfg_11_07_02; in nvkm_gddr5_calc()
56 switch (ram->next->bios.timing_ver) { in nvkm_gddr5_calc()
58 WL = (ram->next in nvkm_gddr5_calc()
[all...]
/third_party/toybox/lib/
H A Dllist.c3 * Linked list structures have a next pointer as their first element.
48 void **next = (void **)*llist; in llist_pop() local
49 *llist = *next; in llist_pop()
51 return (void *)next; in llist_pop()
60 if (dlist->next == dlist) *pdlist = 0; in dlist_pop()
62 if (dlist->next) dlist->next->prev = dlist->prev; in dlist_pop()
63 if (dlist->prev) dlist->prev->next = dlist->next; in dlist_pop()
64 *pdlist = dlist->next; in dlist_pop()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dpacket.c28 struct Payload *next; member
79 packet->head->next = packet->payload; in PacketMalloc()
82 packet->payload->next = packet->tail; in PacketMalloc()
104 refPayload->next = new; in PacketRefMalloc()
107 srcPayload = srcPayload->next; in PacketRefMalloc()
111 refPayload->next = refPacket->tail; in PacketRefMalloc()
114 refPacket->payload = refPacket->head->next; in PacketRefMalloc()
129 inheritPacket->head->next = inheritPacket->payload; in PacketInheritMalloc()
134 tempTail->next = inheritPacket->tail; in PacketInheritMalloc()
144 while (last != NULL && last->next ! in PacketPayloadAddLast()
[all...]
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_list.h82 struct list_head *next, *prev; member
94 (ptr)->next = (ptr); \
100 for ((pos) = (head)->next, (n) = (pos)->next; (pos) != (head); (pos) = (n), (n) = (pos)->next) \
105 #define list_first_entry(ptr, type, member) list_entry((ptr)->next, type, member)
112 struct list_head *pos__ = head__->next; \
116 #define list_next_entry(pos, type, member) list_entry((pos)->member.next, type, member)
121 for ((pos) = list_entry((head)->next, type, member); &(pos)->member != (head); \
136 static __inline void _list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in _list_add() argument
154 _list_del(struct list_head *prev, struct list_head *next) _list_del() argument
[all...]
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_list.h83 struct list_head *next, *prev; member
92 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
97 for ((pos) = (head)->next, (n) = (pos)->next; (pos) != (head); \
98 (pos) = (n), (n) = (pos)->next) \
106 list_entry((ptr)->next, type, member)
113 struct list_head *pos__ = head__->next; \
118 list_entry((pos)->member.next, type, member)
124 for ((pos) = list_entry((head)->next, type, member); \
147 struct list_head * next) in _list_add()
145 _list_add(struct list_head * _new, struct list_head * prev, struct list_head * next) _list_add() argument
165 _list_del(struct list_head * prev, struct list_head * next) _list_del() argument
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_list.h83 struct list_head *next, *prev; member
92 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
97 for ((pos) = (head)->next, (n) = (pos)->next; (pos) != (head); \
98 (pos) = (n), (n) = (pos)->next) \
106 list_entry((ptr)->next, type, member)
113 struct list_head *pos__ = head__->next; \
118 list_entry((pos)->member.next, type, member)
124 for ((pos) = list_entry((head)->next, type, member); \
147 struct list_head * next) in _list_add()
145 _list_add(struct list_head * _new, struct list_head * prev, struct list_head * next) _list_add() argument
165 _list_del(struct list_head * prev, struct list_head * next) _list_del() argument
[all...]
/kernel/linux/linux-5.10/block/
H A Dcmdline-parser.c43 char *next = strchr(++partdef, ')'); in parse_subpart() local
45 if (!next) { in parse_subpart()
51 length = min_t(int, next - partdef, in parse_subpart()
56 partdef = ++next; in parse_subpart()
93 char *next; in parse_parts() local
105 next = strchr(bdevdef, ':'); in parse_parts()
106 if (!next) { in parse_parts()
111 length = min_t(int, next - bdevdef, sizeof(newparts->name) - 1); in parse_parts()
118 while (next && *(++next)) { in parse_parts()
169 char *next; cmdline_parts_parse() local
[all...]
/kernel/linux/linux-5.10/net/ax25/
H A Dax25_iface.c35 struct listen_struct *next; member
48 ap->next = protocol_list; in ax25_register_pid()
65 protocol_list = protocol->next; in ax25_protocol_release()
69 while (protocol != NULL && protocol->next != NULL) { in ax25_protocol_release()
70 if (protocol->next->pid == pid) { in ax25_protocol_release()
71 protocol->next = protocol->next->next; in ax25_protocol_release()
75 protocol = protocol->next; in ax25_protocol_release()
115 listen->next in ax25_listen_register()
[all...]
/kernel/linux/linux-6.6/net/ax25/
H A Dax25_iface.c35 struct listen_struct *next; member
48 ap->next = protocol_list; in ax25_register_pid()
65 protocol_list = protocol->next; in ax25_protocol_release()
69 while (protocol != NULL && protocol->next != NULL) { in ax25_protocol_release()
70 if (protocol->next->pid == pid) { in ax25_protocol_release()
71 protocol->next = protocol->next->next; in ax25_protocol_release()
75 protocol = protocol->next; in ax25_protocol_release()
115 listen->next in ax25_listen_register()
[all...]
/third_party/skia/third_party/externals/oboe/tests/
H A DtestStreamWaitState.cpp59 StreamState next = StreamState::Unknown; in checkWaitZeroTimeout() local
61 Result result = mStream->waitForStateChange(mStream->getState(), &next, timeout); in checkWaitZeroTimeout()
66 StreamState next = StreamState::Unknown; in checkStopWhileWaiting() local
69 r = mStream->waitForStateChange(StreamState::Starting, &next, kTimeoutInNanos); in checkStopWhileWaiting()
71 EXPECT_EQ(next, StreamState::Started) << "next = " << convertToText(next); in checkStopWhileWaiting()
79 r = mStream->waitForStateChange(StreamState::Started, &next, 1000 * kNanosPerMillisecond); in checkStopWhileWaiting()
83 if (next == StreamState::Stopping) { in checkStopWhileWaiting()
84 r = mStream->waitForStateChange(StreamState::Stopping, &next, 100 in checkStopWhileWaiting()
91 StreamState next = StreamState::Unknown; checkCloseWhileWaiting() local
[all...]
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcmru.c51 cnode = cnode->next; in FTC_MruNode_Prepend()
58 last->next = node; in FTC_MruNode_Prepend()
59 node->next = first; in FTC_MruNode_Prepend()
64 node->next = node; in FTC_MruNode_Prepend()
82 FTC_MruNode prev, next, last; in FTC_MruNode_Up() local
92 cnode = cnode->next; in FTC_MruNode_Up()
102 next = node->next; in FTC_MruNode_Up()
104 prev->next = next; in FTC_MruNode_Up()
125 FTC_MruNode prev, next; FTC_MruNode_Remove() local
330 FTC_MruNode first, node, next; FTC_MruList_RemoveSelection() local
[all...]
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dmmu_context.h53 struct mm_struct *next, struct task_struct *tsk) in switch_mm_irqs_off()
55 if (prev != next) { in switch_mm_irqs_off()
59 spinlock_t *pgd_lock = &next->page_table_lock; in switch_mm_irqs_off()
62 mtctl(__pa(next->pgd), 25); in switch_mm_irqs_off()
63 load_context(next->context); in switch_mm_irqs_off()
68 struct mm_struct *next, struct task_struct *tsk) in switch_mm()
72 if (prev == next) in switch_mm()
76 switch_mm_irqs_off(prev, next, tsk); in switch_mm()
83 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() argument
93 BUG_ON(next in activate_mm()
52 switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) switch_mm_irqs_off() argument
67 switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) switch_mm() argument
[all...]
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dmmu_context.h51 struct mm_struct *next, struct task_struct *tsk) in switch_mm_irqs_off()
53 if (prev != next) { in switch_mm_irqs_off()
57 spinlock_t *pgd_lock = &next->page_table_lock; in switch_mm_irqs_off()
60 mtctl(__pa(next->pgd), 25); in switch_mm_irqs_off()
61 load_context(next->context); in switch_mm_irqs_off()
66 struct mm_struct *next, struct task_struct *tsk) in switch_mm()
70 if (prev == next) in switch_mm()
74 switch_mm_irqs_off(prev, next, tsk); in switch_mm()
80 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() argument
90 BUG_ON(next in activate_mm()
50 switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) switch_mm_irqs_off() argument
65 switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) switch_mm() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Damr_parser.c61 int next = END_NOT_FOUND; in amr_parse() local
72 next = buf_size; in amr_parse()
78 next = s->remaining; in amr_parse()
83 next = amrnb_packed_size[mode]; in amr_parse()
85 next = amrwb_packed_size[mode]; in amr_parse()
89 offset += next; in amr_parse()
92 next = END_NOT_FOUND; in amr_parse()
101 next = offset; in amr_parse()
103 if (next != END_NOT_FOUND) { in amr_parse()
104 if (s->cumulated_size < UINT64_MAX - next) { in amr_parse()
[all...]

Completed in 12 milliseconds

12345678910>>...520