Home
last modified time | relevance | path

Searched refs:reaped (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/
H A D0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch48 reaped = waitpid(pid, &status, 0);
49 } while (reaped == -1 && errno == EINTR);
53 sname, (unsigned)pid, (unsigned)reaped, status);
55 if (reaped < 0) {
/OK3568_Linux_fs/kernel/tools/io_uring/
H A Dio_uring-bench.c248 unsigned head, reaped = 0; in reap_events() local
268 reaped++; in reap_events()
272 s->inflight -= reaped; in reap_events()
275 return reaped; in reap_events()
/OK3568_Linux_fs/kernel/include/linux/
H A Dslab_def.h55 unsigned long reaped; member
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Dminidump_memory.c163 unsigned long reaped = cachep->reaped; in slabinfo_stats() local
173 reaped, errors, max_freeable, in slabinfo_stats()
/OK3568_Linux_fs/kernel/net/rds/
H A Drecv.c668 bool reaped = rds_recvmsg_zcookie(rs, msg); in rds_recvmsg() local
670 ret = reaped ? 0 : -EAGAIN; in rds_recvmsg()
/OK3568_Linux_fs/kernel/mm/
H A Dslab.c276 #define STATS_ADD_REAPED(x,y) ((x)->reaped += (y))
4075 unsigned long reaped = cachep->reaped; in slabinfo_show_stats() local
4084 reaped, errors, max_freeable, node_allocs, in slabinfo_show_stats()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dcgroup-v2.rst231 that it belonged to at the time of exit until it's reaped; however, a
/OK3568_Linux_fs/external/xserver/
H A DChangeLog48924 Our mappings were only getting reaped at PBO destroy time, after the
63852 reaped resources, so we need to clean up the provider in the xf86CrtcCloseScreen