Home
last modified time | relevance | path

Searched refs:otb (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c1378 struct procpid *otb = old.count ? *old.tb : 0, in top_common() local
1382 if (old.count && (!new.count || *otb->slot < *ntb->slot)) { in top_common()
1390 if (!old.count || *otb->slot > *ntb->slot) mix.tb[mix.count] = ntb; in top_common()
1393 if (filter(otb->slot, ntb->slot, new.whence-old.whence)) { in top_common()
1394 mix.tb[mix.count] = otb; in top_common()
/third_party/toybox/toys/posix/
H A Dps.c1522 struct procpid *otb = old.count ? *old.tb : 0, in top_common() local
1526 if (old.count && (!new.count || otb->slot[merge_idx] < ntb->slot[merge_idx])) { in top_common()
1534 if (!old.count || otb->slot[merge_idx] > ntb->slot[merge_idx]) mix.tb[mix.count] = ntb; in top_common()
1537 if (filter(otb->slot, ntb->slot, new.whence-old.whence)) { in top_common()
1538 mix.tb[mix.count] = otb; in top_common()

Completed in 6 milliseconds