Home
last modified time | relevance | path

Searched refs:bmax (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh553 bmax = 0
559 global bmax
560 if n > bmax:
561 bmax = n
564 print("max brstack", bmax)
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ctrl.c184 char *bptr,unsigned int bmax, in pvr2_ctrl_get_valname() argument
197 bptr,bmax,"%s", in pvr2_ctrl_get_valname()
212 *blen = scnprintf(bptr,bmax,"%s", in pvr2_ctrl_get_valname()
/linux/fs/ntfs3/
H A Dbitmap.c390 bool bmax = false; in wnd_remove_free_ext() local
400 bmax = true; in wnd_remove_free_ext()
417 if (!bmax) in wnd_remove_free_ext()
/linux/tools/power/pm-graph/
H A Dsleepgraph.py808 bmax = (1*1024*1024) if self.suspendmode in ['disk', 'command'] \
810 tgtsize = min(self.memfree, bmax)