Lines Matching defs:barriers
90 /* per_device keeps track of devices actually blocked by barriers */
95 struct xorg_list barriers;
320 * @param dir Only barriers blocking movement in direction dir are checked
335 xorg_list_for_each_entry(c, &cs->barriers, entry) {
422 if (xorg_list_is_empty(&cs->barriers) || IsFloating(dev))
426 * This function is only called for slave devices, but pointer-barriers
490 xorg_list_for_each_entry(c, &cs->barriers, entry) {
642 xorg_list_add(&ret->entry, &cs->barriers);
810 /* no 0-sized barriers */
814 /* no infinite barriers on the wrong axis */
948 xorg_list_init(&cs->barriers);