Lines Matching refs:hardwall_info
40 struct hardwall_info { struct
88 static int contains(struct hardwall_info *r, int x, int y) in contains()
95 static int setup_rectangle(struct hardwall_info *r, struct cpumask *mask) in setup_rectangle()
130 static int overlaps(struct hardwall_info *a, struct hardwall_info *b) in overlaps()
165 struct hardwall_info *r = info; in hardwall_setup_ipi_func()
185 static void hardwall_setup(struct hardwall_info *r) in hardwall_setup()
214 struct hardwall_info *rect; in do_hardwall_trap()
330 static struct hardwall_info *hardwall_create( in hardwall_create()
333 struct hardwall_info *iter, *rect; in hardwall_create()
365 rect = kmalloc(sizeof(struct hardwall_info), in hardwall_create()
397 static int hardwall_activate(struct hardwall_info *rect) in hardwall_activate()
604 static void fill_mask(struct hardwall_info *r, struct cpumask *result) in fill_mask()
618 static void hardwall_destroy(struct hardwall_info *rect) in hardwall_destroy()
664 struct hardwall_info *r; in proc_tile_hardwall_show()
695 struct hardwall_info *rect = file->private_data; in hardwall_ioctl()
738 struct hardwall_info *rect = file->private_data; in hardwall_flush()