Searched refs:rect (Results 1 – 1 of 1) sorted by relevance
59 static void hardwall_add_proc(struct hardwall_info *rect);60 static void hardwall_remove_proc(struct hardwall_info *rect);225 struct hardwall_info *rect; in do_hardwall_trap() local240 list_for_each_entry(rect, &rectangles, list) { in do_hardwall_trap()241 if (contains(rect, x, y)) in do_hardwall_trap()250 BUG_ON(&rect->list == &rectangles); in do_hardwall_trap()257 if (rect->teardown_in_progress) { in do_hardwall_trap()272 rect->teardown_in_progress = 1; in do_hardwall_trap()280 list_for_each_entry(p, &rect->task_head, thread.hardwall_list) { in do_hardwall_trap()281 BUG_ON(p->thread.hardwall != rect); in do_hardwall_trap()[all …]