handle_id
u32 *handle_id, u32 *sob_addr,
*handle_id = hdl_id;
static int cs_ioctl_unreserve_signals(struct hl_fpriv *hpriv, u32 handle_id)
encaps_sig_hdl = idr_find(&mgr->handles, handle_id);
handle_id, encaps_sig_hdl->hw_sob->sob_addr,
idr_remove(&mgr->handles, handle_id);
signals_count = 0, sob_addr = 0, handle_id = 0;
&handle_id, &sob_addr, &signals_count);
args->out.handle_id = handle_id;
__u32 handle_id;
| ID { $$ = handle_id(ctx, $1, compute_ids, /*source_count=*/false); }
| SOURCE_COUNT '(' ID ')' { $$ = handle_id(ctx, $3, compute_ids, /*source_count=*/true); }