Searched refs:toplevel (Results 1 - 26 of 26) sorted by relevance

/linux-4.4.14/drivers/edac/
H A Ddebugfs.c105 /* Create a toplevel dir under EDAC's debugfs hierarchy */ edac_debugfs_create_dir()
115 /* Create a toplevel dir under EDAC's debugfs hierarchy with parent @parent */
128 * @parent: parent dentry. If NULL, it becomes the toplevel EDAC dir
H A Dedac_stub.c93 printk(KERN_ERR "Error registering toplevel EDAC sysfs dir\n"); edac_get_sysfs_subsys()
/linux-4.4.14/net/sched/
H A Dsch_cbq.c170 int toplevel; member in struct:cbq_sched_data
354 int toplevel = q->toplevel; cbq_mark_toplevel() local
356 if (toplevel > cl->level && !(qdisc_is_throttled(cl->q))) { cbq_mark_toplevel()
361 q->toplevel = cl->level; cbq_mark_toplevel()
364 } while ((cl = cl->borrow) != NULL && toplevel > cl->level); cbq_mark_toplevel()
442 if (q->toplevel == TC_CBQ_MAXLEVEL) { cbq_ovl_classic()
469 if (cl->level > q->toplevel) { cbq_ovl_rclassic()
665 * We "regenerate" toplevel cutoff, if transmitting class
675 if (cl && q->toplevel >= borrowed->level) { cbq_update_toplevel()
679 q->toplevel = borrowed->level; cbq_update_toplevel()
688 q->toplevel = TC_CBQ_MAXLEVEL; cbq_update_toplevel()
813 if (cl->level > q->toplevel) cbq_under_limit()
979 * sharing, but not for toplevel algorithm. cbq_dequeue()
985 if (q->toplevel == TC_CBQ_MAXLEVEL && cbq_dequeue()
989 q->toplevel = TC_CBQ_MAXLEVEL; cbq_dequeue()
1208 q->toplevel = TC_CBQ_MAXLEVEL; cbq_reset()
1391 q->toplevel = TC_CBQ_MAXLEVEL; cbq_init()
H A Dsch_generic.c703 /* Attach toplevel qdisc to device queue. */ dev_graft_qdisc()
/linux-4.4.14/scripts/
H A Dobjdiff28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
/linux-4.4.14/include/xen/interface/hvm/
H A Dhvm_op.h40 /* guest physical address of the toplevel pagetable dying */
/linux-4.4.14/include/drm/
H A Ddrm_dp_mst_helper.h101 * @port_parent: pointer to the port parent, NULL if toplevel.
413 * This struct represents the toplevel displayport MST topology manager.
/linux-4.4.14/drivers/of/
H A Dplatform.c382 * @parent: parent to hook devices from, NULL for toplevel
424 * @parent: parent to hook devices from, NULL for toplevel
/linux-4.4.14/include/xen/interface/io/
H A Dnetif.h75 * Frontends requesting two or more queues must not write the toplevel
/linux-4.4.14/fs/nfsd/
H A Dnfscache.c499 * the toplevel loop requires max-sized buffers, which would be a waste
/linux-4.4.14/kernel/trace/
H A Dtrace_irqsoff.c633 /* Only toplevel instance supports graph tracing */ __irqsoff_tracer_init()
H A Dtrace.c3252 * A tracer is always available for the global array (toplevel)
/linux-4.4.14/sound/drivers/opl3/
H A Dopl3_lib.c130 /* If the toplevel code knows exactly the type of chip, don't try snd_opl3_detect()
/linux-4.4.14/sound/
H A Dsound_core.c608 * ALSA toplevel modules for soundcards, thus we need soundcore_open()
/linux-4.4.14/fs/ocfs2/dlmfs/
H A Ddlmfs.c599 /* this way we can restrict mkdir to only the toplevel of the fs. */
/linux-4.4.14/arch/powerpc/boot/
H A DMakefile18 # in the toplevel makefile.
/linux-4.4.14/fs/cifs/
H A Dwinucase.c596 static const wchar_t *const toplevel[256] = { variable
650 tbl = toplevel[idx]; cifs_toupper()
/linux-4.4.14/arch/x86/lguest/
H A Dboot.c549 * cr3 is the current toplevel pagetable page: the principle is the same as
667 * a page into a process' address space. We tell the Host the toplevel and
/linux-4.4.14/drivers/net/xen-netback/
H A Dxenbus.c883 * queue, expect the remaining XenStore keys in the toplevel connect_rings()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dio.h472 * possible to hook directly at the toplevel PIO operation if they have to
/linux-4.4.14/arch/powerpc/platforms/cell/
H A Diommu.c1221 /* Create an iommu for each toplevel /pci-internal node for cell_iommu_init()
/linux-4.4.14/drivers/lguest/
H A Dpage_tables.c773 /* Record which Guest toplevel this shadows. */ new_pgdir()
/linux-4.4.14/arch/powerpc/kernel/
H A Dpci-common.c1620 /* Create an empty bus for the toplevel */ pcibios_scan_phb()
/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dfeature.c2380 * The toplevel feature_call callback
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_dp_mst_topology.c2407 * @connector: toplevel connector to get EDID for
/linux-4.4.14/mm/
H A Dmemcontrol.c5286 * The toplevel group doesn't have a configurable range, so mem_cgroup_low()

Completed in 1295 milliseconds