Searched refs:inactive_list (Results 1 - 22 of 22) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/i915/
H A Di915_gem_evict.c133 list_for_each_entry(obj_priv, &dev_priv->mm.inactive_list, list) {
215 lists_empty = (list_empty(&dev_priv->mm.inactive_list) &&
237 lists_empty = (list_empty(&dev_priv->mm.inactive_list) &&
254 while (!list_empty(&dev_priv->mm.inactive_list)) {
258 obj = &list_first_entry(&dev_priv->mm.inactive_list,
H A Di915_gem_debug.c41 list_for_each_entry(obj_priv, &dev_priv->mm.inactive_list, list) {
126 list_for_each_entry(obj_priv, &dev_priv->mm.inactive_list, list) {
H A Di915_gem.c1056 list_move_tail(&obj_priv->list, &dev_priv->mm.inactive_list);
1190 list_move_tail(&obj_priv->list, &dev_priv->mm.inactive_list);
1545 list_move_tail(&obj_priv->list, &dev_priv->mm.inactive_list);
2573 list_add_tail(&obj_priv->list, &dev_priv->mm.inactive_list);
4106 &dev_priv->mm.inactive_list);
4583 BUG_ON(!list_empty(&dev_priv->mm.inactive_list));
4636 INIT_LIST_HEAD(&dev_priv->mm.inactive_list);
4915 &dev_priv->mm.inactive_list,
4941 &dev_priv->mm.inactive_list,
4970 &dev_priv->mm.inactive_list,
[all...]
H A Di915_debugfs.c85 head = &dev_priv->mm.inactive_list;
H A Di915_drv.h556 struct list_head inactive_list; member in struct:drm_i915_private::__anon15078
H A Di915_irq.c656 list_for_each_entry(obj_priv, &dev_priv->mm.inactive_list, list) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_gem_evict.c133 list_for_each_entry(obj_priv, &dev_priv->mm.inactive_list, list) {
215 lists_empty = (list_empty(&dev_priv->mm.inactive_list) &&
237 lists_empty = (list_empty(&dev_priv->mm.inactive_list) &&
254 while (!list_empty(&dev_priv->mm.inactive_list)) {
258 obj = &list_first_entry(&dev_priv->mm.inactive_list,
H A Di915_gem_debug.c41 list_for_each_entry(obj_priv, &dev_priv->mm.inactive_list, list) {
126 list_for_each_entry(obj_priv, &dev_priv->mm.inactive_list, list) {
H A Di915_gem.c1056 list_move_tail(&obj_priv->list, &dev_priv->mm.inactive_list);
1190 list_move_tail(&obj_priv->list, &dev_priv->mm.inactive_list);
1545 list_move_tail(&obj_priv->list, &dev_priv->mm.inactive_list);
2573 list_add_tail(&obj_priv->list, &dev_priv->mm.inactive_list);
4106 &dev_priv->mm.inactive_list);
4583 BUG_ON(!list_empty(&dev_priv->mm.inactive_list));
4636 INIT_LIST_HEAD(&dev_priv->mm.inactive_list);
4915 &dev_priv->mm.inactive_list,
4941 &dev_priv->mm.inactive_list,
4970 &dev_priv->mm.inactive_list,
[all...]
H A Di915_debugfs.c85 head = &dev_priv->mm.inactive_list;
H A Di915_drv.h556 struct list_head inactive_list; member in struct:drm_i915_private::__anon26771
H A Di915_irq.c656 list_for_each_entry(obj_priv, &dev_priv->mm.inactive_list, list) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/md/
H A Draid5.h88 * neither). The "inactive_list" contains stripes which are not
94 * not hashed must be on the inactive_list, and will normally be at
97 * The inactive_list, handle_list and hash bucket lists are all protected by the
99 * - stripes on the inactive_list never have their stripe_lock held.
103 * handle_list else inactive_list
109 * the stripe is on inactive_list.
202 struct list_head lru; /* inactive_list or handle_list */
424 struct list_head inactive_list; member in struct:raid5_private_data
H A Draid5.c223 list_add_tail(&sh->lru, &conf->inactive_list);
269 if (list_empty(&conf->inactive_list))
271 first = conf->inactive_list.next;
461 !list_empty(&conf->inactive_list) &&
1462 !list_empty(&conf->inactive_list),
3703 if (list_empty_careful(&conf->inactive_list))
4871 INIT_LIST_HEAD(&conf->inactive_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/md/
H A Draid5.h88 * neither). The "inactive_list" contains stripes which are not
94 * not hashed must be on the inactive_list, and will normally be at
97 * The inactive_list, handle_list and hash bucket lists are all protected by the
99 * - stripes on the inactive_list never have their stripe_lock held.
103 * handle_list else inactive_list
109 * the stripe is on inactive_list.
202 struct list_head lru; /* inactive_list or handle_list */
424 struct list_head inactive_list; member in struct:raid5_private_data
H A Draid5.c223 list_add_tail(&sh->lru, &conf->inactive_list);
269 if (list_empty(&conf->inactive_list))
271 first = conf->inactive_list.next;
461 !list_empty(&conf->inactive_list) &&
1462 !list_empty(&conf->inactive_list),
3703 if (list_empty_careful(&conf->inactive_list))
4871 INIT_LIST_HEAD(&conf->inactive_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/message/fusion/
H A Dmptbase.h515 * @inactive_list
528 struct list_head inactive_list; /* link list for physical member in struct:_RaidCfgData
H A Dmptscsih.c2271 if (list_empty(&ioc->raid_data.inactive_list))
2275 list_for_each_entry(component_info, &ioc->raid_data.inactive_list,
2348 if (list_empty(&ioc->raid_data.inactive_list))
2352 list_for_each_entry(component_info, &ioc->raid_data.inactive_list,
H A Dmptbase.c2455 INIT_LIST_HEAD(&ioc->raid_data.inactive_list);
5498 if (list_empty(&ioc->raid_data.inactive_list))
5503 &ioc->raid_data.inactive_list, list) {
5584 &ioc->raid_data.inactive_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptbase.h515 * @inactive_list
528 struct list_head inactive_list; /* link list for physical member in struct:_RaidCfgData
H A Dmptscsih.c2271 if (list_empty(&ioc->raid_data.inactive_list))
2275 list_for_each_entry(component_info, &ioc->raid_data.inactive_list,
2348 if (list_empty(&ioc->raid_data.inactive_list))
2352 list_for_each_entry(component_info, &ioc->raid_data.inactive_list,
H A Dmptbase.c2455 INIT_LIST_HEAD(&ioc->raid_data.inactive_list);
5498 if (list_empty(&ioc->raid_data.inactive_list))
5503 &ioc->raid_data.inactive_list, list) {
5584 &ioc->raid_data.inactive_list);

Completed in 488 milliseconds