Searched refs:entries (Results 1 – 6 of 6) sorted by relevance
59 struct uv__fd_hash_entry_s entries[UV__FD_HASH_GROUP_SIZE]; member102 if (group_ptr->entries[i].fd == fd) { \103 entry_ptr = &group_ptr->entries[i]; \158 entry_ptr = &bucket_ptr->data->entries[i]; in uv__fd_hash_add()180 if (entry_ptr != &bucket_ptr->data->entries[i]) { in uv__fd_hash_remove()181 *entry_ptr = bucket_ptr->data->entries[i]; in uv__fd_hash_remove()
101 The mask_size specifies the number of entries (bytes) in cpumask / oldmask,114 The mask_size specifies the number of entries (bytes) in cpumask,
311 :c:type:`uv_dirent_t` elements used to hold the read directory entries and314 On success, the result is an integer >= 0 representing the number of entries323 This function does not return the "." and ".." entries.336 more entries ``UV_EOF`` will be returned.339 Unlike `scandir(3)`, this function does not return the "." and ".." entries.
1035 size_t entries = 0; in uv_uptime() local1045 ++entries; in uv_uptime()
430 int uv__io_uring_setup(int entries, struct uv__io_uring_params* params) { in uv__io_uring_setup() argument431 return syscall(__NR_io_uring_setup, entries, params); in uv__io_uring_setup()502 uint32_t entries, in uv__iou_init() argument538 ringfd = uv__io_uring_setup(entries, ¶ms); in uv__iou_init()
128 * doc: add entries for extended getpw (Juan José Arboleda)725 * doc: add entries to LINKS.md (Trevor Norris)949 * doc: fix v1.43.0 changelog entries (cjihrig)2205 * doc: add missing uv_fs_type entries (Michele Caini)4803 * mailmap: remove duplicated entries (Saúl Ibarra Corretgé)
Completed in 32 milliseconds