Home
last modified time | relevance | path

Searched refs:task_head (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/tile/kernel/
Dhardwall.c42 struct list_head task_head; /* head of tasks in this hardwall */ member
269 list_for_each_entry(p, &rect->task_head, thread.hardwall_list) { in do_hardwall_trap()
369 INIT_LIST_HEAD(&rect->task_head); in hardwall_create()
436 list_add(&ts->hardwall_list, &rect->task_head); in hardwall_activate()
636 list_for_each_entry(task, &rect->task_head, thread.hardwall_list) in hardwall_destroy()
652 BUG_ON(!list_empty(&rect->task_head)); in hardwall_destroy()
676 list_for_each_entry(p, &r->task_head, thread.hardwall_list) { in proc_tile_hardwall_show()
752 list_for_each_entry_safe(task, tmp, &rect->task_head, in hardwall_flush()