Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 2555) sorted by relevance

12345678910>>...103

/f-stack/dpdk/lib/librte_telemetry/
H A Dtelemetry_json.h50 return used + __json_snprintf(buf + used, len - used, "[]"); in rte_tel_json_empty_array()
57 return used + __json_snprintf(buf + used, len - used, "{}"); in rte_tel_json_empty_obj()
64 return used + __json_snprintf(buf + used, len - used, "\"%s\"", str); in rte_tel_json_str()
77 return ret == 0 ? used : end + ret; in rte_tel_json_add_array_string()
89 return ret == 0 ? used : end + ret; in rte_tel_json_add_array_int()
102 return ret == 0 ? used : end + ret; in rte_tel_json_add_array_u64()
118 return ret == 0 ? used : end + ret; in rte_tel_json_add_array_json()
129 int ret, end = used - 1; in rte_tel_json_add_obj_u64()
147 int ret, end = used - 1; in rte_tel_json_add_obj_int()
165 int ret, end = used - 1; in rte_tel_json_add_obj_str()
[all …]
H A Dtelemetry.c139 size_t used = 0; in container_to_json() local
150 buf_len, used, in container_to_json()
155 buf_len, used, in container_to_json()
160 buf_len, used, in container_to_json()
162 return used; in container_to_json()
198 buf_len, used, in output_json()
203 buf_len, used, in output_json()
208 buf_len, used, in output_json()
228 used += strlcat(out_buf + used, "}", sizeof(out_buf) - used); in output_json()
244 buf_len, used, in output_json()
[all …]
/f-stack/dpdk/app/test/
H A Dtest_telemetry_json.c15 int used = 0; in test_basic_array() local
18 used = rte_tel_json_empty_array(buf, sizeof(buf), used); in test_basic_array()
22 used = rte_tel_json_add_array_string(buf, sizeof(buf), used, in test_basic_array()
24 used = rte_tel_json_add_array_int(buf, sizeof(buf), used, 42); in test_basic_array()
37 int used = 0; in test_basic_obj() local
39 used = rte_tel_json_add_obj_u64(buf, sizeof(buf), used, in test_basic_obj()
41 used = rte_tel_json_add_obj_u64(buf, sizeof(buf), used, in test_basic_obj()
60 used = rte_tel_json_add_array_string(buf, sizeof(buf), used, in test_overflow_array()
82 used = rte_tel_json_add_obj_u64(buf, sizeof(buf), used, in test_overflow_obj()
100 int used = 0; in test_large_array_element() local
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies_002_pos.ksh79 used=$(get_prop used $TESTPOOL/fs_$val)
80 check_used $used $val
91 (( used = blks * $blksize )) # bytes
92 check_used $used $val
98 used=`df -m /$TESTPOOL/fs_$val | grep $TESTPOOL/fs_$val \
103 (( used = used * 1024 )) # kb -> bytes
105 check_used $used $val
111 used=`du -h /$TESTPOOL/fs_$val/$FILE | awk '{print $1}'`
113 used=`du -k /$TESTPOOL/fs_$val/$FILE | awk '{print $1}'`
114 (( used = used * 1024 )) # kb -> bytes
[all …]
H A Dzfs_copies.kshlib60 typeset -i used
65 ((used = $charged_spc / 1024 / 1024))
66 ((cfactor = used / fsize))
128 pre_used=$(get_prop used $vol)
137 post_used=$(get_prop used $vol)
141 post_used=$(get_prop used $vol)
144 ((used = post_used - pre_used))
145 if ((used < nfilesize)); then
147 "copies as $copies ($used < $nfilesize)" \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/refquota/
H A Drefquota_003_pos.ksh65 typeset -i used quota refquota
66 used=$(get_prop used $fs)
68 ((used = used / (1024 * 1024)))
70 if [[ $used -lt $refquota ]]; then
71 log_fail "ERROR: $used < $refquota subfs quotas are limited by refquota"
75 used=$(get_prop used $fs)
77 ((used = used / (1024 * 1024)))
79 if [[ $used -gt $quota ]]; then
80 log_fail "ERROR: $used > $quota subfs quotas aren't limited by quota"
H A Drefquota_002_pos.ksh65 typeset -i used quota
66 used=$(get_prop used $fs)
68 ((used = used / (1024 * 1024)))
70 if [[ $used -ne $quota ]]; then
71 log_fail "ERROR: $used -ne $quota Quotas are not limited by quota"
82 used=$(get_prop used $fs)
84 ((used = used / (1024 * 1024)))
86 if [[ $used -ne $refquota ]]; then
87 log_fail "ERROR: $used -ne $refquota Quotas are not limited by refquota"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapused/
H A Dsnapused.kshlib43 used=$(get_prop used $dataset)
50 if ((used != used_sum)); then
51 log_fail "$dataset: used($used) is not the sum($used_sum) of usedby*"
80 used=$(get_prop used $child)
81 if ((reservation > used)); then
84 ((usedbychildren_sum += used))
177 used=$(get_prop used $child)
178 ((usedbysnapshots_sum += used))
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/upgrade/
H A Dupgrade_projectquota_001_pos.ksh68 zfs projectspace -o used $TESTPOOL | grep -q "USED" &&
87 zfs projectspace -o used $TESTPOOL | grep -q "USED" &&
93 zfs projectspace -o used $TESTPOOL/fs1 | grep -q "USED" ||
99 zfs projectspace -o used $TESTPOOL/fs2 | grep -q "USED" ||
104 zfs projectspace -o used $TESTPOOL/fs3 | grep -q "USED" &&
110 zfs projectspace -o used $TESTPOOL/fs3 | grep -q "USED" ||
119 zfs projectspace -o used $TESTPOOL | grep -q "USED" &&
125 zfs projectspace -o used $TESTPOOL | grep -q "USED" ||
/f-stack/freebsd/contrib/zlib/
H A Dinftrees.c47 unsigned used; /* code entries in table used */ local
205 used = 1U << root; /* use root table entries */
206 mask = used - 1; /* mask for comparing low */
209 if ((type == LENS && used > ENOUGH_LENS) ||
210 (type == DISTS && used > ENOUGH_DISTS))
277 used += 1U << curr;
278 if ((type == LENS && used > ENOUGH_LENS) ||
279 (type == DISTS && used > ENOUGH_DISTS))
301 *table += used;
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Ddict.c69 ht->used = 0; in _dictReset()
94 if (ht->used > size) in dictExpand()
105 n.used = ht->used; in dictExpand()
106 for (i = 0; i < ht->size && ht->used > 0; i++) { in dictExpand()
121 ht->used--; in dictExpand()
126 assert(ht->used == 0); in dictExpand()
152 ht->used++; in dictAdd()
203 ht->used--; in dictDelete()
217 for (i = 0; i < ht->size && ht->used > 0; i++) { in _dictClear()
226 ht->used--; in _dictClear()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djemalloc-config.in11 --config : Print configure options used to build jemalloc.
18 --cc : Print compiler used to build jemalloc.
19 --cflags : Print compiler flags used to build jemalloc.
20 --cppflags : Print preprocessor flags used to build jemalloc.
21 --cxxflags : Print C++ compiler flags used to build jemalloc.
22 --ldflags : Print library flags used to build jemalloc.
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_fbarray.c120 bool used) in find_next_n() argument
175 if (!used) in find_next_n()
226 if (!used) in find_next_n()
297 if (!used) in find_next()
349 if (!used) in find_contig()
386 bool used) in find_prev_n() argument
438 if (!used) in find_prev_n()
501 if (!used) in find_prev_n()
574 if (!used) in find_prev()
621 if (!used) in find_rev_contig()
[all …]
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-check-defines.h63 #warning WARNING: default CVMX_HELPER_FIRST_MBUFF_SKIP used. Defaults deprecated, please set in ex…
70 #warning WARNING: default CVMX_HELPER_NOT_FIRST_MBUFF_SKIP used. Defaults deprecated, please set i…
79 #warning WARNING: default CVMX_HELPER_ENABLE_IPD used. Defaults deprecated, please set in executiv…
85 #warning WARNING: default CVMX_HELPER_INPUT_TAG_TYPE used. Defaults deprecated, please set in exec…
90 #warning WARNING: default CVMX_HELPER_INPUT_PORT_SKIP_MODE used. Defaults deprecated, please set i…
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/cpm/
H A Di2c.txt13 - clock-frequency : Can be used to set the i2c clock frequency. If
14 unspecified, a default frequency of 60kHz is being used.
15 The following two properties are deprecated. They are only used by legacy
17 - linux,i2c-index : Can be used to hard code an i2c bus number. By default,
19 - linux,i2c-class : Can be used to override the i2c class. The class is used
22 being used. The definition of the classes can be found in
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Das3711.txt23 feedback used:
24 - su2-feedback-voltage : voltage feedback is used
25 - su2-feedback-curr1 : CURR1 input used for current feedback
26 - su2-feedback-curr2 : CURR2 input used for current feedback
27 - su2-feedback-curr3 : CURR3 input used for current feedback
31 - su2-fbprot-lx-sd4 : LX_SD4 is used for over-voltage protection
32 - su2-fbprot-gpio2 : GPIO2 is used for over-voltage protection
33 - su2-fbprot-gpio3 : GPIO3 is used for over-voltage protection
34 - su2-fbprot-gpio4 : GPIO4 is used for over-voltage protection
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dronbo,rb070d30.yaml20 description: GPIO used for the power pin
24 description: GPIO used for the reset pin
28 description: GPIO used for the shlr pin (horizontal flip)
32 description: GPIO used for the updn pin (vertical flip)
39 description: Backlight used by the panel
/f-stack/freebsd/contrib/device-tree/Bindings/soc/rockchip/
H A Dgrf.txt3 The general register file will be used to do static set by software, which
7 - GRF, used for general non-secure system,
8 - SGRF, used for general secure system,
9 - PMUGRF, used for always on system
14 - GRF, used for general non-secure system,
15 - SGRF, used for general secure system,
16 - DETECTGRF, used for audio codec system,
17 - COREGRF, used for pvtm,
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dmmci.txt7 by mmc.txt and the properties used by the mmci driver. Using "st" as
23 - st,sig-dir-dat0 : bus signal direction pin used for DAT[0].
24 - st,sig-dir-dat2 : bus signal direction pin used for DAT[2].
25 - st,sig-dir-dat31 : bus signal direction pin used for DAT[3] and DAT[1].
26 - st,sig-dir-dat74 : bus signal direction pin used for DAT[4] to DAT[7].
27 - st,sig-dir-cmd : cmd signal direction pin used for CMD.
28 - st,sig-pin-fbclk : feedback clock signal pin used.
32 block is present and used for tuning.
33 - st,sig-dir : signal direction polarity used for cmd, dat0 dat123.
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Damlogic,meson-g12a-usb-ctrl.yaml77 description: VBUS power supply when used in OTG switchable mode
109 - const: usb2-phy0 # USB2 PHY0 if USBHOST_A port is used
110 - const: usb2-phy1 # USB2 PHY1 if USBOTG_B port is used
111 - const: usb3-phy0 # USB3 PHY if USB3_0 is used
128 - const: usb2-phy0 # USB2 PHY0 if USBHOST_A port is used
129 - const: usb2-phy1 # USB2 PHY1 if USBOTG_B port is used
148 - const: usb2-phy0 # USB2 PHY0 if USBHOST_A port is used
149 - const: usb2-phy1 # USB2 PHY1 if USBOTG_B port is used
150 - const: usb2-phy2 # USB2 PHY2 if USBOTG_C port is used
164 - const: usb2-phy1 # USB2 PHY1 if USBOTG_B port is used
/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtqueue.h111 ((uint16_t)((vq)->vq_ring.used->idx - (vq)->vq_used_cons_idx))
140 return !(vq->vq_ring.used->flags & VRING_USED_F_NO_NOTIFY); in virtqueue_kick_prepare()
159 used_idx = (vq)->vq_ring.used->idx; \
167 (vq)->vq_used_cons_idx, (vq)->vq_ring.used->idx, \
168 (vq)->vq_ring.avail->flags, (vq)->vq_ring.used->flags); \
/f-stack/app/redis-5.0.5/src/
H A Ddict.c107 ht->used = 0; in _dictReset()
140 minimal = d->ht[0].used; in dictResize()
164 n.used = 0; in dictExpand()
212 d->ht[0].used--; in dictRehash()
213 d->ht[1].used++; in dictRehash()
313 ht->used++; in dictAddRaw()
369 if (d->ht[0].used == 0 && d->ht[1].used == 0) return NULL; in dictGenericDelete()
457 ht->used--; in _dictClear()
481 if (d->ht[0].used + d->ht[1].used == 0) return NULL; /* dict is empty */ in dictFind()
1016 if (d->ht[0].used + d->ht[1].used == 0) return NULL; /* dict is empty */ in dictFindEntryRefByPtrAndHash()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,dove-pinctrl.txt67 pmic(sdi) Pin is used for PMIC SDI
68 cpu-pwr-down Pin is used for CPU_PWRDWN
69 standby-pwr-down Pin is used for STBY_PWRDWN
70 core-pwr-good Pin is used for CORE_PWR_GOOD (Pins 0-7 only)
71 cpu-pwr-good Pin is used for CPU_PWR_GOOD (Pins 8-15 only)
72 bat-fault Pin is used for BATTERY_FAULT
73 ext0-wakeup Pin is used for EXT0_WU
74 ext1-wakeup Pin is used for EXT0_WU
75 ext2-wakeup Pin is used for EXT0_WU
76 pmu-blink Pin is used for blink function
/f-stack/freebsd/contrib/device-tree/Bindings/leds/backlight/
H A Dled-backlight.txt3 This binding is used to describe a basic backlight device made of LEDs.
4 It can also be used to describe a backlight device controlled by the output of
14 This is used to translate a backlight brightness level
16 identity mapping is used.
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_md5.c33 size_t used, free; in ngx_md5_update() local
35 used = (size_t) (ctx->bytes & 0x3f); in ngx_md5_update()
38 if (used) { in ngx_md5_update()
39 free = 64 - used; in ngx_md5_update()
64 size_t used, free; in ngx_md5_final() local
66 used = (size_t) (ctx->bytes & 0x3f); in ngx_md5_final()
68 ctx->buffer[used++] = 0x80; in ngx_md5_final()
70 free = 64 - used; in ngx_md5_final()
73 ngx_memzero(&ctx->buffer[used], free); in ngx_md5_final()
75 used = 0; in ngx_md5_final()
[all …]

12345678910>>...103