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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dslice.c63 #define slice_dbg(fmt...) do { if (_slice_debug) pr_debug(fmt); } while(0) macro
68 #define slice_dbg(fmt...) macro
190 slice_dbg("slice_convert(mm=%p, psize=%d)\n", mm, psize);
213 slice_dbg(" lsps=%lx, hsps=%lx\n",
401 slice_dbg("slice_get_unmapped_area(mm=%p, psize=%d...\n", mm, psize);
402 slice_dbg(" addr=%lx, len=%lx, flags=%lx, topdown=%d, use_cache=%d\n",
415 slice_dbg(" aligned addr=%lx\n", addr);
439 slice_dbg(" fits good !\n");
452 slice_dbg(" fits potential !\n");
462 slice_dbg(" searc
[all...]

Completed in 49 milliseconds