Searched defs:link (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dksm.c86 * @link: link to the mm_slots hash list
87 * @mm_list: link into the mm_slots list, rooted in ksm_mm_head
92 struct hlist_node link; member in struct:mm_slot
102 * @rmap_list: link to the next rmap to be scanned in the rmap_list
135 * @hlist: link into hlist of rmap_items hanging off that stable_node
284 hlist_for_each_entry(mm_slot, node, bucket, link) {
298 hlist_add_head(&mm_slot->link, bucket);
647 hlist_del(&mm_slot->link);
1385 hlist_del(&slot->link);
[all...]
H A Dhugetlb.c71 struct list_head link; member in struct:file_region
81 list_for_each_entry(rg, head, link)
91 list_for_each_entry_safe(rg, trg, rg->link.prev, link) {
92 if (&rg->link == head)
103 list_del(&rg->link);
118 list_for_each_entry(rg, head, link)
125 if (&rg->link == head || t < rg->from) {
131 INIT_LIST_HEAD(&nrg->link);
132 list_add(&nrg->link, r
[all...]

Completed in 11 milliseconds