Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 25 of 146) sorted by relevance

123456

/Zephyr-latest/samples/net/sockets/websocket_client/src/
Dmain.c145 size_t amount; in how_much_to_send() local
148 amount = sys_rand32_get() % max_len; in how_much_to_send()
149 } while (amount == 0U); in how_much_to_send()
151 return amount; in how_much_to_send()
165 static void recv_data_wso_api(int sock, size_t amount, uint8_t *buf, in recv_data_wso_api() argument
197 if (remaining != 0 || total_read != amount || in recv_data_wso_api()
199 memcmp(lorem_ipsum, buf, amount - 1) != 0) { in recv_data_wso_api()
201 proto, amount, total_read, remaining); in recv_data_wso_api()
209 static void recv_data_bsd_api(int sock, size_t amount, uint8_t *buf, in recv_data_bsd_api() argument
215 remaining = amount; in recv_data_bsd_api()
[all …]
/Zephyr-latest/drivers/disk/nvme/
DKconfig21 This sets the amount of allocated admin queue entries.
29 This sets the amount of allocated I/O queues.
37 This sets the amount of allocated IO queue entries.
44 This sets the amount of possible retries per-request.
59 This sets the amount of pre-allocated PRP list. Each list
62 on this number as it may take a sensible amount of memory.
/Zephyr-latest/tests/bluetooth/df/common/src/
Dradio_df_stub.c92 void ut_radio_df_iq_samples_amount_set(uint32_t amount) in ut_radio_df_iq_samples_amount_set() argument
94 g_iq_samples_amount = amount; in ut_radio_df_iq_samples_amount_set()
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/
Dsocket_dumb_http.c49 static void sleep_after_error(unsigned int amount) in sleep_after_error() argument
52 k_msleep(amount); in sleep_after_error()
54 usleep(amount * 1000U); in sleep_after_error()
/Zephyr-latest/tests/unit/list/
Ddlist.c84 static inline bool verify_content_amount(sys_dlist_t *list, int amount) in verify_content_amount() argument
104 if (sys_dlist_len(list) != amount) { in verify_content_amount()
113 if (count != amount) { in verify_content_amount()
122 if (count != amount) { in verify_content_amount()
131 if (count != amount) { in verify_content_amount()
140 if (count != amount) { in verify_content_amount()
Dsflist.c85 static inline bool verify_content_amount(sys_sflist_t *list, int amount) in verify_content_amount() argument
105 if (sys_sflist_len(list) != amount) { in verify_content_amount()
114 if (count != amount) { in verify_content_amount()
123 if (count != amount) { in verify_content_amount()
132 if (count != amount) { in verify_content_amount()
141 if (count != amount) { in verify_content_amount()
Dslist.c85 static inline bool verify_content_amount(sys_slist_t *list, int amount) in verify_content_amount() argument
105 if (sys_slist_len(list) != amount) { in verify_content_amount()
114 if (count != amount) { in verify_content_amount()
123 if (count != amount) { in verify_content_amount()
132 if (count != amount) { in verify_content_amount()
141 if (count != amount) { in verify_content_amount()
/Zephyr-latest/subsys/net/lib/tls_credentials/
DKconfig.shell18 The amount of preallocated buffer (in bytes) used for storing and retrieving credentials.
31 The amount of preallocated buffer (in bytes) for temporarily storing credential digests.
/Zephyr-latest/lib/libc/newlib/
DKconfig19 On MMU-based systems, indicates the maximum amount of memory which
20 will be used for the newlib malloc() heap. The actual amount of
21 memory used will be the minimum of this value and the amount of
29 Specifies the amount of memory space that must be available for the
/Zephyr-latest/doc/develop/languages/c/
Dnewlib.rst98 Newlib internal heap allocator memory pool size does not exceed the amount of
105 The amount of memory space available for the Newlib heap depends on the system
108 * When MMU is enabled (:kconfig:option:`CONFIG_MMU` is selected), the amount of
116 set to a non-zero value), the amount of memory space reserved for the Newlib
119 * Otherwise, the amount of memory space reserved for the Newlib heap is equal
120 to the amount of free (unallocated) memory in the SRAM region.
/Zephyr-latest/drivers/crypto/
DKconfig.si3217 This can be used to tweak the amount of sessions the driver
DKconfig.mcux_dcp20 This can be used to tweak the amount of sessions the driver
DKconfig.stm3220 This can be used to tweak the amount of sessions the driver
DKconfig41 This can be used to tweak the amount of sessions the driver
74 This can be used to tweak the amount of sessions the driver
/Zephyr-latest/subsys/net/lib/tftp/
DKconfig22 int "Maximum amount of time the TFTP Client will wait for a response from the server."
25 Maximum amount of time (in msec) that the TFTP Client will wait for
/Zephyr-latest/soc/nxp/kinetis/
DKconfig59 Selects the amount to divide down the external reference clock for the PLL.
67 Selects the amount to divide the VCO output of the PLL. The VDIV 0 bits
76 Selects the amount to divide down the fast internal reference clock. The
84 Selects the amount to divide down the external reference clock for the
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_interface.h64 size_t amount,
/Zephyr-latest/samples/net/mqtt_publisher/
DKconfig21 send NET_SAMPLE_APP_MAX_ITERATIONS amount of MQTT sample messages.
/Zephyr-latest/samples/basic/hash_map/
DKconfig15 Of course, using realloc(), we are limited by the amount of available
/Zephyr-latest/doc/kernel/data_structures/
Dmpsc_pbuf.rst11 Packet is produced in two steps: first requested amount of data is allocated,
23 * **Overwrite** - oldest entries are dropped until requested amount of memory can
25 * **No overwrite** - When requested amount of space cannot be allocated,
72 If overwrite is enabled, oldest packets are dropped until requested amount of
/Zephyr-latest/drivers/mdio/
DKconfig.nxp_enet_qos26 The amount of time in microseconds that the driver should
/Zephyr-latest/drivers/usb/uhc/
DKconfig33 Total amount of memory available for UHC buffers.
/Zephyr-latest/soc/intel/intel_adsp/
DKconfig.defconfig20 # console can't handle the amount of data coming from many tests, so introduce
/Zephyr-latest/soc/espressif/esp32c2/
DKconfig24 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
/Zephyr-latest/tests/lib/hash_map/
DKconfig15 Of course, using realloc(), we are limited by the amount of available

123456