kclist_head        54 fs/proc/kcore.c static LIST_HEAD(kclist_head);
kclist_head        88 fs/proc/kcore.c 	list_add_tail(&new->list, &kclist_head);
kclist_head       100 fs/proc/kcore.c 	list_for_each_entry(m, &kclist_head, list) {
kclist_head       279 fs/proc/kcore.c 	list_for_each_entry_safe(pos, tmp, &kclist_head, list) {
kclist_head       283 fs/proc/kcore.c 	list_splice_tail(&list, &kclist_head);
kclist_head       381 fs/proc/kcore.c 		list_for_each_entry(m, &kclist_head, list) {
kclist_head       478 fs/proc/kcore.c 			list_for_each_entry(m, &kclist_head, list) {
kclist_head       485 fs/proc/kcore.c 		if (&m->list == &kclist_head) {