Searched refs:reaped (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch | 48 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 D | io_uring-bench.c | 248 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 D | slab_def.h | 55 unsigned long reaped; member
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | minidump_memory.c | 163 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 D | recv.c | 668 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 D | slab.c | 276 #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 D | cgroup-v2.rst | 231 that it belonged to at the time of exit until it's reaped; however, a
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 48924 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
|