/linux-4.1.27/arch/mips/include/asm/sn/ |
H A D | types.h | 17 typedef signed short cnodeid_t; /* node id in compact-id space */ 20 typedef signed short cmoduleid_t; /* kernel compact module id type */
|
H A D | klconfig.h | 93 #define VISITED_BOARD 0x08 /* Used for compact hub numbering. */
|
/linux-4.1.27/arch/x86/boot/ |
H A D | mkcpustr.c | 13 * compact format suitable for the setup code.
|
/linux-4.1.27/arch/mips/include/asm/mach-ip27/ |
H A D | topology.h | 10 cnodeid_t p_nodeid; /* my node ID in compact-id-space */
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | bug.h | 14 * According to our Chief Architect, this compact opcode is very
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
H A D | types.h | 18 typedef unsigned int cmoduleid_t; /* kernel compact module id type */
|
H A D | arch.h | 24 * The number of compact nodes cannot exceed size of a coherency domain. 31 * to ACPI3.0, this limit will be removed. The notion of "compact nodes"
|
H A D | nodepda.h | 77 * Check if given a compact node id the corresponding node has all the
|
/linux-4.1.27/lib/xz/ |
H A D | xz_crc32.c | 12 * This is not the fastest implementation, but it is pretty compact.
|
/linux-4.1.27/drivers/tty/ |
H A D | n_tracesink.h | 23 * compact JTAG, standard.
|
H A D | n_tracerouter.c | 23 * This is part of a solution for the P1149.7, compact JTAG, standard.
|
H A D | n_tracesink.c | 25 * This is part of a solution for the P1149.7, compact JTAG, standard.
|
H A D | mips_ejtag_fdc.c | 199 * This is a compact encoding which allows every 1 byte, 2 byte, and 3 byte
|
H A D | tty_io.c | 20 * makes for cleaner and more compact code. -TYT, 9/17/92
|
/linux-4.1.27/include/linux/ |
H A D | pti.h | 19 * compact JTAG, standard.
|
H A D | list_bl.h | 17 * some fast and compact auxiliary data.
|
H A D | balloon_compaction.h | 8 * enlisted at any LRU list like the other pages we do compact / migrate.
|
H A D | zlib.h | 72 The zlib format was designed to be compact and fast for use in memory
|
/linux-4.1.27/arch/mips/include/asm/sn/sn0/ |
H A D | arch.h | 18 * Effectively, it's the maximum number of compact node ids (cnodeid_t).
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
H A D | ip27-smp.c | 113 * MCD - this whole "compact node" stuff can probably be dropped, cpu_node_probe() 161 * Convert the compact hub number to the NASID to get the correct ip27_send_ipi_single()
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_dir2_block.c | 176 int *compact, xfs_dir2_block_need_space() 184 *compact = 0; xfs_dir2_block_need_space() 201 * Will need to compact to make this work. xfs_dir2_block_need_space() 204 *compact = 1; xfs_dir2_block_need_space() 275 * compact the leaf entries. 338 int compact; /* need to compact leaf ents */ xfs_dir2_block_addname() local 382 &enddup, &compact, len); xfs_dir2_block_addname() 414 * If need to compact the leaf entries, do it now. xfs_dir2_block_addname() 416 if (compact) { xfs_dir2_block_addname() 1005 * Initialize the block leaf area. We compact out stale entries. xfs_dir2_leaf_to_block() 168 xfs_dir2_block_need_space( struct xfs_inode *dp, struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_block_tail *btp, struct xfs_dir2_leaf_entry *blp, __be16 **tagpp, struct xfs_dir2_data_unused **dupp, struct xfs_dir2_data_unused **enddupp, int *compact, int len) xfs_dir2_block_need_space() argument
|
H A D | xfs_dir2_leaf.c | 431 * Could compact these but I think we always do the conversion xfs_dir2_block_to_leaf() 513 int compact, /* need to compact leaves */ xfs_dir3_leaf_find_entry() 546 * If we didn't compact before, we need to find the nearest stale xfs_dir3_leaf_find_entry() 549 if (compact == 0) xfs_dir3_leaf_find_entry() 606 int compact; /* need to compact leaves */ xfs_dir2_leaf_addname() local 715 compact = 1; xfs_dir2_leaf_addname() 745 compact = 0; xfs_dir2_leaf_addname() 763 * Need to compact the leaf entries, removing stale ones. xfs_dir2_leaf_addname() 768 if (compact) { xfs_dir2_leaf_addname() 882 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale, xfs_dir2_leaf_addname() 1440 * If this is the last data block then compact the xfs_dir2_leaf_removename() 509 xfs_dir3_leaf_find_entry( struct xfs_dir3_icleaf_hdr *leafhdr, struct xfs_dir2_leaf_entry *ents, int index, int compact, int lowstale, int highstale, int *lfloglow, int *lfloghigh) xfs_dir3_leaf_find_entry() argument
|
H A D | xfs_dir2_priv.h | 87 struct xfs_dir2_leaf_entry *ents, int index, int compact,
|
H A D | xfs_dir2_node.c | 378 int compact; /* compacting stale leaves */ xfs_dir2_leafn_add() local 407 * a compact. xfs_dir2_leafn_add() 413 compact = leafhdr.stale > 1; xfs_dir2_leafn_add() 415 compact = 0; xfs_dir2_leafn_add() 427 if (compact) xfs_dir2_leafn_add() 441 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale, xfs_dir2_leafn_add()
|
H A D | xfs_attr_leaf.c | 1528 * leaf2 is the destination, compact it if it looks tight. xfs_attr3_leaf_rebalance() 1557 * leaf1 is the destination, compact it if it looks tight. xfs_attr3_leaf_rebalance() 2458 ichdr_s->holes = 1; /* leaf may not be compact */ xfs_attr3_leaf_moveents()
|
H A D | xfs_da_format.h | 621 * for an allocation, we compact the name/value area and try again. If we
|
/linux-4.1.27/arch/mips/dec/prom/ |
H A D | identify.c | 62 * are compact enough we want them inlined. --macro
|
/linux-4.1.27/fs/reiserfs/ |
H A D | objectid.c | 40 * extremely compact. The exception is immediately after a sequence 42 * non-sequential objectids, and even then it will become compact
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
H A D | huberror.c | 181 * Parameters : cnode, the compact nodeid. 203 * Parameters : cnode, the compact nodeid.
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | cvmx-sysinfo.h | 87 * Several boards support compact flash on the Octeon boot
|
H A D | cvmx-bootinfo.h | 94 * Several boards support compact flash on the Octeon boot
|
H A D | cvmx-spinlock.h | 149 * compact data structures as only 1 bit is consumed for the lock.
|
/linux-4.1.27/sound/soc/cirrus/ |
H A D | ep93xx-ac97.c | 264 * Enable compact mode, TX slots 3 & 4, and the TX FIFO ep93xx_ac97_trigger() 273 * Enable compact mode, RX slots 3 & 4, and the RX FIFO ep93xx_ac97_trigger()
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | branch.c | 252 * exception only. It does not handle compact branches/jumps and cannot 310 * exception only. It does not handle compact branches/jumps and cannot 411 * only possible reason to be here because of a MIPS R6 compact
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | xsave.h | 135 * it supports compact format and supervisor states in addition to xsave_state()
|
/linux-4.1.27/drivers/ata/ |
H A D | pata_octeon_cf.c | 2 * Driver for the Octeon bootbus compact flash. 27 * The Octeon bootbus compact flash interface is connected in at least 601 * compact flashes deassert DMARQ for a short time between octeon_cf_dma_start() 1052 .compatible = "cavium,ebt3000-compact-flash",
|
H A D | libata-core.c | 1502 * Process compact flash extended modes ata_id_xfermask()
|
/linux-4.1.27/sound/arm/ |
H A D | aaci.h | 55 #define CR_COMPACT (1 << 15) /* compact mode */
|
H A D | aaci.c | 439 * of whether it's in compact mode or not. aaci_pcm_open() 538 * in compact mode, the FIFO is half the size. aaci_pcm_hw_params()
|
/linux-4.1.27/arch/arm/crypto/ |
H A D | sha1-armv4-large.S | 19 @ armv4-compact 740/+89% 1552/+26% 1840/+22% 26 @ compact = detached Xload/update, 5x unroll;
|
/linux-4.1.27/firmware/ |
H A D | Makefile | 211 # more compact binary representation of ihex records (<linux/ihex.h>)
|
/linux-4.1.27/drivers/md/ |
H A D | dm-switch.c | 9 * address regions but there is no simple pattern to allow for a compact
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | psloop.c | 48 * flexible and the code fairly compact by parsing based on a list of AML
|
H A D | psparse.c | 49 * fairly compact by parsing based on a list of AML opcode
|
H A D | dsobject.c | 621 * associated arguments. The namespace object is a more compact
|
/linux-4.1.27/drivers/atm/ |
H A D | firestream.h | 186 * address macros went through before I got them nice and compact as
|
/linux-4.1.27/fs/ntfs/ |
H A D | inode.h | 260 * NOTE: Elements are ordered by size to make the structure as compact as
|
/linux-4.1.27/include/uapi/sound/ |
H A D | compress_params.h | 80 * more compact representation of fields that will not evolve
|
/linux-4.1.27/arch/m68k/fpsp040/ |
H A D | stan.S | 315 |--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
|
H A D | setox.S | 66 | compact representation of |X| is used. This format is a 73 | is also in the compact form. Thus taking the branch
|
H A D | ssin.S | 384 |--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
|
/linux-4.1.27/net/irda/ |
H A D | wrapper.c | 166 * More inline, faster, more compact, more logical. Jean II
|
/linux-4.1.27/mm/ |
H A D | compaction.c | 1261 * Only compact if a failure would be due to fragmentation. __compaction_suitable() 1468 * try_to_compact_pages - Direct compact to satisfy a high-order allocation 1603 * this makes sure we compact the whole zone regardless of __compact_pgdat() 1696 static DEVICE_ATTR(compact, S_IWUSR, NULL, sysfs_compact_node);
|
H A D | vmscan.c | 3243 * process requested a high-order can direct reclaim/compact. balance_pgdat()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
H A D | if_cs.c | 3 Driver for the Marvell 8385 based compact flash WLAN cards. 50 MODULE_DESCRIPTION("Driver for Marvell 83xx compact flash WLAN cards");
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpi_internal.h | 1242 /* declarations for compact control calls */ 1260 /** A compact representation of (part of) a controls state.
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | adapter.h | 321 * The absolute Queue IDs are in a compact range which start at a
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | perf_event.c | 713 * Remove event from list, compact list if necessary. tile_pmu_del()
|
H A D | unaligned.c | 1180 * We save one byte a time, not for fast, but compact jit_bundle_gen()
|
H A D | setup.c | 946 * the nodes compact.
|
/linux-4.1.27/drivers/tty/vt/ |
H A D | consolemap.c | 642 * The representation used was the most compact I could come up
|
/linux-4.1.27/fs/logfs/ |
H A D | dir.c | 110 * directories should stay fairly compact and not require too many
|
/linux-4.1.27/fs/nfs/objlayout/ |
H A D | objio_osd.c | 185 * type safe and compact. At some Past time Linus has decided he does not __alloc_objio_seg()
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | request.c | 296 * volume - it's also used by the moving garbage collector to compact data in
|
/linux-4.1.27/drivers/misc/ |
H A D | pti.c | 21 * compact JTAG, standard.
|
/linux-4.1.27/drivers/of/ |
H A D | fdt.c | 196 /* version 0x10 has a more compact unit name here instead of the full unflatten_dt_node()
|
/linux-4.1.27/drivers/block/zram/ |
H A D | zram_drv.c | 1064 static DEVICE_ATTR_WO(compact);
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | cypress_m8.c | 479 small. Otherwise we can use the slightly more compact cypress_generic_port_probe()
|
/linux-4.1.27/lib/ |
H A D | locking-selftest.c | 176 * the testcases compact:
|
/linux-4.1.27/kernel/ |
H A D | sysctl.c | 2591 * large bitmaps may be represented in a compact manner. Writing into
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_xtree.c | 2387 /* if delete from middle, shift left/compact the remaining entries */ xtDelete() 2524 * shift left/compact the remaining entries in the page xtDeleteUp()
|
/linux-4.1.27/drivers/input/mouse/ |
H A D | alps.c | 2337 * just in a more compact format. alps_hw_init_v4()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 5470 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that 5901 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that 6720 # compact representation of |X| is used. This format is a # 6727 # 16380 log(2) used in Step 1.3 is also in the compact #
|
H A D | fpsp.S | 5576 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that 6007 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that 6826 # compact representation of |X| is used. This format is a # 6833 # 16380 log(2) used in Step 1.3 is also in the compact #
|
/linux-4.1.27/sound/pci/hda/ |
H A D | patch_hdmi.c | 672 * ELD tells the speaker mask in a compact(paired) form, hdmi_channel_allocation()
|
/linux-4.1.27/kernel/locking/ |
H A D | lockdep.c | 3175 * The 'key ID' is what is the most compact key value to drive __lock_acquire()
|
/linux-4.1.27/kernel/rcu/ |
H A D | tree.c | 1625 * RCU_DONE_TAIL sublist, then compact the remaining sublists and
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
H A D | de4x5.c | 4522 ** The compact infoblock is only designed for DC21140[A] chips, so
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 6521 * to compact the tqinfifo appropriately. ahc_reset_channel()
|