Home
last modified time | relevance | path

Searched refs:handle_id (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dexpr.y88 static struct ids handle_id(struct expr_parse_ctx *ctx, char *id,
202 | ID { $$ = handle_id(ctx, $1, compute_ids, /*source_count=*/false); }
203 | SOURCE_COUNT '(' ID ')' { $$ = handle_id(ctx, $3, compute_ids, /*source_count=*/true); }
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dcommand_submission.c1990 u32 *handle_id, u32 *sob_addr, in cs_ioctl_reserve_signals() argument
2089 *handle_id = hdl_id; in cs_ioctl_reserve_signals()
2110 static int cs_ioctl_unreserve_signals(struct hl_fpriv *hpriv, u32 handle_id) in cs_ioctl_unreserve_signals() argument
2123 encaps_sig_hdl = idr_find(&mgr->handles, handle_id); in cs_ioctl_unreserve_signals()
2126 handle_id, encaps_sig_hdl->hw_sob->sob_addr, in cs_ioctl_unreserve_signals()
2164 idr_remove(&mgr->handles, handle_id); in cs_ioctl_unreserve_signals()
2549 signals_count = 0, sob_addr = 0, handle_id = 0; in hl_cs_ioctl() local
2588 &handle_id, &sob_addr, &signals_count); in hl_cs_ioctl()
2618 args->out.handle_id = handle_id; in hl_cs_ioctl()
/openbmc/linux/include/uapi/drm/
H A Dhabanalabs_accel.h1680 __u32 handle_id; member