Searched refs:n_preds (Results 1 – 2 of 2) sorted by relevance
598 int n_preds, ret; in filter_match_preds() local604 n_preds = filter->n_preds; in filter_match_preds()605 if (!n_preds) in filter_match_preds()723 static int __alloc_pred_stack(struct pred_stack *stack, int n_preds) in __alloc_pred_stack() argument725 stack->preds = kcalloc(n_preds + 1, sizeof(*stack->preds), GFP_KERNEL); in __alloc_pred_stack()728 stack->index = n_preds; in __alloc_pred_stack()818 for (i = 0; i < filter->n_preds; i++) in __free_preds()824 filter->n_preds = 0; in __free_preds()860 static int __alloc_preds(struct event_filter *filter, int n_preds) in __alloc_preds() argument868 filter->preds = kcalloc(n_preds, sizeof(*filter->preds), GFP_KERNEL); in __alloc_preds()[all …]
1044 int n_preds; /* Number assigned */ member