Home
last modified time | relevance | path

Searched refs:error (Results 11051 - 11075 of 17047) sorted by relevance

1...<<441442443444445446447448449450>>...682

/kernel/linux/linux-6.6/arch/x86/platform/intel/
H A Diosf_mbi.c348 goto error; in iosf_mbi_block_punit_i2c_access()
368 error: in iosf_mbi_block_punit_i2c_access()
521 dev_err(&pdev->dev, "error: could not enable device\n"); in iosf_mbi_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c211 drm_err_ratelimited(&hv->dev, "Unable to send packet via vmbus; error %d\n", ret); in hyperv_sendpacket()
507 goto error; in hyperv_connect_vsp()
525 error: in hyperv_connect_vsp()
/kernel/linux/linux-6.6/drivers/gpu/drm/scheduler/
H A Dsched_entity.c57 * Returns 0 on success or a negative error code on failure.
144 * drm_sched_entity_error - return error of last scheduled job
147 * Opportunistically return the error of the last scheduled job. Result can
157 r = fence ? fence->error : 0; in drm_sched_entity_error()
254 * waiting, removes the entity from the runqueue and returns an error when the
303 * the entity and signals all jobs with an error code if the process was killed.
403 if (!fence->error && s_fence && s_fence->sched == sched && in drm_sched_entity_add_dependency_cb()
556 * Returns 0 for success, negative error code otherwise.
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Domap_plane.c554 goto error; in omap_plane_init()
584 error: in omap_plane_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/v3d/
H A Dv3d_sched.c83 if (unlikely(job->base.base.s_fence->finished.error)) in v3d_bin_job_run()
137 if (unlikely(job->base.base.s_fence->finished.error)) in v3d_render_job_run()
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_util.c321 * and PTP ioctl do not have a documented error that we could in hv_get_adj_host_time()
593 goto error; in util_probe()
597 error: in util_probe()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-diolan-u2c.c121 * returned an error. in diolan_usb_transfer()
451 goto error; in diolan_u2c_probe()
492 error: in diolan_u2c_probe()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_main.c74 pr_warn("siw: device registration error %d\n", rv); in siw_device_register()
326 goto error; in siw_device_create()
363 error: in siw_device_create()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-bio-prison-v1.c263 struct dm_bio_prison_cell *cell, blk_status_t error) in dm_cell_error()
272 bio->bi_status = error; in dm_cell_error()
262 dm_cell_error(struct dm_bio_prison *prison, struct dm_bio_prison_cell *cell, blk_status_t error) dm_cell_error() argument
/kernel/linux/linux-6.6/drivers/media/common/saa7146/
H A Dsaa7146_fops.c261 if (hdl->error) { in saa7146_vv_init()
262 err = hdl->error; in saa7146_vv_init()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-mem.c428 goto error; in parse_mem_ops()
443 error: in parse_mem_ops()
/kernel/linux/linux-6.6/net/rxrpc/
H A Dconn_event.c32 conn->error = err; in rxrpc_set_conn_aborted()
209 conn->error); in rxrpc_abort_calls()
H A Dpeer_object.c188 if (dst->error) { in rxrpc_assess_MTU_size()
189 _leave(" [route err %d]", dst->error); in rxrpc_assess_MTU_size()
/kernel/linux/linux-6.6/sound/soc/sprd/
H A Dsprd-pcm-dma.c90 goto error; in sprd_pcm_open()
100 error: in sprd_pcm_open()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh54 umount /mnt/huge || echo error
73 local error="$3"
/kernel/linux/linux-6.6/tools/perf/util/
H A Dtrace-event-info.c523 goto error; in get_tracepoints_path()
529 error: in get_tracepoints_path()
H A Dtime-utils.c481 goto error; in perf_time__parse_for_ranges_reltime()
514 error: in perf_time__parse_for_ranges_reltime()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c401 if (ctx.skel->bss->error != 0) { in measure()
402 fprintf(stderr, "error (%d) when searching the bloom filter\n", in measure()
403 ctx.skel->bss->error); in measure()
/kernel/linux/linux-6.6/sound/core/
H A Dvmaster.c68 goto error; in follower_update()
71 error: in follower_update()
290 * Returns 0 for success or a negative error code.
526 * Return: 0 if successful, or a negative error code
/kernel/linux/linux-6.6/lib/
H A Dtest_vmalloc.c246 goto error; in full_fit_alloc_test()
255 error: in full_fit_alloc_test()
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse.h71 or an error code, which can be tested using FSE_isError() .
87 FSE_PUBLIC_API unsigned FSE_isError(size_t code); /* tells if a return value is an error code */
88 FSE_PUBLIC_API const char* FSE_getErrorName(size_t code); /* provides error code string (useful for debugging) */
100 if FSE_isError(return), it's an error code.
188 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError()).
202 If there is an error (ex: invalid tableLog value), the function will return an ErrorCode (which can be tested using FSE_isError()).
208 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError(); ex : buffer size too small).
213 If there is an error, both functions will return an ErrorCode (which can be tested using FSE_isError()).
219 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError()).
274 If there is an error, th
[all...]
H A Dfse_decompress.c47 # error "FSE_FUNCTION_EXTENSION must be defined"
50 # error "FSE_FUNCTION_TYPE must be defined"
/kernel/linux/linux-6.6/net/ipv6/
H A Dioam6_iptunnel.c370 if (dst->error) { in ioam6_output()
371 err = dst->error; in ioam6_output()
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dperf_event.h258 PERF_BR_SERROR = 13, /* system error */
1301 #error "Unknown endianness"
1445 #error "Unknown endianness"
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dvariables.py64 except Exception as error:
65 raise error
151 self.log.debug("set CurCase error msg as: {}".format(error_msg))
229 "name": name, "error": "", "cost": 0, "screenshot": shots,
259 builtin_keys = ["name", "error", "cost", "screenshot", "_timestamp"]
264 if k == "error":
315 "set TestMethod error msg as: {}".format(self.error_msg))

Completed in 28 milliseconds

1...<<441442443444445446447448449450>>...682