Searched refs:next (Results 226 - 250 of 3417) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Ddamon.h41 * @sampling_addr: Address of the sample for the next access check.
440 * @prepare_access_checks: Prepare next access check of target regions.
465 * prepared for the next access check.
608 * number of sample intervals that should be passed before next
613 * number of sample intervals that should be passed before next ops
633 return container_of(r->list.next, struct damon_region, list);
663 #define damon_for_each_region_safe(r, next, t) \
664 list_for_each_entry_safe(r, next, &t->regions_list, list)
669 #define damon_for_each_target_safe(t, next, ctx) \
670 list_for_each_entry_safe(t, next,
697 damon_insert_region(struct damon_region *r, struct damon_region *prev, struct damon_region *next, struct damon_target *t) argument
[all...]
/linux-master/net/atm/
H A Dmpoa_caches.c48 entry = entry->next;
69 entry = entry->next;
90 entry = entry->next;
112 entry->next = client->in_cache;
201 entry->prev->next = entry->next;
203 client->in_cache = entry->next;
204 if (entry->next != NULL)
205 entry->next->prev = entry->prev;
237 next_entry = entry->next;
[all...]
/linux-master/arch/powerpc/lib/
H A Dqspinlock.c16 struct qnode *next; member in struct:qnode
158 * acquire barrier in get_tail_qnode() when the next CPU finds this tail
355 struct qnode *next; local
363 next = READ_ONCE(node->next);
364 if (!next)
367 if (next->sleepy)
372 next->sleepy = 1;
395 if (node->next && !node->next
529 struct qnode *next, *node; local
[all...]
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_pci.c431 /* this loop skips to the next present function
521 /* this loop skips to the next present function
560 struct pci_func *next; local
579 next = cpqhp_slot_list[sub_bus];
581 while (next != NULL) {
582 rc = cpqhp_save_base_addr_length(ctrl, next);
586 next = next->next;
670 /* find the next devic
956 struct pci_func *next; local
1037 struct pci_func *next; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramnv50.c97 unkt3b = 0x19 + ram->base.next->bios.rammap_00_16_40;
99 ram->base.next->bios.rammap_00_16_40) << 16 |
226 struct nvkm_ram_data *next; local
234 next = &ram->base.target;
235 next->freq = freq;
236 ram->base.next = next;
250 nvbios_rammapEp_from_perf(bios, data, hdr, &next->bios);
260 &next->bios);
267 if (next
[all...]
/linux-master/fs/jfs/
H A Djfs_txnmgr.c191 TxAnchor.freelock = TxLock[lid].next;
205 TxLock[lid].next = TxAnchor.freelock;
276 TxBlock[k].next = k + 1;
280 TxBlock[k].next = 0;
304 TxLock[k].next = k + 1;
305 TxLock[k].next = 0;
403 if ((tblk->next == 0) && !(flag & COMMIT_FORCE)) {
411 TxAnchor.freetid = tblk->next;
423 tblk->next = tblk->last = tblk->xflag = tblk->flag = tblk->lsn = 0;
528 assert(tblk->next
904 lid_t lid, next, llid, k; local
1666 int next, lwm, hwm; local
2180 lid_t lid, next; local
2595 lid_t lid, next; local
[all...]
H A Djfs_txnmgr.h35 lid_t next; /* index of first tlock of tid */ member in struct:tblock
83 lid_t next; /* 2: index next lockword on tid locklist member in struct:tlock
84 * next lockword on freelist
158 lid_t next; /* 2: next linelock */ member in struct:linelock
174 lid_t next; /* 2: */ member in struct:xtlock
199 * N.B. next field may be set by linelock, and should not
201 * N.B. index of the first pxdlock specifies index of next
205 lid_t next; /* member in struct:maplock
233 lid_t next; /* 2: */ member in struct:xdlistlock
[all...]
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c42 curr = curr->next;
132 while (head->next)
133 head = head->next;
135 head->next = s302m;
194 curr = curr->next;
197 cur_chnl = cur_chnl->next;
244 curr = curr->next;
247 cur_chnl = cur_chnl->next;
295 curr = curr->next;
298 cur_chnl = cur_chnl->next;
[all...]
H A Dvidtv_psi.h52 struct vidtv_psi_desc *next; member in struct:vidtv_psi_desc
63 struct vidtv_psi_desc *next; member in struct:vidtv_psi_desc_service
79 struct vidtv_psi_desc *next; member in struct:vidtv_psi_desc_registration
101 struct vidtv_psi_desc *next; member in struct:vidtv_psi_desc_network_name
110 struct vidtv_psi_desc_service_list_entry *next; member in struct:vidtv_psi_desc_service_list_entry
118 struct vidtv_psi_desc *next; member in struct:vidtv_psi_desc_service_list
129 struct vidtv_psi_desc *next; member in struct:vidtv_psi_desc_short_event
168 struct vidtv_psi_table_pat_program *next; member in struct:vidtv_psi_table_pat_program
193 struct vidtv_psi_table_sdt_service *next; member in struct:vidtv_psi_table_sdt_service
235 struct vidtv_psi_table_pmt_stream *next; member in struct:vidtv_psi_table_pmt_stream
657 struct vidtv_psi_table_transport *next; member in struct:vidtv_psi_table_transport
727 struct vidtv_psi_table_eit_event *next; member in struct:vidtv_psi_table_eit_event
[all...]
/linux-master/drivers/char/ipmi/
H A Dipmi_si_hotmod.c189 char *str, *curr, *next; local
196 for (curr = strstrip(str); curr; curr = next) {
199 next = strchr(curr, ':');
200 if (next) {
201 *next = '\0';
202 next++;
/linux-master/drivers/base/
H A Dmap.c21 struct probe *next; member in struct:kobj_map::probe
60 s = &(*s)->next;
61 p->next = *s;
81 for (s = &domain->probes[index % 255]; *s; s = &(*s)->next) {
84 *s = p->next;
103 for (p = domain->probes[MAJOR(dev) % 255]; p; p = p->next) {
/linux-master/arch/sh/kernel/
H A Dprocess_32.c145 __switch_to(struct task_struct *prev, struct task_struct *next) argument
147 struct thread_struct *next_t = &next->thread;
150 __stack_chk_guard = next->stack_canary;
156 if (next->thread.fpu_counter > 5)
166 : "r" (task_thread_info(next)));
174 if (next->thread.fpu_counter > 5)
H A Dunwinder.c34 .next = &unwinder_list,
52 .next = &stack_reader.list,
73 best = list_entry(unwinder_list.next, struct unwinder, list);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c15 * next paragraph) shall be included in all copies or substantial portions
126 struct vmw_cmdbuf_res *entry, *next; local
128 list_for_each_entry_safe(entry, next, list, head) {
162 struct vmw_cmdbuf_res *entry, *next; local
164 list_for_each_entry_safe(entry, next, list, head) {
309 struct vmw_cmdbuf_res *entry, *next; local
311 list_for_each_entry_safe(entry, next, &man->list, head)
/linux-master/lib/
H A Dtest_list_sort.c84 for (cur = head.next; cur->next != &head; cur = cur->next) {
88 KUNIT_ASSERT_PTR_EQ_MSG(test, cur->next->prev, cur,
91 cmp_result = cmp(test, cur, cur->next);
95 el1 = container_of(cur->next, struct debug_el, list);
H A Dklist.c22 * next element in the list. It returns NULL if there are no more items.
25 * the next klist_node. It then drops the lock and returns.
368 * klist_next - Ante up next node in list.
372 * node, if there was one. Grab the next node, increment its reference
373 * count, drop the lock, and return that next node.
379 struct klist_node *next; local
385 next = to_klist_node(last->n_node.next);
389 next = to_klist_node(i->i_klist->k_list.next);
[all...]
/linux-master/tools/testing/selftests/powerpc/dscr/
H A Ddscr_explicit_test.c31 sem_t *next = (sem_t *)args + 1; local
46 FAIL_IF_EXIT(sem_post(next));
56 sem_t *prev = &semaphores[1]; /* reversed prev/next than for the other thread */
57 sem_t *next = &semaphores[0]; local
66 FAIL_IF(sem_init(next, 0, 1)); /* other thread starts first */
79 FAIL_IF(sem_post(next));
84 FAIL_IF(sem_destroy(next));
/linux-master/fs/overlayfs/
H A Dexport.c102 struct dentry *next, *parent = NULL; local
116 next = dget(dentry);
118 parent = dget_parent(next);
119 if (WARN_ON(parent == next)) {
126 * @next which is origin layer connectable and we are done.
129 err = ovl_encode_maybe_copy_up(next);
138 dput(next);
139 next = parent;
143 dput(next);
486 struct dentry *next, *paren local
547 struct dentry *next, *this; local
[all...]
/linux-master/arch/s390/mm/
H A Dvmem.c90 * from unused_sub_pmd_start to next PMD_SIZE boundary.
224 unsigned long next, prot, pages = 0; local
234 for (; addr < end; addr = next, pmd++) {
235 next = pmd_addr_end(addr, end);
241 IS_ALIGNED(next, PMD_SIZE)) {
246 } else if (!direct && vmemmap_unuse_sub_pmd(addr, next)) {
254 IS_ALIGNED(next, PMD_SIZE) &&
274 !IS_ALIGNED(next, PMD_SIZE)) {
275 vmemmap_use_new_sub_pmd(addr, next);
286 vmemmap_use_sub_pmd(addr, next);
318 unsigned long next, prot, pages = 0; local
386 unsigned long next; local
431 unsigned long addr, next; local
[all...]
/linux-master/mm/
H A Dptdump.c30 unsigned long next, struct mm_walk *walk)
53 unsigned long next, struct mm_walk *walk)
76 unsigned long next, struct mm_walk *walk)
99 unsigned long next, struct mm_walk *walk)
120 unsigned long next, struct mm_walk *walk)
133 static int ptdump_hole(unsigned long addr, unsigned long next, argument
29 ptdump_pgd_entry(pgd_t *pgd, unsigned long addr, unsigned long next, struct mm_walk *walk) argument
52 ptdump_p4d_entry(p4d_t *p4d, unsigned long addr, unsigned long next, struct mm_walk *walk) argument
75 ptdump_pud_entry(pud_t *pud, unsigned long addr, unsigned long next, struct mm_walk *walk) argument
98 ptdump_pmd_entry(pmd_t *pmd, unsigned long addr, unsigned long next, struct mm_walk *walk) argument
119 ptdump_pte_entry(pte_t *pte, unsigned long addr, unsigned long next, struct mm_walk *walk) argument
/linux-master/arch/x86/xen/
H A Denlighten_pvh.c122 struct boot_e820_entry *next; local
130 next = e + 1;
131 memmove(next, e,
134 next->addr = PAGE_ALIGN(e->addr) + PFN_PHYS(pages);
135 e->size = next->addr - e->addr;
136 next->size -= e->size;
/linux-master/arch/sparc/kernel/
H A Dstarfire.c41 struct starfire_irqinfo *next; member in struct:starfire_irqinfo
73 p->next = sflist;
85 for (p = sflist; p != NULL; p = p->next)
/linux-master/include/sound/
H A Dsoundfont.h20 struct snd_sf_zone *next; /* Link to next */ member in struct:snd_sf_zone
38 struct snd_sf_sample *next; member in struct:snd_sf_sample
45 struct snd_soundfont *next; /* Link to next */ member in struct:snd_soundfont
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmm.h9 struct nvkm_mm_node *next; member in struct:nvkm_mm_node
58 return !node->next;
75 } while ((node = node->next));
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.c155 dma_addr_t next = desc->bus; local
164 WARN_ON(next & 3);
209 next += sizeof(struct sg_dma_descriptor);
210 d->next_h = (u32)((u64)next >> 32);
211 d->next_l = (u32)next |
253 next += sizeof(struct sg_dma_descriptor);
263 d->next_h = (u32)((u64)next >> 32);
264 d->next_l = (u32)next | (to_pci ? WRITE_TO_PCI : 0);
272 struct sg_dma_desc_info *next)
277 if (next
271 descriptor_list_chain(struct sg_dma_desc_info *this, struct sg_dma_desc_info *next) argument
[all...]

Completed in 786 milliseconds

1234567891011>>