Searched refs:cfs_tracefile_size (Results 1 – 2 of 2) sorted by relevance
52 long long cfs_tracefile_size = CFS_TRACEFILE_SIZE; variable862 cfs_tracefile_size = simple_strtoul(str + 5, NULL, 0); in cfs_trace_daemon_command()863 if (cfs_tracefile_size < 10 || cfs_tracefile_size > 20480) in cfs_trace_daemon_command()864 cfs_tracefile_size = CFS_TRACEFILE_SIZE; in cfs_trace_daemon_command()866 cfs_tracefile_size <<= 20; in cfs_trace_daemon_command()878 (long)(cfs_tracefile_size >> 10)); in cfs_trace_daemon_command()1012 if (f_pos >= (off_t)cfs_tracefile_size) in tracefiled()
48 extern long long cfs_tracefile_size;