Searched refs:ROOT (Results 1 - 22 of 22) sorted by relevance

/linux-4.1.27/scripts/tracing/
H A Ddraw_functrace.py31 called ROOT.
33 ROOT = None variable in class:CallTree
39 self._parent = CallTree.ROOT
60 while tree != CallTree.ROOT and tree._func != func:
62 if tree == CallTree.ROOT:
63 child = CallTree.ROOT.calls(func, None)
113 CallTree.ROOT = CallTree("Root (Nowhere)", None, None)
114 tree = CallTree.ROOT
126 print CallTree.ROOT
/linux-4.1.27/fs/jfs/
H A Djfs_btree.h63 #define BT_PAGE(IP, MP, TYPE, ROOT)\
64 (BT_IS_ROOT(MP) ? (TYPE *)&JFS_IP(IP)->ROOT : (TYPE *)(MP)->data)
67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\
72 P = (TYPE *)&JFS_IP(IP)->ROOT;\
155 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\
162 P = (TYPE *)&JFS_IP(IP)->ROOT;\
H A Djfs_dmap.c1895 if (dp->tree.stree[ROOT] != L2BPERDMAP) { dbAllocCtl()
2069 oldroot = dp->tree.stree[ROOT]; dbAllocDmap()
2075 if (dp->tree.stree[ROOT] == oldroot) dbAllocDmap()
2082 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 1, 0))) dbAllocDmap()
2124 oldroot = dp->tree.stree[ROOT]; dbFreeDmap()
2130 if (rc || (dp->tree.stree[ROOT] == oldroot)) dbFreeDmap()
2137 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 0, 0))) { dbFreeDmap()
2542 oldroot = dcp->stree[ROOT]; dbAdjCtl()
2583 if (dcp->stree[ROOT] != oldroot) { dbAdjCtl()
2592 dbAdjCtl(bmp, blkno, dcp->stree[ROOT], alloc, dbAdjCtl()
2630 bmp->db_maxfreebud = dcp->stree[ROOT]; dbAdjCtl()
2979 if (l2nb > tp->dmt_stree[ROOT]) dbFindLeaf()
3274 oldroot = tp->stree[ROOT]; dbAllocDmapBU()
3353 if (tp->stree[ROOT] == oldroot) dbAllocDmapBU()
3360 if ((rc = dbAdjCtl(bmp, blkno, tp->stree[ROOT], 1, 0))) dbAllocDmapBU()
H A Djfs_dmap.h37 #define ROOT 0 /* index of the root of a tree */ macro
/linux-4.1.27/tools/testing/selftests/
H A DMakefile75 echo "ROOT=\$$PWD" >> $(ALL_SCRIPT) macro
82 echo "cd \$$ROOT" >> $(ALL_SCRIPT); \
/linux-4.1.27/drivers/acpi/acpica/
H A Ddswscope.c151 ACPI_DEBUG_PRINT_RAW((ACPI_DB_EXEC, "[\\___] (%s)", "ROOT")); acpi_ds_scope_stack_push()
209 ACPI_DEBUG_PRINT_RAW((ACPI_DB_EXEC, "[\\___] (ROOT)\n")); acpi_ds_scope_stack_pop()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
H A Dlmv_fld.c60 /* FIXME: Currently ZFS still use local seq for ROOT unfortunately, and lmv_fld_lookup()
/linux-4.1.27/arch/arm/mach-davinci/
H A Dboard-sffsdr.c61 .name = "Linux ROOT",
/linux-4.1.27/drivers/clk/bcm/
H A Dclk-bcm21664.c29 BCM21664_CCU_COMMON(root, ROOT),
H A Dclk-bcm281xx.c31 BCM281XX_CCU_COMMON(root, ROOT),
/linux-4.1.27/arch/sparc/kernel/
H A Dprom_32.c54 * For children of the ROOT node, the naming convention is fixed and
H A Dprom_64.c62 * For children of the ROOT node, the naming convention is fixed and
/linux-4.1.27/fs/xfs/
H A Dxfs_attr.h53 { ATTR_ROOT, "ROOT" }, \
/linux-4.1.27/fs/hfsplus/
H A Dhfsplus_raw.h197 #define HFSPLUS_ROOT_CNID 2 /* ROOT directory */
/linux-4.1.27/fs/hfs/
H A Dhfs.h42 #define HFS_ROOT_CNID 2 /* ROOT directory */
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_da_format.h631 * We store the fact that an attribute is a ROOT/USER/SECURE attribute in
663 __u8 flags; /* LOCAL/ROOT/SECURE/INCOMPLETE flag */
/linux-4.1.27/drivers/usb/host/
H A Dohci.h295 /* OHCI ROOT HUB REGISTER MASKS */
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Ddebug.c1139 if (!strcmp(name, "\\")) { /* Read ROOT */ SuperTraceReadRequest()
1258 if (!strcmp(name, "\\")) { /* Read ROOT */ SuperTraceTraceOnRequest()
/linux-4.1.27/include/net/
H A Diw_handler.h278 #define IW_DESCR_FLAG_RESTRICT 0x0004 /* GET : request is ROOT only */
/linux-4.1.27/net/irda/
H A Daf_irda.c1930 /* Only ROOT can mess with the global IAS database. irda_setsockopt()
2061 /* Only ROOT can mess with the global IAS database. irda_setsockopt()
/linux-4.1.27/arch/m68k/ifpsp060/src/
H A Dpfpsp.S11983 # SQUARE ROOT: norms and denorms ONLY!
H A Dfpsp.S15552 # SQUARE ROOT: norms and denorms ONLY!

Completed in 1422 milliseconds