Home
last modified time | relevance | path

Searched refs:scheme (Results 1 – 128 of 128) sorted by relevance

/linux-4.1.27/drivers/atm/
Dfore200e.c273 int scheme, magn, nbr; in fore200e_free_rx_buf() local
276 for (scheme = 0; scheme < BUFFER_SCHEME_NBR; scheme++) { in fore200e_free_rx_buf()
279 if ((buffer = fore200e->host_bsq[ scheme ][ magn ].buffer) != NULL) { in fore200e_free_rx_buf()
281 for (nbr = 0; nbr < fore200e_rx_buf_nbr[ scheme ][ magn ]; nbr++) { in fore200e_free_rx_buf()
297 int scheme, magn; in fore200e_uninit_bs_queue() local
299 for (scheme = 0; scheme < BUFFER_SCHEME_NBR; scheme++) { in fore200e_uninit_bs_queue()
302 struct chunk* status = &fore200e->host_bsq[ scheme ][ magn ].status; in fore200e_uninit_bs_queue()
303 struct chunk* rbd_block = &fore200e->host_bsq[ scheme ][ magn ].rbd_block; in fore200e_uninit_bs_queue()
951 int bsq_audit(int where, struct host_bsq* bsq, int scheme, int magn) in bsq_audit() argument
961 where, scheme, magn, buffer->index); in bsq_audit()
[all …]
Dfore200e.h283 enum buffer_scheme scheme : 8, /* buffer scheme */
579 enum buffer_scheme scheme; /* buffer scheme */ member
883 enum buffer_scheme scheme; /* rx buffer scheme */ member
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dgpmc-nand.txt32 Refer below "How to select correct ECC scheme for your device ?"
95 How to select correct ECC scheme for your device ?
97 Higher ECC scheme usually means better protection against bit-flips and
98 increased system lifetime. However, selection of ECC scheme is dependent
110 Other factor which governs the selection of ecc-scheme is oob-size.
127 trying to use BCH16 (ECC_BYTES=26) ecc-scheme.
134 trying to use BCH16 (ECC_BYTES=26) ecc-scheme.
137 (OOBSIZE=128). So this device can use BCH16 ecc-scheme.
Dgpmi-nand.txt27 ECC scheme.
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dbtcoex.c102 btcoex_hw->scheme = ATH_BTCOEX_CFG_NONE; in ath9k_hw_btcoex_init_scheme()
107 btcoex_hw->scheme = ATH_BTCOEX_CFG_MCI; in ath9k_hw_btcoex_init_scheme()
109 btcoex_hw->scheme = ATH_BTCOEX_CFG_3WIRE; in ath9k_hw_btcoex_init_scheme()
118 btcoex_hw->scheme = ATH_BTCOEX_CFG_3WIRE; in ath9k_hw_btcoex_init_scheme()
121 btcoex_hw->scheme = ATH_BTCOEX_CFG_2WIRE; in ath9k_hw_btcoex_init_scheme()
370 if (btcoex_hw->scheme == ATH_BTCOEX_CFG_3WIRE) { in ath9k_hw_btcoex_disable()
Dhtc_drv_gpio.c176 if (ah->btcoex_hw.scheme == ATH_BTCOEX_CFG_3WIRE) in ath9k_htc_stop_btcoex()
192 ah->btcoex_hw.scheme = ATH_BTCOEX_CFG_NONE; in ath9k_htc_init_btcoex()
197 ah->btcoex_hw.scheme = ATH_BTCOEX_CFG_3WIRE; in ath9k_htc_init_btcoex()
Dbtcoex.h108 enum ath_btcoex_scheme scheme; member
Dhw.h1161 return ah->btcoex_hw.scheme; in ath9k_hw_get_btcoex_scheme()
/linux-4.1.27/net/decnet/
DTODO30 we have a half-way house scheme which seems to work reasonably well, but
31 the full scheme is still worth implementing, its not not top of my list
/linux-4.1.27/Documentation/filesystems/
Dmandatory-locking.txt42 "advisory" locking scheme. However, the world isn't perfect, and there's
46 with a "mandatory" locking scheme, whereby the operating system kernel would
51 The System V mandatory locking scheme was intended to have as little impact as
52 possible on existing user code. The scheme is based on marking individual files
62 Note 2: POSIX.1 does not specify any scheme for mandatory locking, despite
63 borrowing the fcntl() locking scheme from System V. The mandatory locking
64 scheme is defined by the System V Interface Definition (SVID) Version 3.
Ddirectory-locking1 Locking scheme used for directory operations is based on two
48 If no directory is its own ancestor, the scheme above is deadlock-free.
118 While this locking scheme works for arbitrary DAGs, it relies on
Df2fs.txt17 according to its internal geometry or flash memory management scheme, namely FTL,
382 F2FS adopts the checkpointing scheme to maintain file system consistency. At
542 tion. The copy-and-compaction scheme which is known as cleaning, is well-suited
545 overhead under high utilization. Contrarily, the threaded log scheme suffers
547 scheme where the copy-and-compaction scheme is adopted by default, but the
548 policy is dynamically changed to the threaded log scheme according to the file
Dfiemap.txt41 flag is fatal to its operation. This scheme is intended to allow the
169 based addressing scheme. Since returning an extent for each block back to
D00-INDEX45 - info about the locking scheme used for directory operations.
Dqnx6.txt88 used. (scheme is the same as the one used for the superblock root nodes)
Dsquashfs.txt156 This scheme has the advantage that it doesn't require extra memory overhead
Dvfat.txt264 legally fits within the old 8.3 encoding scheme does not have extra
Dpath-lookup.txt369 rcu-walk scheme, because some elements of the path may have been walked in
Dext2.txt287 scheme but less reliable. Both methods are equally resolvable by their
DLocking108 of the locking scheme for directory operations.
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dqcom,spmi-pmic.txt4 PMICs. These PMICs use a QPNP scheme through SPMI interface.
5 QPNP is effectively a partitioning scheme for dividing the SPMI extended
/linux-4.1.27/Documentation/scsi/
Daha152x.txt107 The BIOS uses a cylinder/head/sector addressing scheme (C/H/S)
108 scheme instead. DOS expects a BIOS or driver that understands this
116 geometry just to be able to support that addressing scheme. The geometry
126 Moreover there are certain limitations to the C/H/S addressing scheme,
Din2000.txt48 memory management scheme in the 2.1.x kernel series.
Dtmscsim.txt45 The numbering scheme isn't consistent. The first versions went from 1.00 to
46 1.12, then 1.20a to 1.20t. Finally I decided to use the ncr53c8xx scheme. So
Dlibsas.txt62 There is a scheme where the LLDD can RW certain fields,
DChangeLog.ncr53c8xx256 scheme that allows up to 64 tags per LUN.
DBusLogic.txt330 the PCI BIOS enumeration, and requires that their scheme be supported by the
DChangeLog.sym53c8xx248 - New linux-2.3.13 __setup scheme support added.
DChangeLog.1992-19971202 scheme.
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/
Dqnap-poweroff.txt9 Synology NAS devices use a similar scheme, but a different baud rate,
/linux-4.1.27/fs/ceph/
DKconfig35 groups beyond the owner/group/world scheme.
/linux-4.1.27/fs/hfsplus/
DKconfig21 groups beyond the owner/group/world scheme.
/linux-4.1.27/fs/9p/
DKconfig26 groups beyond the owner/group/world scheme.
/linux-4.1.27/fs/ext2/
DKconfig27 groups beyond the owner/group/world scheme.
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dti,tas5086.txt25 sequence, otherwise the default Low-Z scheme is used.
/linux-4.1.27/Documentation/mtd/nand/
Dpxa3xx-nand.txt55 So, repeating the above scheme, a 2048B data chunk will be followed by 32B
73 Because of the above scheme, and because the "spare" OOB is really located in
/linux-4.1.27/drivers/staging/iio/light/
Disl29018.c193 static int isl29018_read_proximity_ir(struct isl29018_chip *chip, int scheme, in isl29018_read_proximity_ir() argument
203 scheme << COMMANDII_SCHEME_SHIFT); in isl29018_read_proximity_ir()
214 if (scheme == 1) { in isl29018_read_proximity_ir()
/linux-4.1.27/fs/jfs/
DKconfig17 groups beyond the owner/group/world scheme.
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm2835-armctrl-ic.txt4 72 interrupt sources using a 2-level register scheme. The interrupt
/linux-4.1.27/Documentation/pcmcia/
Dlocking.txt1 This file explains the locking and exclusion scheme used in the PCCARD
/linux-4.1.27/Documentation/mtd/
Dspi-nor.txt15 receive bytes (Tx and Rx). Therefore, we must define a new layering scheme under
/linux-4.1.27/Documentation/leds/
Dleds-blinkm.txt17 The registration follows the scheme:
Dleds-class.txt53 overhead, I suggest these become part of the device name. The naming scheme
/linux-4.1.27/Documentation/blockdev/
Dcpqarray.txt74 The device naming scheme is:
Dcciss.txt70 The device naming scheme is:
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dcavium-pip.txt4 devices. The devices have a two level grouping scheme. There may be
/linux-4.1.27/drivers/i2c/muxes/
DKconfig13 I2C multimaster arbitration scheme using GPIOs and a challenge &
/linux-4.1.27/drivers/i2c/busses/
Di2c-omap.c199 u16 scheme; member
1284 dev->scheme = OMAP_I2C_SCHEME(rev); in omap_i2c_probe()
1285 switch (dev->scheme) { in omap_i2c_probe()
1411 if (_dev->scheme == OMAP_I2C_SCHEME_0) in omap_i2c_runtime_suspend()
/linux-4.1.27/Documentation/dvb/
Dudev.txt19 sysfs device name into the well known dvb adapter / device naming scheme.
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/
Dmux.txt24 "index-starts-at-one" modified the scheme as follows:
/linux-4.1.27/fs/f2fs/
DKconfig48 gourps beyond the owner/group/world scheme.
/linux-4.1.27/Documentation/networking/
Ddriver.txt70 mitigation scheme to let TX packets "hang out" in the TX
DREADME.sb100097 firewalling scheme.
Dspider_net.txt184 The TX ring uses a low-watermark interrupt scheme to make sure that
DREADME.ipw2200405 Releases are numbered with a three level scheme:
Dl2tp.txt172 The driver supports a flexible debug scheme where kernel trace
Dppp_generic.txt183 scheme has the effect that more fragments are given to higher-
Darcnet-hardware.txt204 A basically different cabling scheme is used with Twisted Pair cabling. Each
/linux-4.1.27/Documentation/video4linux/
Dsh_mobile_ceu_camera.txt12 Generic scaling / cropping scheme
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-arb-gpio-challenge.txt11 Note that this scheme works well enough but has some downsides:
/linux-4.1.27/fs/ext4/
DKconfig48 groups beyond the owner/group/world scheme.
/linux-4.1.27/fs/btrfs/
DKconfig37 groups beyond the owner/group/world scheme.
/linux-4.1.27/fs/reiserfs/
DKconfig71 groups beyond the owner/group/world scheme.
/linux-4.1.27/Documentation/devicetree/bindings/
Dgraph.txt36 hardware interface, a common scheme using '#address-cells', '#size-cells'
/linux-4.1.27/Documentation/
Dldm.txt11 Windows 2000, XP, and Vista use a new partitioning scheme. It is a complete
Datomic_ops.txt378 Given the above scheme, it must be the case that the obj->active
412 to a "hash table of spinlocks" scheme, that allows the full 32-bit
416 same scheme.
524 locking scheme is being used to protect the bitmask, and thus less
Dunaligned-memory-access.txt98 parameters to a naturally aligned scheme, based on the size of the type of
117 For a natural alignment scheme, the compiler would only have to add a single
Dpi-futex.txt116 Also, under this scheme, 'robustness' and 'PI' are two orthogonal
Dvgaarbiter.txt18 control bus resources. Therefore an arbitration scheme outside of the X server
DIRQ-domain.txt33 reverse mapping scheme.
Ddma-buf-sharing.txt400 scenarios, we can extend dma-buf with a more explicit cache tracking scheme
Dkernel-parameters.txt943 auto selects the default scheme, which automatically
2224 scheme and the NFS level operations agree to use
3762 scheme (default 0 = off).
3769 [USB] Try the other device initialization scheme
DDMA-API-HOWTO.txt755 dynamic DMA mapping scheme - you have to always store the DMA addresses
Ddevices.txt3348 the System V/Unix98 naming scheme for PTYs, which assigns a common
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME77 about your hardware and the TV sound scheme used in your country (or
/linux-4.1.27/fs/ext3/
DKconfig72 groups beyond the owner/group/world scheme.
/linux-4.1.27/drivers/tty/serial/8250/
D8250_omap.c497 u32 mvr, scheme; in omap_serial_fill_features_erratas() local
503 scheme = mvr >> OMAP_UART_MVR_SCHEME_SHIFT; in omap_serial_fill_features_erratas()
505 switch (scheme) { in omap_serial_fill_features_erratas()
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Drockchip,pinctrl.txt50 cells should use the standard two-cell scheme described in
/linux-4.1.27/fs/xfs/
DKconfig48 groups beyond the owner/group/world scheme.
/linux-4.1.27/Documentation/security/
DSmack.txt10 Smack is not the only Mandatory Access Control scheme
276 This scheme organizes users, programs, and data into domains that are
277 protected from each other. This scheme has been widely deployed as a component
279 maintain this scheme and the detailed understanding of the whole system
280 necessary to provide a secure domain mapping leads to the scheme being
287 LaPadula are addressed by providing a scheme whereby access can be controlled
/linux-4.1.27/block/partitions/
DKconfig128 FreeBSD uses its own hard disk partition scheme on your PC. It
188 the limitations of the PC's partitioning scheme. The Logical Disk
/linux-4.1.27/fs/ncpfs/
DKconfig38 special applications which are able to utilize this locking scheme.
/linux-4.1.27/Documentation/trace/
Dtracepoints.txt109 The naming scheme "subsys_event" is suggested here as a convention
Devents.txt317 This scheme allows triggers to be invoked even for events that aren't
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dcci.txt54 scheme to declare their register bases.
Dcpus.txt49 scheme for processors that do not have a HW CPU
/linux-4.1.27/Documentation/sound/oss/
DSoundPro104 - come up with a scheme which allows recording volumes for each subdevice.
/linux-4.1.27/fs/jffs2/
DKconfig83 groups beyond the owner/group/world scheme.
/linux-4.1.27/Documentation/aoe/
Daoe.txt142 to be pre-created using a static minor-number scheme with the
/linux-4.1.27/Documentation/block/
Dbiovecs.txt16 In the new scheme of things, everything that must be mutated in order to
Ddata-integrity.txt98 concept of an end-to-end protection scheme is a layering violation.
Dbiodoc.txt183 a virtual address mapping (unlike the earlier scheme of virtual address
265 Arjan's proposed request priority scheme allows higher levels some broad
/linux-4.1.27/Documentation/vm/
Dbalance91 for a zone can be tracked and fed into the balancing scheme (jalvo@mbay.net)
/linux-4.1.27/drivers/tty/serial/
Domap-serial.c1507 u32 mvr, scheme; in omap_serial_fill_features_erratas() local
1513 scheme = mvr >> OMAP_UART_MVR_SCHEME_SHIFT; in omap_serial_fill_features_erratas()
1515 switch (scheme) { in omap_serial_fill_features_erratas()
/linux-4.1.27/Documentation/device-mapper/
Dsnapshot.txt78 A fixed naming scheme is used, so with the following commands:
/linux-4.1.27/fs/
DKconfig132 for users and groups beyond the standard owner/group/world scheme,
/linux-4.1.27/Documentation/kbuild/
Dkconfig.txt193 blackbg => selects a color scheme with black background
/linux-4.1.27/arch/m68k/fpsp040/
Ddecbin.S52 | greater than 10^27, a directed rounding scheme is used with
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dvideo-interfaces.txt37 a common scheme using '#address-cells', '#size-cells' and 'reg' properties is
/linux-4.1.27/drivers/tty/
DKconfig112 masters and /dev/ttyxx for slaves of pseudo terminals. This scheme
147 terminals. This scheme has a number of problems, including
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DOverview.txt168 the new rtc naming scheme.
/linux-4.1.27/Documentation/ia64/
Daliasing.txt53 scheme.
/linux-4.1.27/net/ipv6/netfilter/
DKconfig23 Layer 3 independent connection tracking is experimental scheme
/linux-4.1.27/Documentation/devicetree/
Dusage-model.txt153 The reasoning behind this scheme is the observation that in the majority
172 PowerPC uses a slightly different scheme where it calls the .probe()
Dbooting-without-of.txt129 legacy iSeries platform breaks those rules as it predates this scheme,
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex77 scheme, either a separate driver had to be written, or an existing
319 the case in the old scheme). The register $mc_flags$ is used to buffer
504 old driver scheme. For example, you may look up the function
642 scheme, some \cdrom\ drivers don't do any integrity checking, resulting
740 driver scheme and option flag interpretation.
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe_ctlr.c1938 unsigned int scheme, unsigned int port) in fcoe_wwn_from_mac() argument
1952 wwn = host_mac | ((u64) scheme << 60); in fcoe_wwn_from_mac()
1953 switch (scheme) { in fcoe_wwn_from_mac()
/linux-4.1.27/net/netfilter/ipvs/
DKconfig49 The IPVS connection hash table uses the chaining scheme to handle
/linux-4.1.27/net/ipv4/netfilter/
DKconfig23 Layer 3 independent connection tracking is experimental scheme
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt86 scheme to work for both preemptable and non-preemptable kernels.
/linux-4.1.27/Documentation/RCU/
DwhatisRCU.txt422 o Use some solid scheme (such as locks or semaphores) to
993 the positive overhead of the interrupt-disabling scheme
994 with the zero-overhead RCU scheme does not constitute
/linux-4.1.27/Documentation/fb/
Dframebuffer.txt137 line, the X server will use the scheme discussed above, i.e. it will start
/linux-4.1.27/fs/befs/
DChangeLog216 * Thats right. New versioning scheme.
/linux-4.1.27/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt98 scheme where individual function BARs can be "grouped" to fit in one or
/linux-4.1.27/drivers/mtd/nand/
DKconfig106 locate and correct errors when using BCH ECC scheme. This offloads
/linux-4.1.27/Documentation/input/
Dmulti-touch-protocol.txt368 simple scheme, which is compatible with earlier usage, is:
/linux-4.1.27/Documentation/usb/
Dgadget-testing.txt269 named following the <name>.<number> scheme. The numbers can be 0..8.
/linux-4.1.27/Documentation/hwmon/
Dsysfs-interface47 The common scheme for files naming is: <type><number>_<item>. Usual
/linux-4.1.27/Documentation/development-process/
D4.Coding153 (now called mac80211) could be merged, a locking scheme needed to be
D2.Process102 numbering scheme. To be considered for an update release, a patch must (1)
/linux-4.1.27/net/sched/
DKconfig401 32bit pieces based comparison scheme.
/linux-4.1.27/Documentation/isdn/
DREADME584 Same scheme is used with AT&E... at the tty's.
/linux-4.1.27/Documentation/arm64/
Darm-acpi.txt116 of booting with either scheme (in kernels with both schemes enabled at compile
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1027 they are assigned hardware addresses using a different scheme which
1028 may conflict with the UML IP address-based scheme
1862 not. Using this scheme, the majority of data which is unchanged is
/linux-4.1.27/net/netfilter/
DKconfig194 Layer 3 independent connection tracking is experimental scheme
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.seq365 * our batching and round-robin selection scheme
/linux-4.1.27/Documentation/s390/
DDebugging390.txt248 Our addressing scheme is basically as follows:
/linux-4.1.27/
DCREDITS1361 D: original architect of the parallel-port sharing scheme