#include <hslot.h>

Data Fields | |
| struct udomain * | d |
| struct urecord * | first |
| struct urecord * | last |
| int | lockidx |
| int | n |
Definition at line 43 of file hslot.h.
Domain we belong to
Definition at line 47 of file hslot.h.
Referenced by deinit_slot(), init_slot(), mem_delete_ucontact(), mem_insert_ucontact(), nodb_timer(), print_urecord(), release_urecord(), wb_timer(), and wt_timer().
First element in the list
Definition at line 45 of file hslot.h.
Referenced by deinit_slot(), get_all_mem_ucontacts(), get_urecord(), init_slot(), mem_timer_udomain(), mi_usrloc_dump(), print_udomain(), slot_add(), and slot_rem().
Last element in the list
Definition at line 46 of file hslot.h.
Referenced by deinit_slot(), init_slot(), slot_add(), and slot_rem().
| int lockidx |
Lock index for hash entry - the rest
Definition at line 51 of file hslot.h.
Referenced by init_slot(), lock_udomain(), lock_ulslot(), unlock_udomain(), and unlock_ulslot().
| int n |
Number of elements in the collision slot
Definition at line 44 of file hslot.h.
Referenced by deinit_slot(), get_all_mem_ucontacts(), get_urecord(), init_slot(), mi_usrloc_dump(), print_udomain(), slot_add(), and slot_rem().
1.5.6