Searched refs:unbound (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/workqueue/
H A Dwq_monitor.py25 unbound workqueues, the number of times a worker was repatriated
71 PWQ_STAT_REPATRIATED = prog['PWQ_STAT_REPATRIATED'] # unbound workers brought back into scope
79 self.unbound = wq.flags & WQ_UNBOUND != 0
89 'unbound' : self.unbound,
110 if self.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
/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
276 struct list_head unbound; member in struct:i915_execbuffer
706 INIT_LIST_HEAD(&eb->unbound);
722 list_add(&ev->bind_link, &eb->unbound);
725 list_add_tail(&ev->bind_link, &eb->unbound);
733 list_splice_tail(&last, &eb->unbound);
812 list_for_each_entry(ev, &eb->unbound, bind_link) {
1019 INIT_LIST_HEAD(&eb->unbound);
1042 list_add_tail(&ev->bind_link, &eb->unbound);
1059 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,

Completed in 114 milliseconds