Searched refs:too_many (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/sunrpc/
H A Dcache.h149 int too_many);
/linux-master/mm/
H A Dcompaction.c818 bool too_many; local
840 too_many = isolated > (inactive + active) / 2;
841 if (!too_many)
844 return too_many;
H A Dvmscan.c1758 bool too_many; local
1782 too_many = isolated > inactive;
1785 if (!too_many)
1788 return too_many;
/linux-master/net/sunrpc/
H A Dsvc_xprt.c1140 static void svc_revisit(struct cache_deferred_req *dreq, int too_many) argument
1148 if (too_many || test_bit(XPT_DEAD, &xprt->xpt_flags)) {
H A Dcache.c627 static void cache_restart_thread(struct cache_deferred_req *dreq, int too_many) argument
/linux-master/drivers/md/
H A Ddm-raid.c1025 goto too_many;
1031 goto too_many;
1065 goto too_many;
1091 goto too_many;
1101 too_many:
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h2341 uint64_t too_many:1; member in struct:cvmx_mio_fus_repair_res0::cvmx_mio_fus_repair_res0_s
2349 uint64_t too_many:1;
2407 uint64_t too_many:1; member in struct:cvmx_mio_fus_spr_repair_sum::cvmx_mio_fus_spr_repair_sum_s
2409 uint64_t too_many:1;

Completed in 332 milliseconds