Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 200 of 229) sorted by relevance

12

/linux-4.4.14/lib/zlib_inflate/
Dinffast.c103 unsigned long hold; /* local strm->hold */ in inflate_fast() local
130 hold = state->hold; in inflate_fast()
141 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
143 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
146 this = lcode[hold & lmask]; in inflate_fast()
149 hold >>= op; in inflate_fast()
160 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
163 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast()
164 hold >>= op; in inflate_fast()
168 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
[all …]
Dinflate.c36 state->hold = 0; in zlib_inflateReset()
172 hold = state->hold; \
183 state->hold = hold; \
190 hold = 0; \
200 hold += (unsigned long)(*next++) << bits; \
214 ((unsigned)hold & ((1U << (n)) - 1))
219 hold >>= (n); \
226 hold >>= bits & 7; \
323 unsigned long hold; /* bit buffer */ in zlib_inflate() local
358 ((BITS(8) << 8) + (hold >> 8)) % 31) { in zlib_inflate()
[all …]
Dinflate.h89 unsigned long hold; /* input bit accumulator */ member
/linux-4.4.14/drivers/mtd/nand/
Dtxx9ndfmc.c75 unsigned char hold; /* in gbusclock */ member
249 txx9ndfmc_write(dev, (drvdata->hold << 4) | drvdata->spw, TXX9_NDFSPR); in txx9ndfmc_initialize()
278 int hold, spw; in txx9ndfmc_probe() local
292 hold = plat->hold ?: 20; /* tDH */ in txx9ndfmc_probe()
295 hold = TXX9NDFMC_NS_TO_CYC(gbusclk, hold); in txx9ndfmc_probe()
298 hold -= 2; /* actual hold time : (HOLD + 2) BUSCLK */ in txx9ndfmc_probe()
300 hold = clamp(hold, 1, 15); in txx9ndfmc_probe()
301 drvdata->hold = hold; in txx9ndfmc_probe()
305 (gbusclk + 500000) / 1000000, hold, spw); in txx9ndfmc_probe()
/linux-4.4.14/include/net/caif/
Dcfsrvl.h23 void (*hold)(struct cflayer *lyr); member
51 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_get()
54 s->hold(layr->up); in cfsrvl_get()
60 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_put()
Dcaif_dev.h95 void (*hold)(struct cflayer *lyr),
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/
Dmsm-poweroff.txt3 A power supply hold (ps-hold) bit is set to power the msm chipsets.
10 -reg: Specifies the physical address of the ps-hold register
Drestart-poweroff.txt4 by restarting and letting u-boot keep hold of the machine until the
/linux-4.4.14/Documentation/usb/
Dgadget_hid.txt188 int keyboard_fill_report(char report[8], char buf[BUF_LEN], int *hold)
199 if (strcmp(tok, "--hold") == 0) {
200 *hold = 1;
241 int mouse_fill_report(char report[8], char buf[BUF_LEN], int *hold)
251 if (strcmp(tok, "--hold") == 0) {
252 *hold = 1;
292 int joystick_fill_report(char report[8], char buf[BUF_LEN], int *hold)
298 *hold = 1;
337 " --hold\n");
347 " --hold\n");
[all …]
Dusb-serial.txt131 ...if you boot into the bootloader (hold down the power when hitting the
132 reset button, continuing to hold onto the power until the bootloader screen
Dehci.txt30 appear to be on hold until more systems come with USB 2.0 built-in.
/linux-4.4.14/arch/arc/boot/dts/
Dabilis_tb100_dvk.dts48 i2c-sda-hold-time-ns = <432>;
51 i2c-sda-hold-time-ns = <432>;
54 i2c-sda-hold-time-ns = <432>;
57 i2c-sda-hold-time-ns = <432>;
60 i2c-sda-hold-time-ns = <432>;
Dabilis_tb101_dvk.dts48 i2c-sda-hold-time-ns = <432>;
51 i2c-sda-hold-time-ns = <432>;
54 i2c-sda-hold-time-ns = <432>;
57 i2c-sda-hold-time-ns = <432>;
60 i2c-sda-hold-time-ns = <432>;
/linux-4.4.14/Documentation/hwmon/
Dabituguru-datasheet39 after a reboot uGuru will hold 0x00 here, but if the driver is removed and
40 later on attached again data-port will hold 0x08, more about this later.
43 turned up which will hold 0x00 instead of 0xAC at the CMD port, thus we also
45 hold 0x09 and will only hold 0x08 after reading CMD first, so CMD must be read
87 to hold 0x09, DATA should read 0x09 within 250 read cycles.
89 Next CMD _must_ be read and should hold 0xAC, usually CMD will hold 0xAC the
93 After reading CMD, DATA should hold 0x08 which means that the uGuru is ready
94 for input. As above DATA will usually hold 0x08 the first read but not always.
102 First the uGuru must be in "ready" mode as described above, DATA should hold
106 wait for to DATA to hold 0x08 again indicating that it wants / is ready for
[all …]
Dda905512 resolution and track and hold circuitry combined with an analogue input
14 different inputs. The track and hold circuit ensures stable input voltages at
Dda905212 resolution and track and hold circuitry combined with an analogue input
14 different inputs. The track and hold circuit ensures stable input voltages at
Dw83781d374 When bit 7 is clear, bits 6-0 seem to hold a threshold value. If the value
382 When bit 7 is set, bits 3-0 seem to hold a threshold value, while bits 6-4
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-designware.txt14 - i2c-sda-hold-time-ns : should contain the SDA hold time in nanoseconds.
42 i2c-sda-hold-time-ns = <300>;
/linux-4.4.14/net/sunrpc/
Dauth_unix.c148 __be32 *base, *hold; in unx_marshal() local
162 hold = p++; in unx_marshal()
165 *hold = htonl(p - hold - 1); /* gid array length */ in unx_marshal()
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Dti-aemif.txt112 - ti,cs-read-hold-ns: read hold width, ns
129 - ti,cs-write-hold-ns: write hold width, ns
166 ti,cs-read-hold-ns = <7>;
169 ti,cs-write-hold-ns = <7>;
195 ti,cs-read-hold-ns = <8>;
198 ti,cs-write-hold-ns = <7>;
Dmvebu-devbus.txt71 - devbus,rd-hold-ps: Defines the time between the last data sample to the
79 Set <rd-hold-ps> to a value smaller than <turn-off-ps>.
99 This parameter defines the hold time of address and
147 devbus,rd-hold-ps = <0>;
Dingenic,jz4780-nemc.txt33 - ingenic,nemc-tAH: Address hold time in nanoseconds.
/linux-4.4.14/arch/arm/mach-omap2/
Domap-headsmp.S72 hold: ldr r12,=0x103 label
79 bne hold
/linux-4.4.14/arch/mips/bcm63xx/
Dcs.c66 unsigned int setup, unsigned int hold) in bcm63xx_set_cs_timing() argument
81 val |= hold << MPI_CSCTL_HOLD_SHIFT; in bcm63xx_set_cs_timing()
/linux-4.4.14/drivers/clk/sirf/
Dclk-common.c346 u32 hold = (cfg >> 20) & (BIT(4) - 1); in dmn_clk_recalc_rate() local
348 return fin / (wait + hold + 2); in dmn_clk_recalc_rate()
356 unsigned ratio, wait, hold; in dmn_clk_round_rate() local
368 hold = ratio - wait - 2; in dmn_clk_round_rate()
370 return fin / (wait + hold + 2); in dmn_clk_round_rate()
378 unsigned ratio, wait, hold, reg; in dmn_clk_set_rate() local
390 hold = ratio - wait - 2; in dmn_clk_set_rate()
394 reg |= (wait << 16) | (hold << 20) | BIT(25); in dmn_clk_set_rate()
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dlpc32xx-slc.txt16 - nxp,whold: Write hold time (W_HOLD)
19 - nxp,rhold: Read hold time (R_HOLD)
Dfsmc-nand.txt23 byte 3 THOLD : number of HCLK clock cycles to hold the address (and data
/linux-4.4.14/net/caif/
Dcfsrvl.c210 void (*hold)(struct cflayer *lyr), in caif_client_register_refcnt()
218 service->hold = hold; in caif_client_register_refcnt()
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_cs.h6 unsigned int setup, unsigned int hold);
/linux-4.4.14/arch/mips/include/asm/txx9/
Dndfmc.h19 unsigned int hold; /* hold time in nanosecond */ member
Dtx4938.h294 void tx4938_ndfmc_init(unsigned int hold, unsigned int spw);
Dtx4939.h547 void tx4939_ndfmc_init(unsigned int hold, unsigned int spw,
/linux-4.4.14/arch/arm/boot/dts/
Dk2l-evm.dts56 ti,cs-read-hold-ns = <6>;
59 ti,cs-write-hold-ns = <8>;
Dk2e-evm.dts79 ti,cs-read-hold-ns = <6>;
82 ti,cs-write-hold-ns = <8>;
Dk2hk-evm.dts100 ti,cs-read-hold-ns = <6>;
103 ti,cs-write-hold-ns = <8>;
Dqcom-msm8660.dtsi142 row-hold = <91500>;
Darmada-xp-openblocks-ax3-4.dts84 devbus,rd-hold-ps = <0>;
Dqcom-msm8960.dtsi201 row-hold = <91500>;
Darmada-xp-db.dts94 devbus,rd-hold-ps = <0>;
Domap3-pandora-common.dtsi181 hold {
182 label = "hold";
Darmada-xp-gp.dts113 devbus,rd-hold-ps = <0>;
Drk3288-r89.dts302 pwr_hold: pwr-hold {
Drk3066a-rayeager.dts420 pwr_hold: pwr-hold {
Drk3288-firefly.dtsi412 pwr_hold: pwr-hold {
Dexynos3250-rinato.dts232 wr-hold = <0>;
Dat91sam9x5.dtsi1046 atmel,adc-sample-hold-time = <11>;
Dsama5d3.dtsi325 atmel,adc-sample-hold-time = <11>;
Dsama5d4.dtsi1217 atmel,adc-sample-hold-time = <11>;
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dimg,tz1090-pinctrl.txt42 - bias-bus-hold
64 bias-bus-hold (which can also be provided to any of the groups below to set
96 bias-bus-hold: supported.
103 bias-pull-up, bias-pull-down, and bias-bus-hold (which can also be provided
111 bias-bus-hold: supported.
Dimg,tz1090-pdc-pinctrl.txt42 - bias-bus-hold
65 bias-bus-hold (which can also be provided to any of the groups below to set
Dimg,pistachio-pinctrl.txt45 - bias-bus-hold: Enable bus-keeper mode.
Dpinctrl-bindings.txt179 bias-bus-hold - latch weakly
/linux-4.4.14/arch/ia64/
Dmodule.lds6 * Create place-holder sections to hold the PLTs, GOT, and
/linux-4.4.14/arch/c6x/lib/
Ddivi.S32 ;; divi uses B5 to hold the original return address during
34 ;; remi uses B2 and A5 to hold the input values during the
Dremi.S32 ;; divi uses B5 to hold the original return address during
34 ;; remi uses B2 and A5 to hold the input values during the
Dremu.S32 ;; divi uses B5 to hold the original return address during
34 ;; remi uses B2 and A5 to hold the input values during the
Ddivu.S32 ;; divi uses B5 to hold the original return address during
34 ;; remi uses B2 and A5 to hold the input values during the
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dqcom,pm8xxx-keypad.txt66 - row-hold:
89 row-hold = <91500>;
/linux-4.4.14/arch/cris/include/uapi/arch-v10/arch/
Dsvinto.h54 IO_STATE( R_DMA_CH0_CMD, cmd, hold ) )
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-funnel5 Description: (RW) Enables the slave ports and defines the hold time of the
Dsysfs-class-net-queues50 Indicates the hold time in milliseconds to measure the slack
Dsysfs-bus-usb150 files hold a string value (enable or disable) indicating whether
Dsysfs-bus-coresight-devices-etm3x133 Depending on the tracer's version, can also hold threshold for
/linux-4.4.14/arch/mn10300/mm/
Dcache.inc16 # A0: Should hold CHCTR
77 # A0: Should hold CHCTR
/linux-4.4.14/arch/mips/txx9/generic/
Dsetup_tx4938.c382 void __init tx4938_ndfmc_init(unsigned int hold, unsigned int spw) in tx4938_ndfmc_init() argument
387 .hold = hold, in tx4938_ndfmc_init()
Dsetup_tx4939.c453 void __init tx4939_ndfmc_init(unsigned int hold, unsigned int spw, in tx4939_ndfmc_init() argument
459 .hold = hold, in tx4939_ndfmc_init()
/linux-4.4.14/Documentation/devicetree/bindings/iio/temperature/
Dmlx90614.txt13 to hold low in order to wake up the device. In normal operation, the
/linux-4.4.14/Documentation/RCU/
Drcuref.txt43 search_and_reference() could potentially hold reference to an element which
74 overkill, since we hold the update-side spinlock. One might instead
DlistRCU.txt18 Therefore, once the route has been computed, there is no need to hold
20 you can hold the routing table static all you want, but that won't keep
141 a spin_lock() and a spin_unlock(), but in this case, all callers hold
314 then you need to hold the per-entry lock across all of the code
Dlockdep-splat.txt69 case. Instead, we hold three locks, one of which might be RCU related.
DarrayRCU.txt54 function does not acquire any locks; instead its caller must hold the
Drcubarrier.txt16 such readers might hold a reference to them. RCU updates can therefore be
Dtrace.txt361 does not hold, so that "..>." indicates that no tasks
459 condition does not hold.
Drcu_dereference.txt157 we now hold.
DwhatisRCU.txt61 not start until readers no longer hold references to those data items.
80 c. At this point, there cannot be any readers who hold references
Dchecklist.txt308 and you don't hold the appropriate update-side lock, you -must-
/linux-4.4.14/Documentation/virtual/kvm/
Dmsr.txt19 in guest RAM. This memory is expected to hold a copy of the following
53 guest RAM, plus an enable bit in bit 0. This memory is expected to hold
167 data: Bits 63-6 hold 64-byte aligned physical address of a
205 hold a copy of the following structure:
238 interrupt is enabled (bit 0 set), bits 63-2 hold a 4-byte aligned
Dmmu.txt406 all VCPUs because it needs to hold the MMU lock.
428 invalidated. This also needs to hold the MMU lock while walking all
Dtimekeeping.txt130 sample and hold the count to be read in port 0x40;
/linux-4.4.14/net/wireless/
Dcore.h143 atomic_t hold; member
156 atomic_inc(&bss->hold); in cfg80211_hold_bss()
161 int r = atomic_dec_return(&bss->hold); in cfg80211_unhold_bss()
Dscan.c65 if (WARN_ON(atomic_read(&bss->hold))) in bss_free()
152 if (atomic_read(&bss->hold)) in __cfg80211_bss_expire()
612 !atomic_read(&bss->hold)) in cfg80211_get_bss()
/linux-4.4.14/arch/mips/include/asm/sn/sn0/
Dhubio.h544 hold: 1, /* entry is gathering inval acks */ member
592 hold: 1, /* entry is gathering inval acks */ member
891 hold: 1, /* 16: crb gathering invalidate acks*/ member
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/
Dsamsung-fimd.txt57 - wr-hold: clock cycles for the active period of CS is disabled until write
69 | wr-setup+1 | | wr-hold+1 |
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Daltr_socfpga.txt29 hold/delay times that is needed for the SD/MMC CIU clock. The values of both
/linux-4.4.14/Documentation/locking/
Dlockstat.txt32 <hold>
53 hold time min - shortest (non-0) time we ever held the lock
Dlocktorture.txt15 acquire the lock and hold it for specific amount of time, thus simulating
17 can be simulated by either enlarging this critical region hold time and/or
Dmutex-design.txt91 - Only one task can hold the mutex at a time.
/linux-4.4.14/include/video/
Dnewport.h539 #define DCB_CYCLES(setup,hold,width) \ argument
540 ((hold << DCB_CSHOLD_SHIFT) | \
/linux-4.4.14/drivers/spi/
Dspi-s3c24xx-fiq.S29 @ fiq_rtmp Temporary register to hold tx/rx data
Dspi-tegra114.c80 #define SPI_SETUP_HOLD(setup, hold) (((setup) << 4) | (hold)) argument
/linux-4.4.14/Documentation/devicetree/bindings/
DABI.txt20 1) Maintainers, don't let perfect be the enemy of good. Don't hold up a
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dsh-msiof.txt41 - renesas,syncdl : delay sync signal (hold) in transmit mode.
/linux-4.4.14/drivers/staging/speakup/
DDefaultKeyAssignments8 InsKeyPad-period means hold down the insert key like a shift key and
Dspkguide.txt183 do under DOS or Windows, you hold it like a shift key, and press other
195 In order to enter the Speakup help system, press and hold the speakup
226 can press and hold the caps lock key, while pressing an alternate
240 purpose, hold the shift key while toggling the caps lock on and off. We
253 and hold the speakup key, a.k.a. keypad insert, a.k.a. caps lock, while
422 a subdirectory named /speakup/KWD is created to hold parameters specific
831 type the word lynx, followed by a space. Now press and hold the speakup
836 The paste buffer will continue to hold the cut information, until a new
1276 plus such following pages as are needed to hold, legibly, the material
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/
Dat91_adc.txt28 - atmel,adc-sample-hold-time: Sample and Hold Time in microseconds
/linux-4.4.14/security/tomoyo/
DKconfig37 audit logs that the kernel can hold on memory.
/linux-4.4.14/drivers/atm/
Dnicstarmac.copyright28 * Fix is simple: make large buffers large enough to hold entire
/linux-4.4.14/Documentation/filesystems/
Dgfs2-glocks.txt68 The minimum hold time for each lock is the time after a remote lock
172 1. To be able to better set the glock "min hold time"
189 the lock min hold time.
Dadfs.txt27 does not hold the same meaning as the Linux 'execute' permission
Ddebugfs.txt25 of business will be to create at least one directory to hold a set of
47 should hold the file, data will be stored in the i_private field of the
Dfiemap.txt48 fm_mapped_extents count will hold the number of extents needed in
49 fm_extents[] to hold the file's current mapping. Note that there is
Dxfs-delayed-logging-design.txt69 filled (a log buffer can hold multiple transactions) or a synchronous operation
314 minimise the time we hold the CIL locked while writing the checkpoint
604 (or not pinning, as the case may be). Hence we must hold the CIL flush/commit
630 The amount of time a transaction commit needs to hold out a flush is a
635 separately to the pinning of objects could be used to reduce the hold time of
659 hold time once per transaction I think that contention is unlikely.
Ddirectory-locking84 blocked on source and it means that it doesn't hold any locks.
Dporting109 ->link() callers hold ->i_mutex on the object we are linking to. Some of your
506 hold a spinlock or other resources that do not allow a schedule.
Dcoda.txt283 memory for the request. Since the data buffer is re-used to hold the
976 to hold any name up to CFS_MAXNAMLEN (PATH or NAM??).
1613 much more delicate. User processes hold reference counts in Coda
Dext2.txt188 have been allocated to hold more files.
Dpath-lookup.txt21 the lock hold time significantly and affects performance in large SMP machines.
DLocking155 doesn't hold it when calling ->statfs() - superblock is pinned down
/linux-4.4.14/Documentation/filesystems/nfs/
DExporting9 point. Local applications have a reference-counted hold on suitable
12 such as NFS may not be able to hold such a reference, and so need a
Dpnfs.txt15 Each nfs_inode may hold a pointer to a cache of these layout
Drpc-cache.txt121 passed which should hold the content. If the item found by _lookup
/linux-4.4.14/fs/xfs/
Dxfs_trace.h315 __field(int, hold)
325 __entry->hold = atomic_read(&bp->b_hold);
336 __entry->hold,
388 __field(int, hold)
399 __entry->hold = atomic_read(&bp->b_hold);
409 __entry->hold,
432 __field(int, hold)
442 __entry->hold = atomic_read(&bp->b_hold);
454 __entry->hold,
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt14 descriptor pointers each channel fetch fifo can hold.
/linux-4.4.14/drivers/media/platform/coda/
Dcoda.h216 bool hold; member
Dcoda-bit.c221 ctx->hold = false; in coda_bitstream_try_queue()
242 (coda_get_bitstream_payload(ctx) >= 512) && !ctx->hold) in coda_fill_bitstream()
1932 ctx->hold = true; in coda_finish_decode()
1964 ctx->hold = true; in coda_finish_decode()
2022 ctx->hold = true; in coda_finish_decode()
Dcoda-common.c788 ctx->hold = false; in coda_decoder_cmd()
972 ctx->hold = true; in coda_pic_run_work()
1016 if (ctx->hold && !src_bufs) { in coda_job_ready()
/linux-4.4.14/Documentation/thermal/
Dnouveau_thermal31 * Critical: The GPU is put on hold to further lower power dissipation;
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dcpsw.txt16 - ale_entries : Specifies No of entries ALE can hold
/linux-4.4.14/Documentation/fmc/
Dfmc-chardev.txt5 character device (actually, one for each mezzanine it takes hold of).
/linux-4.4.14/arch/arm64/boot/dts/arm/
Djuno-base.dtsi141 i2c-sda-hold-time-ns = <500>;
/linux-4.4.14/Documentation/device-mapper/
Dpersistent-data.txt44 The only way you can get hold of a writable block through the
Ddm-raid.txt131 # No metadata devices specified to hold superblock/bitmap info
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dti-tsc-adc.txt56 ADC clock cycles to sample (to hold
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt219 (it appears that gcc can use ebx, esi and edi to hold register variables).
236 up to 8 more registers are used to hold constants in some configurations.
284 used to hold keys and input/output blocks to des.
287 used to hold full 768-bit key.
/linux-4.4.14/drivers/scsi/
Desp_scsi.h310 int hold; member
Desp_scsi.c579 if (lp->hold) { in esp_alloc_lun_tag()
589 lp->hold = 0; in esp_alloc_lun_tag()
594 lp->hold = 1; in esp_alloc_lun_tag()
604 if (lp->non_tagged_cmd || lp->hold) in esp_alloc_lun_tag()
2065 lp->hold = 0; in esp_clear_hold()
/linux-4.4.14/Documentation/infiniband/
Dcore_locking.txt105 ib_unregister_device() from process context. It must not hold any
Duser_mad.txt40 If the buffer passed is not large enough to hold the received
/linux-4.4.14/Documentation/mn10300/
DABI.txt76 this will point to a piece of memory large enough to hold the result of the
/linux-4.4.14/arch/powerpc/platforms/pseries/
DKconfig114 by allocating pages of memory and put them "on hold". This only
/linux-4.4.14/Documentation/input/
Djoystick-api.txt174 [As for version 1.2.8, the queue is circular and able to hold 64
246 Both JSIOCSCORR and JSIOCGCORR expect &js_corr to be able to hold
/linux-4.4.14/sound/synth/emux/
Dsoundfont.c1052 int attack, hold, decay, release; in load_guspatch() local
1055 hold = calc_gus_envelope_time in load_guspatch()
1071 (snd_sf_calc_parm_hold(hold) << 8) | in load_guspatch()
/linux-4.4.14/Documentation/firmware_class/
DREADME48 5), kernel: grows a buffer in PAGE_SIZE increments to hold the image as it
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.quirks63 not allow the other request to hold REQ asserted. The decision lock may
/linux-4.4.14/Documentation/networking/
Dnetlink_mmap.txt96 the ring is nm_frame_nr. The following invariants hold:
108 able to hold at least the frame header
Dpacket_mmap.txt249 can only hold an integer number of frames, or in other words, a frame cannot
259 the PACKET_MMAP buffer could hold only 32768 frames in a 32 bit architecture or
294 used to hold the pointers to each block.
360 and hence the buffer will have a 262144 MiB size. So it can hold
377 header called struct tpacket_hdr used in PACKET_MMAP to hold link level's frame
Dregulatory.txt144 kmalloc() a structure big enough to hold your regulatory domain
Ddccp.txt101 DCCP_SOCKOPT_SERVER_TIMEWAIT enables the server (listening socket) to hold
Dscaling.txt242 If an entry does not hold a valid CPU, then packets mapped to that entry
377 reduced, in particular for data cache lines that hold the sk_buff
Dtimestamping.txt266 ts[1] used to hold hardware timestamps converted to system time.
/linux-4.4.14/arch/m68k/fpsp040/
Dbugfix.S304 | The frame returned is idle. We must build a busy frame to hold
430 | The frame returned is idle. We must build a busy frame to hold
Dscale.S53 smi L_SCR1(%a6) |use L_SCR1 to hold sign
/linux-4.4.14/tools/virtio/virtio-trace/
DREADME14 The read/write threads hold it.
/linux-4.4.14/Documentation/nvmem/
Dnvmem.txt106 Before the consumers can read/write NVMEM directly, it should get hold
/linux-4.4.14/drivers/mtd/ubi/
DKconfig76 into one PEB. UBI will reserve PEBs to hold two fastmaps.
/linux-4.4.14/Documentation/powerpc/
Dfirmware-assisted-dump.txt107 to hold CPU state, HPTE region, boot memory dump and elfcore
172 Firmware-assisted dump feature uses sysfs file system to hold
Dcxlflash.txt308 hold is not relinquished. The user may also optionally exit the process
/linux-4.4.14/arch/arm/kernel/
Dentry-header.S112 @ store saved r12 using str to have a register to hold the base for stm
/linux-4.4.14/Documentation/s390/
DCommonIO108 Some views generated by the debug feature to hold various debug outputs.
/linux-4.4.14/Documentation/
Dassoc_array.txt210 The index_key argument should hold index key information and is
229 The index_key argument should hold index key information and is
453 To save memory, if a node can hold all the leaves in its portion of keyspace,
Dkref.txt181 The kref_put() return value is useful if you do not want to hold the
DDMA-API-HOWTO.txt106 can hold any valid DMA address for the platform and should be used
107 everywhere you hold a DMA address returned from the DMA mapping functions.
499 hold this in a data structure before you come to know the
Dvfio.txt78 a container class, which may hold one or more groups. A container
Ddma-buf-sharing.txt297 supply of kmap_atomic slots. Hence an importer shall only hold onto at most 2
Dadding-syscalls.txt270 so needs to parse areas of (__user) memory that could hold either 32-bit or
DDMA-API.txt21 A dma_addr_t can hold any valid DMA address for the platform. It can be
/linux-4.4.14/Documentation/dmaengine/
Dpxa_dma.txt98 buffers which hold around 6k descriptors or more. This also allows without
Dclient.txt116 drivers may hold a spinlock between a successful preparation and
Dprovider.txt141 * dev: should hold the pointer to the struct device associated
/linux-4.4.14/Documentation/arm/
DInterrupts37 SA1111 IRQ handler, SA1111 IRQs can hold off SMC9196 IRQs indefinitely.
/linux-4.4.14/arch/microblaze/
DKconfig240 page size to hold its contents and the difference between the
/linux-4.4.14/Documentation/scsi/
Dscsi-changer.txt33 storage - a slot which can hold a media.
Dosd.txt160 _osd_req_data_segment structures to hold the different segments allocation and
Dscsi_eh.txt43 Once LLDD gets hold of a scmd, either the LLDD will complete the
Dncr53c8xx.txt947 a Serial NVRAM. This memory is used to hold user set up parameters.
1456 serial NVRAM is used by Symbios and Tekram to hold set up parameters for the
/linux-4.4.14/Documentation/sound/alsa/
DProcfile.txt65 like pcm0p or pcm1c. They hold the PCM information for each PCM
/linux-4.4.14/arch/arm/nwfpe/
Dsoftfloat-specialize263 `high' and `low' values hold the most- and least-significant bits,
/linux-4.4.14/fs/jffs2/
DREADME.Locking157 by read-semaphore. But you must hold write-semaphore when updating,
/linux-4.4.14/Documentation/leds/
Dledtrig-transient.txt15 set a timer to hold a state, however when user space application crashes or
/linux-4.4.14/Documentation/spi/
Dspi-summary13 The three signal wires hold a clock (SCK, often on the order of 10 MHz),
180 a logical node which could hold class related state for the
524 Your controller driver may use spi_device.controller_state to hold
/linux-4.4.14/Documentation/video4linux/
Duvcvideo.txt207 must point to a valid writable buffer big enough to hold the indicated
/linux-4.4.14/net/ipx/
Daf_ipx.c186 goto hold; in ipxitf_find_using_net()
193 hold: in ipxitf_find_using_net()
/linux-4.4.14/Documentation/isdn/
DREADME.concap223 This might no longer hold for certain high speed WAN links (like
/linux-4.4.14/Documentation/driver-model/
Dplatform.txt105 field to hold additional information.
/linux-4.4.14/Documentation/security/
Dkeys.txt9 Keyrings are permitted; these are a special type of key that can hold links to
352 These files hold the maximum number of keys that root may have and the
359 These files hold the maximum number of keys that each non-root user may
1090 Furthermore, an RCU controlled payload must hold a struct rcu_head for the
1305 It is not safe to sleep in this method; the caller may hold spinlocks.
Dcredentials.txt411 Should it be necessary to hold another task's credentials for a long period of
/linux-4.4.14/Documentation/development-process/
D3.Early-stage69 When planning a kernel development project, it makes great sense to hold
/linux-4.4.14/lib/
DKconfig129 Most modern processors have enough cache to hold this table without
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx_osm.c2776 static void ahd_linux_set_hold_mcs(struct scsi_target *starget, int hold) in ahd_linux_set_hold_mcs() argument
2792 if (hold && spi_max_width(starget)) in ahd_linux_set_hold_mcs()
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db420 API-dev-hold
/linux-4.4.14/fs/befs/
DChangeLog29 * Fixed up some places where I assumed that a long int could hold
/linux-4.4.14/Documentation/vm/
Dfrontswap.txt236 and the possibility that it might hold no pages at all. This means
Dtranshuge.txt348 pmd_trans_huge() on the pmd returned by pmd_offset. You must hold the
Dnuma_memory_policy.txt338 we hold them mmap_sem for read. Again, because replacing the task or vma
Dunevictable-lru.txt441 sections above. Both processes (migration and m[un]locking) hold the page
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt315 belong to the same memcg. This only fails to hold when a task is migrated to a
718 behavior to hold the mutex too long, so we may need some trick.
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped393 /* The size of an array large to enough to hold all stacks, each with
1235 not large enough to hold the message. In that case, also set
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dilsp.S329 clr.l %d1 # %d1 will hold trial quotient
/linux-4.4.14/Documentation/block/
Dbiodoc.txt210 copy operations. [Note: This does not hold in the current implementation,
443 unsigned int bi_max; /* max bio_vecs we can hold
630 The bio_get() routine may be used to hold an extra reference on a bio prior
/linux-4.4.14/drivers/tty/serial/
Dcrisv10.c3134 *info->ocmdadr = IO_STATE(R_DMA_CH6_CMD, cmd, hold); in rs_send_xchar()
3136 IO_STATE_VALUE(R_DMA_CH6_CMD, cmd, hold)); in rs_send_xchar()
/linux-4.4.14/Documentation/x86/
Dboot.txt1065 must be __BOOT_DS; interrupt must be disabled; %esi must hold the base
1103 must be __BOOT_DS; interrupt must be disabled; %rsi must hold the base
/linux-4.4.14/arch/s390/
DKconfig774 by allocating pages of memory and put them "on hold". This only
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt335 a subsystem to trust ci_parent and cg_children while they hold the
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped390 /* The size of an array large to enough to hold all stacks, each with
1041 not large enough to hold the message. In that case, also set
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped384 /* The size of an array large to enough to hold all stacks, each with
1197 not large enough to hold the message. In that case, also set
/linux-4.4.14/drivers/char/
DKconfig208 Do not hold the button down for too long, as the driver does not
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_asm.S767 # XMM8 and TMP5 hold the values for the two operands
975 # XMM8 and TMP5 hold the values for the two operands
/linux-4.4.14/Documentation/filesystems/caching/
Dbackend-api.txt393 This is called to request that cache space be reserved to hold the data
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex309 number of discs the drive can hold simultaneously, if it is designed
957 \item Get hold of the files \cdromc\ and \cdromh, they should be in
/linux-4.4.14/arch/powerpc/
DKconfig545 page size to hold its contents and the difference between the

12