Searched refs:MAX_FILTER_STR_VAL (Results 1 – 7 of 7) sorted by relevance
10 #define STR_VAR_LEN_MAX MAX_FILTER_STR_VAL /* must be multiple of sizeof(u64) */
125 if (len >= MAX_FILTER_STR_VAL) in parse_field()
485 #define HIST_KEY_SIZE_MAX (MAX_FILTER_STR_VAL + HIST_STACKTRACE_SIZE)763 static char last_cmd_loc[MAX_FILTER_STR_VAL];805 snprintf(last_cmd_loc, MAX_FILTER_STR_VAL, HIST_PREFIX "%s:%s", system, name); in last_cmd_set()1351 static char full_name[MAX_FILTER_STR_VAL]; in hist_field_name()1762 expr = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in expr_str()2036 hist_field->size = MAX_FILTER_STR_VAL; in create_hist_field()2938 synthetic_name = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in find_synthetic_field_var()3027 cmd = kzalloc(MAX_FILTER_STR_VAL, GFP_KERNEL); in create_field_var_hist()4394 hist_field->size = MAX_FILTER_STR_VAL; in update_var_execname()
1688 if (len >= MAX_FILTER_STR_VAL) { in parse_pred()1853 if (len >= MAX_FILTER_STR_VAL) { in parse_pred()
1494 char pattern[MAX_FILTER_STR_VAL];
28 #define MEMCG_PATH_BUF_SIZE MAX_FILTER_STR_VAL
709 #define MAX_FILTER_STR_VAL 256U /* Should handle KSYM_SYMBOL_LEN */ macro