Searched refs:unbound (Results 1 - 4 of 4) sorted by last modified time

/linux-master/tools/workqueue/
H A Dwq_monitor.py25 unbound workqueues, the number of times a worker was repatriated
64 PWQ_STAT_REPATRIATED = prog['PWQ_STAT_REPATRIATED'] # unbound workers brought back into scope
72 self.unbound = wq.flags & WQ_UNBOUND != 0
82 'unbound' : self.unbound,
103 if self.unbound:
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c168 * constraints imposed by the new execbuffer. Any object left unbound after the
275 struct list_head unbound; member in struct:i915_execbuffer
705 INIT_LIST_HEAD(&eb->unbound);
721 list_add(&ev->bind_link, &eb->unbound);
724 list_add_tail(&ev->bind_link, &eb->unbound);
732 list_splice_tail(&last, &eb->unbound);
811 list_for_each_entry(ev, &eb->unbound, bind_link) {
1018 INIT_LIST_HEAD(&eb->unbound);
1041 list_add_tail(&ev->bind_link, &eb->unbound);
1058 if (!list_empty(&eb->unbound))
[all...]
/linux-master/drivers/net/phy/
H A Dphy_device.c1314 const char *unbound = phydev->drv ? "" : "[unbound] "; local
1318 phydev_info(phydev, ATTACHED_FMT "\n", unbound,
1323 phydev_info(phydev, ATTACHED_FMT, unbound,
/linux-master/include/xen/interface/
H A Devent_channel.h37 * a port that is unbound and marked as accepting bindings from the calling
100 * interdomain then the remote end is placed in the unbound state
144 } unbound; /* EVTCHNSTAT_unbound */ member in union:evtchn_status::__anon166

Completed in 164 milliseconds