Searched refs:reaped (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/include/linux/ |
D | slab_def.h | 54 unsigned long reaped; member
|
/Linux-v6.6/net/rds/ |
D | recv.c | 669 bool reaped = rds_recvmsg_zcookie(rs, msg); in rds_recvmsg() local 671 ret = reaped ? 0 : -EAGAIN; in rds_recvmsg()
|
/Linux-v6.6/mm/ |
D | slab.c | 275 #define STATS_ADD_REAPED(x, y) ((x)->reaped += (y)) 3911 unsigned long reaped = cachep->reaped; in slabinfo_show_stats() local 3920 reaped, errors, max_freeable, node_allocs, in slabinfo_show_stats()
|
/Linux-v6.6/drivers/net/wireless/ath/ath12k/ |
D | dp_rx.c | 238 int i, reaped = 0; in ath12k_dp_purge_mon_ring() local 243 reaped += ath12k_dp_mon_process_ring(ab, i, NULL, in ath12k_dp_purge_mon_ring() 248 if (reaped < DP_MON_SERVICE_BUDGET) in ath12k_dp_purge_mon_ring()
|
/Linux-v6.6/drivers/net/wireless/ath/ath11k/ |
D | dp_rx.c | 322 int i, reaped = 0; in ath11k_dp_purge_mon_ring() local 327 reaped += ath11k_dp_rx_process_mon_rings(ab, i, in ath11k_dp_purge_mon_ring() 332 if (reaped < DP_MON_SERVICE_BUDGET) in ath11k_dp_purge_mon_ring()
|
/Linux-v6.6/Documentation/filesystems/ |
D | xfs-online-fsck-design.rst | 391 Finally, the storage from the old data structure are carefully reaped. 458 Finally, the storage from the old data structure are carefully reaped. 2951 These blocks can then be reaped using the methods outlined above. 2976 The result ``(new_rmapbt_gaps & ~(agfl | bnobt_records))`` are reaped using the 3864 Once the repair is complete, the old fork can be reaped as necessary; if the 3884 They are not linked into a directory and the entire file will be reaped when 3895 | fork would be reaped; and then a new structure would be built in its | 4259 whatever blocks were not reaped. 4324 The temporary file is then reaped.
|
/Linux-v6.6/Documentation/admin-guide/ |
D | cgroup-v2.rst | 241 that it belonged to at the time of exit until it's reaped; however, a
|