Lines Matching defs:head
234 * For every zspage, zspage->freeobj gives head of this list.
720 struct zspage *head;
723 head = list_first_entry_or_null(&class->fullness_list[fullness],
729 if (head) {
730 if (get_zspage_inuse(zspage) < get_zspage_inuse(head)) {
731 list_add(&zspage->list, &head->list);
1612 unsigned long head;
1622 head = obj_to_head(page, addr + offset);
1623 if (head & OBJ_ALLOCATED_TAG) {
1624 handle = head & ~OBJ_ALLOCATED_TAG;
1969 unsigned long handle, head;
2006 head = obj_to_head(page, s_addr + pos);
2007 if (head & OBJ_ALLOCATED_TAG) {
2008 handle = head & ~OBJ_ALLOCATED_TAG;
2024 head = obj_to_head(page, addr);
2025 if (head & OBJ_ALLOCATED_TAG) {
2026 handle = head & ~OBJ_ALLOCATED_TAG;
2072 head = obj_to_head(page, addr);
2073 if (head & OBJ_ALLOCATED_TAG) {
2074 handle = head & ~OBJ_ALLOCATED_TAG;