Searched defs:IDX_PUT (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ |
H A D | hashmap.c | 120 #define IDX_PUT (_IDX_SWAP_BEGIN + 0) macro 911 * by the caller into swap slot IDX_PUT. 913 * IDX_PUT. Caller must rehash it next. 914 * Returns: true if it left a displaced entry to rehash next in IDX_PUT, 938 bucket_move_entry(h, swap, IDX_PUT, idx); 940 bucket_move_entry(h, swap, IDX_TMP, IDX_PUT); 955 bucket_move_entry(h, swap, IDX_PUT, idx); 956 bucket_move_entry(h, swap, IDX_TMP, IDX_PUT); 968 * in swap slot IDX_PUT. 982 new_entry = bucket_at_swap(swap, IDX_PUT); [all...] |
Completed in 17 milliseconds