/Zephyr-latest/samples/net/sockets/websocket_client/src/ |
D | main.c | 145 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/ |
D | Kconfig | 21 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/ |
D | radio_df_stub.c | 92 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/ |
D | socket_dumb_http.c | 49 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/ |
D | dlist.c | 84 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()
|
D | sflist.c | 85 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()
|
D | slist.c | 85 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/ |
D | Kconfig.shell | 18 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/ |
D | Kconfig | 19 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/ |
D | newlib.rst | 98 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/ |
D | Kconfig.si32 | 17 This can be used to tweak the amount of sessions the driver
|
D | Kconfig.mcux_dcp | 20 This can be used to tweak the amount of sessions the driver
|
D | Kconfig.stm32 | 20 This can be used to tweak the amount of sessions the driver
|
D | Kconfig | 41 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/ |
D | Kconfig | 22 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/ |
D | Kconfig | 59 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/ |
D | l2cap_br_interface.h | 64 size_t amount,
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | Kconfig | 21 send NET_SAMPLE_APP_MAX_ITERATIONS amount of MQTT sample messages.
|
/Zephyr-latest/samples/basic/hash_map/ |
D | Kconfig | 15 Of course, using realloc(), we are limited by the amount of available
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 11 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/ |
D | Kconfig.nxp_enet_qos | 26 The amount of time in microseconds that the driver should
|
/Zephyr-latest/drivers/usb/uhc/ |
D | Kconfig | 33 Total amount of memory available for UHC buffers.
|
/Zephyr-latest/soc/intel/intel_adsp/ |
D | Kconfig.defconfig | 20 # console can't handle the amount of data coming from many tests, so introduce
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | Kconfig | 24 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
|
/Zephyr-latest/tests/lib/hash_map/ |
D | Kconfig | 15 Of course, using realloc(), we are limited by the amount of available
|