Searched refs:handle_id (Results 1 – 2 of 2) sorted by relevance
90 static struct ids handle_id(struct expr_parse_ctx *ctx, char *id,204 | ID { $$ = handle_id(ctx, $1, compute_ids, /*source_count=*/false); }205 | SOURCE_COUNT '(' ID ')' { $$ = handle_id(ctx, $3, compute_ids, /*source_count=*/true); }
1724 __u32 handle_id; member