Home
last modified time | relevance | path

Searched refs:unlinks_in_progress (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev.h163 uint8_t unlinks_in_progress; member
H A Dsw_evdev_scheduler.c530 if (sw->ports[i].unlinks_in_progress) in sw_event_schedule()
531 sw->ports[i].unlinks_in_progress = 0; in sw_event_schedule()
H A Dsw_evdev_selftest.c1961 int unlinks_in_progress = in unlink_in_progress() local
1963 if (unlinks_in_progress != 3) { in unlink_in_progress()
1965 __LINE__, unlinks_in_progress); in unlink_in_progress()
1973 unlinks_in_progress = in unlink_in_progress()
1975 if (unlinks_in_progress != 0) { in unlink_in_progress()
1977 __LINE__, unlinks_in_progress); in unlink_in_progress()
H A Dsw_evdev.c121 p->unlinks_in_progress += unlinked; in sw_port_unlink()
132 return p->unlinks_in_progress; in sw_port_unlinks_in_progress()