Searched refs:next (Results 76 - 100 of 3417) sorted by relevance

1234567891011>>

/linux-master/drivers/pnp/isapnp/
H A Dcompat.c35 list = pnp_global.next;
37 list = from->global_list.next;
45 list = list->next;
50 list = card->devices.next;
52 list = from->card_list.next;
61 list = list->next;
/linux-master/ipc/
H A Dmsgutil.c24 * The next 2 defines are here bc this is the only file
38 struct msg_msgseg *next; member in struct:msg_msgseg
39 /* the next part of the message follows immediately */
57 msg->next = NULL;
61 pseg = &msg->next;
72 seg->next = NULL;
73 pseg = &seg->next;
99 for (seg = msg->next; seg != NULL; seg = seg->next) {
130 for (dst_pseg = dst->next, src_pse
[all...]
/linux-master/drivers/acpi/acpica/
H A Devgpeutil.c64 gpe_block = gpe_block->next;
67 gpe_xrupt_info = gpe_xrupt_info->next;
150 next_gpe_xrupt = next_gpe_xrupt->next;
167 while (next_gpe_xrupt->next) {
168 next_gpe_xrupt = next_gpe_xrupt->next;
171 next_gpe_xrupt->next = gpe_xrupt;
237 gpe_xrupt->previous->next = gpe_xrupt->next;
241 acpi_gbl_gpe_xrupt_list_head = gpe_xrupt->next;
244 if (gpe_xrupt->next) {
276 struct acpi_gpe_notify_info *next; local
[all...]
H A Ddsdebug.c93 union acpi_parse_object *next; local
161 next = op->common.next;
162 op->common.next = NULL;
175 op->common.next = next;
189 next_walk_state = next_walk_state->next;
/linux-master/mm/kasan/
H A Dinit.c113 unsigned long next; local
116 next = pmd_addr_end(addr, end);
136 zero_pte_populate(pmd, addr, next);
137 } while (pmd++, addr = next, addr != end);
150 unsigned long next; local
153 next = pud_addr_end(addr, end);
178 zero_pmd_populate(pud, addr, next);
179 } while (pud++, addr = next, addr != end);
192 unsigned long next; local
195 next
242 unsigned long next; local
355 unsigned long next; local
377 unsigned long next; local
403 unsigned long next; local
430 unsigned long next; local
455 unsigned long addr, end, next; local
[all...]
/linux-master/arch/riscv/mm/
H A Dkasan_init.c54 unsigned long next; local
64 next = pmd_addr_end(vaddr, end);
67 (next - vaddr) >= PMD_SIZE) {
76 kasan_populate_pte(pmdp, vaddr, next);
77 } while (pmdp++, vaddr = next, vaddr != end);
85 unsigned long next; local
95 next = pud_addr_end(vaddr, end);
98 (next - vaddr) >= PUD_SIZE) {
107 kasan_populate_pmd(pudp, vaddr, next);
108 } while (pudp++, vaddr = next, vadd
116 unsigned long next; local
146 unsigned long next; local
169 unsigned long next; local
194 unsigned long next; local
219 unsigned long next; local
240 unsigned long next; local
269 unsigned long next; local
306 unsigned long next; local
380 unsigned long next; local
400 unsigned long next; local
419 unsigned long next; local
[all...]
/linux-master/arch/s390/include/asm/
H A Dmmu_context.h72 static inline void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next, argument
77 if (next == &init_mm)
80 S390_lowcore.user_asce.val = next->context.asce;
81 cpumask_set_cpu(cpu, &next->context.cpu_attach_mask);
84 if (prev != next)
89 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
95 switch_mm_irqs_off(prev, next, tsk);
118 struct mm_struct *next)
120 switch_mm(prev, next, current);
121 cpumask_set_cpu(smp_processor_id(), mm_cpumask(next));
117 activate_mm(struct mm_struct *prev, struct mm_struct *next) argument
[all...]
/linux-master/net/ax25/
H A Dax25_iface.c35 struct listen_struct *next; member in struct:listen_struct
48 ap->next = protocol_list;
65 protocol_list = protocol->next;
69 while (protocol != NULL && protocol->next != NULL) {
70 if (protocol->next->pid == pid) {
71 protocol->next = protocol->next->next;
75 protocol = protocol->next;
115 listen->next
[all...]
/linux-master/drivers/parisc/
H A Dhppb.c28 struct hppb_card *next; member in struct:hppb_card
33 .next = NULL,
52 while(card->next) {
53 card = card->next;
57 card->next = kzalloc(sizeof(struct hppb_card), GFP_KERNEL);
58 if(!card->next) {
62 card = card->next;
/linux-master/kernel/
H A Dtask_work.c6 static struct callback_head work_exited; /* all we need is ->next == NULL */
54 work->next = head;
107 pprev = &work->next;
109 } else if (try_cmpxchg(pprev, &work, work->next))
150 struct callback_head *work, *head, *next; local
173 * But it can remove another entry from the ->next list.
179 next = work->next;
181 work = next;
/linux-master/lib/
H A Dplist.c35 WARN(n->prev != p || p->next != n,
38 "next: %p, n: %p, p: %p\n",
39 t, t->next, t->prev,
40 p, p->next, p->prev,
41 n, n->next, n->prev);
46 struct list_head *prev = top, *next = top->next; local
48 plist_check_prev_next(top, prev, next);
49 while (next != top) {
50 prev = next;
118 struct plist_node *next; local
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_pt_walk.c36 static bool xe_pt_next(pgoff_t *offset, u64 *addr, u64 next, u64 end, argument
46 if (skip_to > next) {
47 step += (skip_to - next) >> shift;
48 next = skip_to;
52 *addr = next;
55 return next != end;
82 u64 next; local
85 next = xe_pt_addr_end(addr, end, level, walk);
86 if (walk->shared_pt_mode && xe_pt_covers(addr, next, level,
92 err = ops->pt_entry(parent, offset, level, addr, next,
[all...]
/linux-master/drivers/scsi/arm/
H A Dmsgqueue.c27 msgq->free = mq->next;
41 mq->next = msgq->free;
59 msgq->entries[i].next = &msgq->entries[i + 1];
61 msgq->entries[NR_MESSAGES - 1].next = NULL;
85 for (mq = msgq->qe; mq; mq = mq->next)
102 for (mq = msgq->qe; mq && msgno; mq = mq->next, msgno--);
131 mq->next = NULL;
135 mqp = &(*mqp)->next;
153 mqnext = mq->next;
/linux-master/drivers/usb/host/
H A Dehci-dbg.c108 ehci_dbg(ehci, "%s [%d] itd %p, next %08x, urb %p\n",
139 ehci_dbg(ehci, "%s [%d] sitd %p, next %08x, urb %p\n",
379 char *next = *nextp; local
398 temp = scnprintf(next, size,
400 " [cur %08x next %08x buf[0] %08x]",
413 next += temp;
446 temp = scnprintf(next, size,
456 next += temp;
461 temp = scnprintf(next, size, "\n");
463 next
476 char *next; local
516 char *next; local
628 char *next; local
761 char *next, scratch[80]; local
[all...]
/linux-master/arch/arc/include/asm/
H A Dmmu_context.h132 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
148 cpumask_set_cpu(cpu, mm_cpumask(next));
150 mmu_setup_pgd(next, next->pgd);
152 get_new_mmu_context(next);
/linux-master/drivers/media/pci/zoran/
H A Dvideocodec.c21 struct attached_list *next; member in struct:attached_list
28 struct codec_list *next; member in struct:codec_list
86 while (a->next)
87 a = a->next; // find end
88 a->next = ptr;
98 h = h->next;
146 h->list = a->next;
149 prev->next = a->next;
158 a = a->next;
[all...]
/linux-master/arch/arm64/include/asm/stacktrace/
H A Dcommon.h92 struct stack_info *next; local
97 next = unwind_find_next_stack(state, sp, size);
98 if (!next)
118 state->stack = *next;
119 *next = stackinfo_get_unknown();
131 * unwind_next_frame_record() - Unwind to the next frame record.
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c121 slot = slot->next;
307 if (!((*head)->next))
314 if (((*head)->next) &&
315 ((*head)->length > (*head)->next->length)) {
318 *head = (*head)->next;
319 current_res->next = (*head)->next;
320 (*head)->next = current_res;
325 while (current_res->next && current_res->next
956 struct pci_func *next; local
985 struct pci_func *next; local
1024 struct pci_func *next; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dmm.c54 struct nvkm_mm_node *next = node(this, next); local
62 if (next && next->type == NVKM_MM_TYPE_NONE) {
63 next->offset = this->offset;
64 next->length += this->length;
114 struct nvkm_mm_node *prev, *this, *next; local
133 next = node(this, next);
134 if (next
189 struct nvkm_mm_node *prev, *this, *next; local
243 u32 next; local
[all...]
/linux-master/lib/lzo/
H A Dlzo1x_decompress_safe.c44 size_t t, next; local
68 next = t;
121 next = t & 3;
132 next = t & 3;
139 next = t & 3;
163 next = get_unaligned_le16(ip);
165 m_pos -= next >> 2;
166 next &= 3;
169 next = get_unaligned_le16(ip);
170 if (((next
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_syncmap.c11 * The above copyright notice and this permission notice (including the next
271 * not zero, our slot contains the next layer in the tree (unless
276 struct i915_syncmap *next; local
282 next = kzalloc(struct_size(next, child, KSYNCMAP),
284 if (unlikely(!next))
290 next->height = above + p->height;
291 next->prefix = __sync_branch_prefix(next, id);
296 __sync_child(p->parent)[idx] = next;
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgf100.c38 u32 next, addr; local
41 next = init->addr + init->count * 8;
46 while (addr < next) {
/linux-master/tools/perf/ui/
H A Dprogress.c22 if (p->curr >= p->next) {
25 p->next += nr * p->step;
34 p->next = p->step = total / 16 ?: 1;
/linux-master/drivers/md/dm-vdo/
H A Dfunnel-queue.h47 /* The next (newer) entry in the queue. */
48 struct funnel_queue_entry *next; member in struct:funnel_queue_entry
88 * Barrier requirements: All stores relating to the entry ("next" pointer, containing data
89 * structure fields) must happen before the previous->next store making it visible to the
90 * consumer. Also, the entry's "next" field initialization to NULL must happen before any
91 * other producer threads can see the entry (the xchg) and try to update the "next" field.
95 WRITE_ONCE(entry->next, NULL);
101 WRITE_ONCE(previous->next, entry);
/linux-master/drivers/accessibility/speakup/
H A Dutils.h20 struct st_key *next; member in struct:st_key
78 this = this->next;
90 while (this->next) {
93 this = this->next;
95 this->next = extra_keys++;
96 this = this->next;

Completed in 1019 milliseconds

1234567891011>>