Searched refs:next (Results 276 - 300 of 3417) sorted by relevance

<<11121314151617181920>>

/linux-master/lib/
H A Dkobject_uevent.c101 const char *next = buf; local
103 while (next <= buf_end && *next != delim)
104 if (!isalnum(*next++))
107 if (next == buf)
110 return next;
117 const char *next, *buf_end, *key; local
140 next = buf + UUID_STRING_LEN;
143 while (next <= buf_end) {
144 if (*next !
[all...]
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_taprio.c273 u32 base, next, max_list; local
290 next = base;
293 clear_bit(next, free_list);
296 lan_rmw(QSYS_TAS_CFG_CTRL_GCL_ENTRY_NUM_SET(next),
300 next = lan_rd(lan966x, QSYS_TAS_GCL_CT_CFG2);
301 next = QSYS_TAS_GCL_CT_CFG2_NEXT_GCL_GET(next);
302 } while (base != next);
333 u32 i, base, next; local
350 next
[all...]
/linux-master/fs/
H A Dpnode.c16 /* return the next shared peer mount of @p */
19 return list_entry(p->mnt_share.next, struct mount, mnt_share);
24 return list_entry(p->mnt_slave_list.next, struct mount, mnt_slave);
34 return list_entry(p->mnt_slave.next, struct mount, mnt_slave);
140 * get the next mount in the propagation tree.
160 struct mount *next = next_peer(m); local
161 return (next == origin) ? NULL : next;
162 } else if (m->mnt_slave.next != &master->mnt_slave_list)
187 struct mount *next; local
[all...]
/linux-master/drivers/mtd/parsers/
H A Dredboot.c33 struct fis_list *next; member in struct:fis_list
223 prev = &(*prev)->next;
224 new_fl->next = *prev;
235 for (tmp_fl = fl; tmp_fl->next; tmp_fl = tmp_fl->next) {
236 if (tmp_fl->img->flash_base + tmp_fl->img->size + master->erasesize <= tmp_fl->next->img->flash_base) {
282 if (fl->next && fl->img->flash_base + fl->img->size + master->erasesize <= fl->next->img->flash_base) {
285 parts[i].size = fl->next->img->flash_base - parts[i].offset;
290 fl = fl->next;
[all...]
/linux-master/drivers/pci/
H A Dbus.c394 struct list_head *next; local
400 next = top->devices.next;
402 if (next == &bus->devices) {
406 next = bus->self->bus_list.next;
410 dev = list_entry(next, struct pci_dev, bus_list);
412 /* this is a pci-pci bridge, do its devices next */
413 next = dev->subordinate->devices.next;
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_bridge.c12 * next paragraph) shall be included in all copies or substantial portions
71 * Bridges are responsible for linking themselves with the next bridge in the
666 struct drm_bridge *next, *limit; local
677 next = list_next_entry(bridge, chain_node);
679 if (next->pre_enable_prev_first) {
680 /* next bridge had requested that prev
683 limit = next;
685 /* Find the next bridge that has NOT requested
688 list_for_each_entry_from(next, &encoder->bridge_chain,
690 if (next
756 struct drm_bridge *iter, *next, *limit; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgt215.c502 struct nvkm_ram_data *next; local
511 next = &ram->base.target;
512 next->freq = freq;
513 ram->base.next = next;
520 &next->bios);
534 &ver, &hdr, &next->bios);
541 if (next->bios.ramcfg_timing != 0xff) {
542 data = nvbios_timingEp(bios, next->bios.ramcfg_timing,
544 &next
[all...]
H A Dram.c89 struct nvkm_mm_node *next = vram->mn; local
92 if (next) {
93 if (likely(next->nl_entry.next)){
95 while ((node = next)) {
96 next = node->next;
187 node = &r->next;
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dmpc8536si-pre.dtsi63 next-level-cache = <&L2>;
H A Dmpc8544si-pre.dtsi63 next-level-cache = <&L2>;
H A Dmpc8548si-pre.dtsi64 next-level-cache = <&L2>;
H A Dmpc8568si-pre.dtsi63 next-level-cache = <&L2>;
H A Dmpc8569si-pre.dtsi62 next-level-cache = <&L2>;
H A Dp1010si-pre.dtsi64 next-level-cache = <&L2>;
/linux-master/arch/alpha/kernel/
H A Derr_impl.h18 struct el_subpacket_annotation *next; member in struct:el_subpacket_annotation
28 struct el_subpacket_handler *next; member in struct:el_subpacket_handler
/linux-master/net/atm/
H A Dmpc.h16 struct mpoa_client *next; member in struct:mpoa_client
42 struct atm_mpoa_qos *next; member in struct:atm_mpoa_qos
/linux-master/include/linux/
H A Dcookie.h39 s64 next = atomic64_add_return(COOKIE_LOCAL_BATCH, local
41 val = next - COOKIE_LOCAL_BATCH;
H A Dlwq.h85 _t2 = ((*_t1)->next), \
88 (_n) ? (_t1 = &(_n)->_member.node.next, 0) \
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_encoder.h28 struct vidtv_access_unit *next; member in struct:vidtv_access_unit
125 * @next: Next in the chain
162 struct vidtv_encoder *next; member in struct:vidtv_encoder
/linux-master/drivers/scsi/elx/libefc/
H A Defclib.c62 struct efc_hw_sequence *frame, *next; local
67 list_for_each_entry_safe(frame, next, &efc->pend_frames, list_entry) {
/linux-master/arch/powerpc/mm/nohash/
H A Dmmu_context.c230 void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next, argument
242 next->context.active++;
252 id = next->context.id;
286 context_mm[id] = next;
287 next->context.id = id;
295 local_flush_tlb_mm(next);
307 abatron_pteptrs[1] = next->pgd;
308 set_context(id, next->pgd);
/linux-master/drivers/net/ethernet/sfc/
H A Def100_sriov.c20 struct efx_rep *efv, *next; local
39 list_for_each_entry_safe(efv, next, &efx->vf_reps, list)
/linux-master/kernel/sched/
H A Dstats.h111 void psi_task_switch(struct task_struct *prev, struct task_struct *next,
179 struct task_struct *next,
185 psi_task_switch(prev, next, sleep);
193 struct task_struct *next,
273 * the idle task.) We are only called when prev != next.
276 sched_info_switch(struct rq *rq, struct task_struct *prev, struct task_struct *next) argument
286 if (next != rq->idle)
287 sched_info_arrive(rq, next);
293 # define sched_info_switch(rq, t, next) do { } while (0)
178 psi_sched_switch(struct task_struct *prev, struct task_struct *next, bool sleep) argument
192 psi_sched_switch(struct task_struct *prev, struct task_struct *next, bool sleep) argument
/linux-master/tools/include/linux/
H A Dtypes.h90 struct list_head *next, *prev; member in struct:list_head
98 struct hlist_node *next, **pprev; member in struct:hlist_node
/linux-master/tools/perf/util/
H A Dtracepoint.c46 goto next;
59 next:

Completed in 702 milliseconds

<<11121314151617181920>>