Searched defs:slot (Results 1 – 6 of 6) sorted by relevance
/unit/src/ |
H A D | nxt_lvlhsh.c | 183 void *slot; in nxt_lvlhsh_find() local 204 void **slot; in nxt_lvlhsh_level_find() local 288 nxt_lvlhsh_new_bucket(nxt_lvlhsh_query_t *lhq, void **slot) in nxt_lvlhsh_new_bucket() 314 void **slot, **lvl; in nxt_lvlhsh_level_insert() local 515 void **slot, **lvl; in nxt_lvlhsh_level_convertion_insert() local 647 void **slot, **lvl; in nxt_lvlhsh_level_delete() local 741 void **slot; in nxt_lvlhsh_each() local 784 void **slot, *value; in nxt_lvlhsh_level_each() local 864 void **slot; in nxt_lvlhsh_peek() local 888 void **slot, **level, *value; in nxt_lvlhsh_level_peek() local [all …]
|
H A D | nxt_thread_time.c | 232 nxt_atomic_uint_t slot; in nxt_thread_time_string() local 380 static nxt_atomic_t slot; in nxt_thread_time_string_slot() local 400 nxt_thread_time_string_cache(nxt_thread_t *thr, nxt_atomic_uint_t slot) in nxt_thread_time_string_cache()
|
H A D | nxt_mem_zone.c | 106 #define nxt_mem_zone_page_bitmap(zone, slot) \ argument 289 nxt_mem_zone_slot_t *slot; in nxt_mem_zone_slots_init() local 326 nxt_mem_zone_slot_init(nxt_mem_zone_slot_t *slot, nxt_uint_t page_size) in nxt_mem_zone_slot_init() 447 nxt_mem_zone_slot_t *slot; in nxt_mem_zone_align() local 507 nxt_mem_zone_alloc_small(nxt_mem_zone_t *zone, nxt_mem_zone_slot_t *slot, in nxt_mem_zone_alloc_small() 828 nxt_mem_zone_slot_t *slot; in nxt_mem_zone_free_chunk() local
|
H A D | nxt_thread_time.h | 19 nxt_atomic_t slot; member
|
H A D | nxt_port.c | 375 nxt_port_change_log_file(nxt_task_t *task, nxt_runtime_t *rt, nxt_uint_t slot, in nxt_port_change_log_file() 411 nxt_uint_t slot; in nxt_port_change_log_file_handler() local
|
H A D | nxt_lvlhsh.h | 84 void *slot; member
|