Lines Matching defs:head
63 mdb_warn("head is NULL");
71 mdb_warn("failed to read list head at %p", wsp->walk_addr);
383 struct list_head *head;
386 head = mdb_alloc(sizeof (struct list_head), UM_SLEEP);
388 if (mdb_vread(head, sizeof (struct list_head), addr) == -1) {
398 0, NULL, (uintptr_t)head->prev) == -1) {
404 mdb_free(head, sizeof (struct list_head));
480 struct list_head *head;
486 head = mdb_alloc(sizeof (struct list_head), UM_SLEEP);
487 if (mdb_vread(head, sizeof (struct list_head),
499 0, NULL, (uintptr_t)head->prev) == -1) {
505 mdb_free(head, sizeof (struct list_head));
1159 struct list_head *head;
1164 head = mdb_alloc(sizeof (struct list_head), UM_SLEEP);
1165 if (mdb_vread(head, sizeof (struct list_head), addr) == -1) {
1172 0, NULL, (uintptr_t)head->prev) == -1) {
1179 mdb_free(head, sizeof (struct list_head));
2286 "walk head list",