Searched refs:nodes (Results 1 – 2 of 2) sorted by relevance
337 list->nodes = kcalloc(len, sizeof(*list->nodes), GFP_KERNEL); in cond_read_av_list()338 if (!list->nodes) in cond_read_av_list()348 kfree(list->nodes); in cond_read_av_list()349 list->nodes = NULL; in cond_read_av_list()386 node->expr.nodes = kcalloc(len, sizeof(*node->expr.nodes), GFP_KERNEL); in cond_read_node()387 if (!node->expr.nodes) in cond_read_node()608 new->nodes = kcalloc(orig->len, sizeof(*new->nodes), GFP_KERNEL); in cond_dup_av_list()609 if (!new->nodes) in cond_dup_av_list()614 avtab, &orig->nodes[i]->key, &orig->nodes[i]->datum); in cond_dup_av_list()615 if (!new->nodes[i]) in cond_dup_av_list()[all …]
35 struct cond_expr_node *nodes; member45 struct avtab_node **nodes; member
Completed in 4 milliseconds