Lines Matching refs:OBJECT_STAT_INC_COND
619 OBJECT_STAT_INC_COND(allocations512, size < 512);
620 OBJECT_STAT_INC_COND(allocations4k, size >= 512 && size < 4094);
621 OBJECT_STAT_INC_COND(allocations_big, size >= 4094);
632 OBJECT_STAT_INC_COND(allocations512, elsize < 512);
633 OBJECT_STAT_INC_COND(allocations4k, elsize >= 512 && elsize < 4094);
634 OBJECT_STAT_INC_COND(allocations_big, elsize >= 4094);
708 OBJECT_STAT_INC_COND(allocations512, size < 512);
709 OBJECT_STAT_INC_COND(allocations4k, size >= 512 && size < 4094);
710 OBJECT_STAT_INC_COND(allocations_big, size >= 4094);
721 OBJECT_STAT_INC_COND(allocations512, elsize < 512);
722 OBJECT_STAT_INC_COND(allocations4k, elsize >= 512 && elsize < 4094);
723 OBJECT_STAT_INC_COND(allocations_big, elsize >= 4094);