/linux-4.1.27/scripts/tracing/ |
H A D | draw_functrace.py | 31 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 D | jfs_btree.h | 63 #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 D | jfs_dmap.c | 1895 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 D | jfs_dmap.h | 37 #define ROOT 0 /* index of the root of a tree */ macro
|
/linux-4.1.27/tools/testing/selftests/ |
H A D | Makefile | 75 echo "ROOT=\$$PWD" >> $(ALL_SCRIPT) macro 82 echo "cd \$$ROOT" >> $(ALL_SCRIPT); \
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | dswscope.c | 151 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 D | lmv_fld.c | 60 /* FIXME: Currently ZFS still use local seq for ROOT unfortunately, and lmv_fld_lookup()
|
/linux-4.1.27/arch/arm/mach-davinci/ |
H A D | board-sffsdr.c | 61 .name = "Linux ROOT",
|
/linux-4.1.27/drivers/clk/bcm/ |
H A D | clk-bcm21664.c | 29 BCM21664_CCU_COMMON(root, ROOT),
|
H A D | clk-bcm281xx.c | 31 BCM281XX_CCU_COMMON(root, ROOT),
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | prom_32.c | 54 * For children of the ROOT node, the naming convention is fixed and
|
H A D | prom_64.c | 62 * For children of the ROOT node, the naming convention is fixed and
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_attr.h | 53 { ATTR_ROOT, "ROOT" }, \
|
/linux-4.1.27/fs/hfsplus/ |
H A D | hfsplus_raw.h | 197 #define HFSPLUS_ROOT_CNID 2 /* ROOT directory */
|
/linux-4.1.27/fs/hfs/ |
H A D | hfs.h | 42 #define HFS_ROOT_CNID 2 /* ROOT directory */
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_da_format.h | 631 * 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 D | ohci.h | 295 /* OHCI ROOT HUB REGISTER MASKS */
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | debug.c | 1139 if (!strcmp(name, "\\")) { /* Read ROOT */ SuperTraceReadRequest() 1258 if (!strcmp(name, "\\")) { /* Read ROOT */ SuperTraceTraceOnRequest()
|
/linux-4.1.27/include/net/ |
H A D | iw_handler.h | 278 #define IW_DESCR_FLAG_RESTRICT 0x0004 /* GET : request is ROOT only */
|
/linux-4.1.27/net/irda/ |
H A D | af_irda.c | 1930 /* 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 D | pfpsp.S | 11983 # SQUARE ROOT: norms and denorms ONLY!
|
H A D | fpsp.S | 15552 # SQUARE ROOT: norms and denorms ONLY!
|