Home
last modified time | relevance | path

Searched full:hold (Results 1 – 25 of 1792) sorted by relevance

12345678910>>...72

/freebsd/sys/contrib/zlib/
H A Dinffast.c64 unsigned long hold; /* local strm->hold */ in inflate_fast() local
91 hold = state->hold; in inflate_fast()
102 hold += (unsigned long)(*in++) << bits; in inflate_fast()
104 hold += (unsigned long)(*in++) << bits; in inflate_fast()
107 here = lcode + (hold & lmask); in inflate_fast()
110 hold >>= op; in inflate_fast()
124 hold += (unsigned long)(*in++) << bits; in inflate_fast()
127 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast()
128 hold >>= op; in inflate_fast()
133 hold += (unsigned long)(*in++) << bits; in inflate_fast()
[all …]
H A Dinflate.c121 state->hold = 0; in inflateResetKeep()
231 state->hold = 0; in inflatePrime()
237 state->hold += (unsigned)value << state->bits; in inflatePrime()
450 hold = state->hold; \
461 state->hold = hold; \
468 hold = 0; \
478 hold += (unsigned long)(*next++) << bits; \
492 ((unsigned)hold & ((1U << (n)) - 1))
497 hold >>= (n); \
504 hold >>= bits & 7; \
[all …]
H A Dinfback.c126 hold = state->hold; \
137 state->hold = hold; \
144 hold = 0; \
168 hold += (unsigned long)(*next++) << bits; \
183 ((unsigned)hold & ((1U << (n)) - 1))
188 hold >>= (n); \
195 hold >>= bits & 7; \
248 unsigned long hold; /* bit buffer */ in inflateBack() local
271 hold = 0; in inflateBack()
317 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { in inflateBack()
[all …]
/freebsd/share/man/man9/
H A DPHOLD.928 .Nd hold a process
40 macro increments the hold count of a process, and the
42 macro decrements the hold count of a process.
44 If a process with a non-zero hold count attempts to exit, it will sleep until
45 its hold count has reached zero before the kernel begins releasing resources
47 Once a process has started exiting, it is invalid to increase its hold count.
48 Thus, callers must not attempt to hold a process that has the
52 process with a non-zero hold count.
H A DLOCK_PROFILING.968 In addition, the average hold time and average wait time are derived
69 from the total hold time
88 The longest continuous hold time in microseconds.
92 The total (accumulated) hold time in microseconds.
98 The average hold time in microseconds, derived from the total hold time
185 will lead to much higher lock hold times and contention in profiling output.
H A Drwlock.9217 The current thread must hold a shared lock of
225 and the current thread will hold an exclusive lock.
229 and the current thread will still hold a shared lock.
232 The current thread must hold an exclusive lock of
293 Assert that the current thread does not hold a recursive lock of
318 cannot assert whether the current thread does or does not hold a read lock.
328 can only assert that the current thread does not hold a write lock.
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-hold.837 .Nm zfs-hold
38 .Nd hold ZFS snapshots to prevent their removal
41 .Cm hold
57 .Cm hold
67 If a hold exists on a snapshot, attempts to destroy that snapshot by using the
73 Specifies that a hold with the given tag is applied recursively to the snapshots
102 If a hold exists on a snapshot, attempts to destroy that snapshot by using the
108 Recursively releases a hold with the given tag on the snapshots of all
H A Dzfs-release.837 .Nm zfs-hold
38 .Nd hold ZFS snapshots to prevent their removal
41 .Cm hold
57 .Cm hold
67 If a hold exists on a snapshot, attempts to destroy that snapshot by using the
73 Specifies that a hold with the given tag is applied recursively to the snapshots
102 If a hold exists on a snapshot, attempts to destroy that snapshot by using the
108 Recursively releases a hold with the given tag on the snapshots of all
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_012_pos.ksh23 # Deferred destroyed snapshots remain until the last hold is released.
26 # 2. 'zfs hold <tag1> <snap>'
40 log_must zfs hold zfstest1 $snap
45 log_must zfs hold zfstest2 $snap
46 log_mustnot zfs hold zfstest1 $snap
47 log_mustnot zfs hold zfstest2 $snap
60 log_assert "deferred destroyed snapshots remain until last hold is released"
75 log_pass "deferred destroyed snapshots remain until last hold is released"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_holds.ksh40 # 10. Create an incremental snapshot and place a hold on it.
77 # Check if hold exists on the specified dataset.
79 function check_hold #<snapshot> <hold>
82 typeset hold=$2
84 log_note "checking $dataset for $hold"
85 eval "zfs holds $dataset |grep -q $hold"
125 log_must zfs hold hold1-1 $init_snap
126 log_must zfs hold hold1-2 $init_snap
145 log_must zfs hold hold2-1 $inc_snap
152 log_note "Verify the hold was received from the incremental send."
[all …]
/freebsd/contrib/ntp/html/
H A Dclock.html19 <li class="inline"><a href="#hold">Hold Timer</a></li>
26 … thresholds: <em>panic</em>, <em>step</em> and <em>stepout</em>, and one timer: <em>hold</em>.</p>
34 <h4 id="hold">Hold Timer</h4>
35hold timer is used to suppress frequency adjustments during the training and startup intervals des…
42 …scipline. If not, it begins after the training interval. It ends when the hold timer decrements to…
52 <dd> Load the frequency file, initialize the hold timer and continue in SYNC state.</dd>
54 <dd>Initialize the hold timer and continue in FREQ state.</dd>
56 …out threshold. When this happens, calculate the frequency, initialize the hold counter and transit…
60 …/frequency feedback loop. However, do not discipline the frequency if the hold timer is nonzero.</…
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dmax98504.txt20 applied during the "attack hold" and "timed hold" phase, the value must be
22 - maxim,brownout-attack-hold-ms - the brownout attack hold phase time in ms,
24 - maxim,brownout-timed-hold-ms - the brownout timed hold phase time in ms,
H A Dmaxim,max98504.yaml44 Brownout attenuation to the speaker gain applied during the "attack hold"
45 and "timed hold" phase, the value must be from 0...6 (dB) range.
47 maxim,brownout-attack-hold-ms:
51 Brownout attack hold phase time in ms, VBATBROWN_ATTK_HOLD, register 0x0018.
53 maxim,brownout-timed-hold-ms:
57 Brownout timed hold phase time in ms, VBATBROWN_TIME_HOLD, register 0x0019.
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_get_cie_info.363 should point to a location that will hold the length in bytes of
68 should point to a location that will hold the version number of
78 should point to a location that will hold the code alignment
83 should point to a location that will hold the data alignment
88 should point to a location that will hold the return address
99 should point to a location that will hold the length in bytes
H A Ddwarf_dieoffset.387 should point to the location that is to hold the returned offset.
100 should point to a location that will hold the returned offset.
103 should point to a location that will hold the returned length of the
117 should point to a location that is to hold the returned
138 points to a location that will hold the returned offset.
160 points to a location that will hold the returned offset.
/freebsd/contrib/dialog/samples/copifuncs/
H A Dcopi.ifmcfg412 # Possible options are "[No]Call", "[No]Hold", "[No]PUA", "[No]EMSI",
16 # be disallowed (because they are mandatory by standard). "Hold"
17 # means really hold "hold" type packets and files: do not send them
18 # if our system initiated the session, "NoHold" means send "hold"
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi-props.yaml92 st,fmc2-ebi-cs-address-hold-ns:
93 description: This property defines the duration of the address hold
105 st,fmc2-ebi-cs-data-hold-ns:
106 description: This property defines the duration of the data hold phase
121 st,fmc2-ebi-cs-write-address-hold-ns:
122 description: This property defines the duration of the address hold
134 st,fmc2-ebi-cs-write-data-hold-ns:
135 description: This property defines the duration of the data hold phase
H A 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>;
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dqcom,ebi2.txt82 - qcom,xmem-write-hold-cycles: write hold cycles, these are extra cycles
84 WE is asserted until CS is asserted. With a hold of 1 (value = 0), the CS
96 - qcom,xmem-address-hold-enable: this is a boolean property stating that we
97 shall hold the address for an extra cycle to meet hold time requirements
102 - qcom,xmem-read-hold-cycles: the length in cycles of the first segment of a
132 qcom,xmem-write-hold-cycles = <3>;
/freebsd/sys/contrib/device-tree/src/arc/
H A Dabilis_tb100_dvk.dts37 i2c-sda-hold-time-ns = <432>;
40 i2c-sda-hold-time-ns = <432>;
43 i2c-sda-hold-time-ns = <432>;
46 i2c-sda-hold-time-ns = <432>;
49 i2c-sda-hold-time-ns = <432>;
H A Dabilis_tb101_dvk.dts37 i2c-sda-hold-time-ns = <432>;
40 i2c-sda-hold-time-ns = <432>;
43 i2c-sda-hold-time-ns = <432>;
46 i2c-sda-hold-time-ns = <432>;
49 i2c-sda-hold-time-ns = <432>;
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.list_holds.ksh55 # Create a hold
56 log_must zfs hold $TESTHOLD $SNAP
68 log_must zfs hold $TESTHOLD1 $SNAP
69 log_must zfs hold $TESTHOLD2 $SNAP
70 log_must zfs hold $TESTHOLD3 $SNAP
/freebsd/contrib/ntp/ntpd/
H A Dntp_scanner.h53 * Define a structure to hold the FSA for the keywords.
61 * The lowest 8 bits hold the character the state matches on.
62 * Bits 8 and 9 hold the followedby value (0 - 3). For non-accepting
67 * Bits 10 through 20 hold the next state to check not matching
69 * Bits 21 through 31 hold the next state to check matching the char.
91 /* Structure to hold a filename, file pointer and positional info.
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A 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
/freebsd/contrib/unbound/util/storage/
H A Dlruhash.h70 * o unlock the entry if you hold the lock already.
200 * To change overflow_next you need to hold the bin lock.
201 * To change the lru items you need to hold the hashtable lock.
279 * At the end of the function you hold a (read/write)lock on the entry.
295 * Caller must hold hash table lock. The entry must be inserted already.
322 * Caller must hold hash table lock. The entry must be inserted already.
390 * Caller must hold hash table lock.
404 * Caller must not hold bin locks.
413 * Caller must hold the hash table lock. Must not hold any bin locks.
421 * Caller must hold hash table lock.
[all …]

12345678910>>...72