Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 25 of 90) sorted by relevance

1234

/f-stack/app/redis-5.0.5/utils/hashtable/
H A Drehashing.c76 int requested = rand() % (dictSize(d)+1); in stressGetKeys() local
77 int returned = dictGetSomeKeys(d, des, requested); in stressGetKeys()
88 if (requested == returned && dup == 0) { in stressGetKeys()
93 requested, returned, dup); in stressGetKeys()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_irq.c73 if (irq->requested) { in bnxt_free_int()
86 irq->requested = 0; in bnxt_free_int()
176 if (!irq->requested) { in bnxt_request_int()
181 irq->requested = 1; in bnxt_request_int()
H A Dbnxt_irq.h12 uint8_t requested; member
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_dynmem.c368 unsigned int requested, available; in eal_dynmem_calc_num_pages_per_socket() local
508 requested = (unsigned int)( in eal_dynmem_calc_num_pages_per_socket()
510 available = requested - in eal_dynmem_calc_num_pages_per_socket()
514 socket, requested, available); in eal_dynmem_calc_num_pages_per_socket()
521 requested = (unsigned int)(internal_conf->memory / 0x100000); in eal_dynmem_calc_num_pages_per_socket()
522 available = requested - (unsigned int)(total_mem / 0x100000); in eal_dynmem_calc_num_pages_per_socket()
525 requested, available); in eal_dynmem_calc_num_pages_per_socket()
/f-stack/freebsd/contrib/device-tree/Bindings/spmi/
H A Dqcom,spmi-pmic-arb.txt39 cell 1: slave ID for the requested interrupt (0-15)
40 cell 2: peripheral ID for requested interrupt (0-255)
41 cell 3: the requested peripheral interrupt (0-7)
/f-stack/freebsd/contrib/device-tree/Bindings/hwmon/
H A Dmax6650.txt16 - maxim,fan-target-rpm: Initial requested fan rotation speed. If specified, the
17 driver selects closed-loop mode and the requested speed.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtelemetry_lib.rst10 response containing the requested telemetry information.
16 format, when requested.
50 parameter is then used in a comparison to decide which command was requested,
69 /* Build up port data requested for command 1 */
71 /* Build up port data requested for command 2 */
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Datmel-hlcdc.txt12 - clock-names: the name of the 3 clocks requested by the HLCDC device.
14 - clocks: should contain the 3 clocks requested by the HLCDC device.
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dimx31-clock.yaml88 interrupt for DVFS when a frequency change is requested, request 2 is
89 to generate interrupt for DPTC when a voltage change is requested.
H A Dti,cdce925.txt34 present, the clock runs at the requested frequency on average. Otherwise
35 the requested frequency is the maximum value of the SCC range.
H A Dfsl,plldig.yaml34 the requested frequency. To work around this restriction the user may specify
/f-stack/dpdk/examples/
H A Dmeson.build60 allow_skips = false # error out if we can't build a requested app
98 error('Cannot build requested example "' + name + '"')
/f-stack/freebsd/contrib/device-tree/Bindings/pci/
H A Dmobiveil-pcie.txt21 - apio-wins : number of requested apio outbound windows
25 - ppio-wins : number of requested ppio inbound windows
/f-stack/dpdk/kernel/linux/
H A Dmeson.build22 error('Cannot compile kernel modules as requested - are kernel headers installed?')
/f-stack/freebsd/contrib/openzfs/.github/
H A Dno-response.yml6 responseRequiredLabel: "Status: Feedback requested"
/f-stack/freebsd/contrib/device-tree/Bindings/iio/humidity/
H A Dhts221.txt11 If the requested interrupt is configured as IRQ_TYPE_LEVEL_HIGH or
/f-stack/dpdk/doc/guides/nics/
H A Dena.rst94 This is the requested number of queues upon initialization, however, the actual
96 the maximal number supported by the device and number of queues requested.
100 This is the requested size of receive/transmit queues, while the actual size
101 will be the minimum between the requested size and the maximal receive/transmit
H A Dnull.rst9 On Rx it returns requested number of empty packets (all zero). On Tx it just frees all sent packets.
/f-stack/freebsd/opencrypto/
H A Dcryptodev_if.m47 * the driver supports the algorithms and mode requested by the
50 * If the driver does not support a session with the requested
53 * If the driver does support a session with the requested parameters,
/f-stack/freebsd/contrib/openzfs/config/
H A Dnls.m425 AC_MSG_CHECKING([whether NLS is requested])
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Damlogic,meson-gx.txt22 clock rate requested by the MMC core.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_cat.rst85 PQOS: CDP requested but not supported.
193 the requested parameters and configures CAT accordingly.
199 calls. When all capability and topology information is collected, the requested
/f-stack/freebsd/contrib/device-tree/Bindings/iio/imu/
H A Dst_lsm6dsx.txt29 If the requested interrupt is configured as IRQ_TYPE_LEVEL_HIGH or
/f-stack/dpdk/doc/guides/tools/
H A Dtesteventdev.rst325 | | | nb_stages | user requested sched type list(--stlist)|
352 list requested by the user through ``--stlist`` the command line argument.
440 | | | | user requested sched type list(--stlist)|
533 | | | * nb_stages) + | user requested sched type list(--stlist)|
576 list requested by the user through ``--stlist`` the command line argument.
645 | | | x | user requested sched type list(--stlist)|
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dingenic,dma.yaml55 requested by a client. The primary use for this is channels 0 and

1234