Searched refs:compact (Results 1 - 79 of 79) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/sn/
H A Dtypes.h17 typedef signed short cnodeid_t; /* node id in compact-id space */
20 typedef signed short cmoduleid_t; /* kernel compact module id type */
H A Dklconfig.h93 #define VISITED_BOARD 0x08 /* Used for compact hub numbering. */
/linux-4.1.27/arch/x86/boot/
H A Dmkcpustr.c13 * compact format suitable for the setup code.
/linux-4.1.27/arch/mips/include/asm/mach-ip27/
H A Dtopology.h10 cnodeid_t p_nodeid; /* my node ID in compact-id-space */
/linux-4.1.27/arch/avr32/include/asm/
H A Dbug.h14 * According to our Chief Architect, this compact opcode is very
/linux-4.1.27/arch/ia64/include/asm/sn/
H A Dtypes.h18 typedef unsigned int cmoduleid_t; /* kernel compact module id type */
H A Darch.h24 * 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 Dnodepda.h77 * Check if given a compact node id the corresponding node has all the
/linux-4.1.27/lib/xz/
H A Dxz_crc32.c12 * This is not the fastest implementation, but it is pretty compact.
/linux-4.1.27/drivers/tty/
H A Dn_tracesink.h23 * compact JTAG, standard.
H A Dn_tracerouter.c23 * This is part of a solution for the P1149.7, compact JTAG, standard.
H A Dn_tracesink.c25 * This is part of a solution for the P1149.7, compact JTAG, standard.
H A Dmips_ejtag_fdc.c199 * This is a compact encoding which allows every 1 byte, 2 byte, and 3 byte
H A Dtty_io.c20 * makes for cleaner and more compact code. -TYT, 9/17/92
/linux-4.1.27/include/linux/
H A Dpti.h19 * compact JTAG, standard.
H A Dlist_bl.h17 * some fast and compact auxiliary data.
H A Dballoon_compaction.h8 * enlisted at any LRU list like the other pages we do compact / migrate.
H A Dzlib.h72 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 Darch.h18 * Effectively, it's the maximum number of compact node ids (cnodeid_t).
/linux-4.1.27/arch/mips/sgi-ip27/
H A Dip27-smp.c113 * 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 Dxfs_dir2_block.c176 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 Dxfs_dir2_leaf.c431 * 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 Dxfs_dir2_priv.h87 struct xfs_dir2_leaf_entry *ents, int index, int compact,
H A Dxfs_dir2_node.c378 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 Dxfs_attr_leaf.c1528 * 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 Dxfs_da_format.h621 * for an allocation, we compact the name/value area and try again. If we
/linux-4.1.27/arch/mips/dec/prom/
H A Didentify.c62 * are compact enough we want them inlined. --macro
/linux-4.1.27/fs/reiserfs/
H A Dobjectid.c40 * 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 Dhuberror.c181 * Parameters : cnode, the compact nodeid.
203 * Parameters : cnode, the compact nodeid.
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-sysinfo.h87 * Several boards support compact flash on the Octeon boot
H A Dcvmx-bootinfo.h94 * Several boards support compact flash on the Octeon boot
H A Dcvmx-spinlock.h149 * compact data structures as only 1 bit is consumed for the lock.
/linux-4.1.27/sound/soc/cirrus/
H A Dep93xx-ac97.c264 * 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 Dbranch.c252 * 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 Dxsave.h135 * it supports compact format and supervisor states in addition to xsave_state()
/linux-4.1.27/drivers/ata/
H A Dpata_octeon_cf.c2 * 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 Dlibata-core.c1502 * Process compact flash extended modes ata_id_xfermask()
/linux-4.1.27/sound/arm/
H A Daaci.h55 #define CR_COMPACT (1 << 15) /* compact mode */
H A Daaci.c439 * 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 Dsha1-armv4-large.S19 @ armv4-compact 740/+89% 1552/+26% 1840/+22%
26 @ compact = detached Xload/update, 5x unroll;
/linux-4.1.27/firmware/
H A DMakefile211 # more compact binary representation of ihex records (<linux/ihex.h>)
/linux-4.1.27/drivers/md/
H A Ddm-switch.c9 * address regions but there is no simple pattern to allow for a compact
/linux-4.1.27/drivers/acpi/acpica/
H A Dpsloop.c48 * flexible and the code fairly compact by parsing based on a list of AML
H A Dpsparse.c49 * fairly compact by parsing based on a list of AML opcode
H A Ddsobject.c621 * associated arguments. The namespace object is a more compact
/linux-4.1.27/drivers/atm/
H A Dfirestream.h186 * address macros went through before I got them nice and compact as
/linux-4.1.27/fs/ntfs/
H A Dinode.h260 * NOTE: Elements are ordered by size to make the structure as compact as
/linux-4.1.27/include/uapi/sound/
H A Dcompress_params.h80 * more compact representation of fields that will not evolve
/linux-4.1.27/arch/m68k/fpsp040/
H A Dstan.S315 |--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
H A Dsetox.S66 | compact representation of |X| is used. This format is a
73 | is also in the compact form. Thus taking the branch
H A Dssin.S384 |--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
/linux-4.1.27/net/irda/
H A Dwrapper.c166 * More inline, faster, more compact, more logical. Jean II
/linux-4.1.27/mm/
H A Dcompaction.c1261 * 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 Dvmscan.c3243 * process requested a high-order can direct reclaim/compact. balance_pgdat()
/linux-4.1.27/drivers/net/wireless/libertas/
H A Dif_cs.c3 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 Dhpi_internal.h1242 /* 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 Dadapter.h321 * The absolute Queue IDs are in a compact range which start at a
/linux-4.1.27/arch/tile/kernel/
H A Dperf_event.c713 * Remove event from list, compact list if necessary. tile_pmu_del()
H A Dunaligned.c1180 * We save one byte a time, not for fast, but compact jit_bundle_gen()
H A Dsetup.c946 * the nodes compact.
/linux-4.1.27/drivers/tty/vt/
H A Dconsolemap.c642 * The representation used was the most compact I could come up
/linux-4.1.27/fs/logfs/
H A Ddir.c110 * directories should stay fairly compact and not require too many
/linux-4.1.27/fs/nfs/objlayout/
H A Dobjio_osd.c185 * 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 Drequest.c296 * volume - it's also used by the moving garbage collector to compact data in
/linux-4.1.27/drivers/misc/
H A Dpti.c21 * compact JTAG, standard.
/linux-4.1.27/drivers/of/
H A Dfdt.c196 /* 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 Dzram_drv.c1064 static DEVICE_ATTR_WO(compact);
/linux-4.1.27/drivers/usb/serial/
H A Dcypress_m8.c479 small. Otherwise we can use the slightly more compact cypress_generic_port_probe()
/linux-4.1.27/lib/
H A Dlocking-selftest.c176 * the testcases compact:
/linux-4.1.27/kernel/
H A Dsysctl.c2591 * large bitmaps may be represented in a compact manner. Writing into
/linux-4.1.27/fs/jfs/
H A Djfs_xtree.c2387 /* 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 Dalps.c2337 * just in a more compact format. alps_hw_init_v4()
/linux-4.1.27/arch/m68k/ifpsp060/src/
H A Dfplsp.S5470 #--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 Dfpsp.S5576 #--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 Dpatch_hdmi.c672 * ELD tells the speaker mask in a compact(paired) form, hdmi_channel_allocation()
/linux-4.1.27/kernel/locking/
H A Dlockdep.c3175 * The 'key ID' is what is the most compact key value to drive __lock_acquire()
/linux-4.1.27/kernel/rcu/
H A Dtree.c1625 * RCU_DONE_TAIL sublist, then compact the remaining sublists and
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c4522 ** The compact infoblock is only designed for DC21140[A] chips, so
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6521 * to compact the tqinfifo appropriately. ahc_reset_channel()

Completed in 2727 milliseconds