Searched refs:failed (Results 201 - 225 of 452) sorted by relevance

1234567891011>>

/linux-master/fs/netfs/
H A Dio.c146 * Resubmit any short or failed operations. Returns true if we got the rreq
348 goto failed;
390 goto failed;
400 failed:
/linux-master/mm/
H A Dsparse.c516 pr_err("%s: node[%d] usemap allocation failed", __func__, nid);
517 goto failed;
529 pr_err("%s: node[%d] memory map backing failed. Some memory will not be available.",
533 goto failed;
542 failed:
543 /* We failed to allocate, mark all the following pnums as not present */
/linux-master/drivers/tty/serial/
H A Dmilbeaut_usio.c511 dev_err(&pdev->dev, "Clock enable failed: %d\n", ret);
522 goto failed;
545 dev_err(&pdev->dev, "Adding port failed: %d\n", ret);
546 goto failed;
550 failed:
585 pr_err("%s: uart registration failed: %d\n", __func__, ret);
591 pr_err("%s: drv registration failed: %d\n", __func__, ret);
/linux-master/tools/perf/util/
H A Dstat.c370 /* the evsel was failed already */
395 pr_err("failed to read per-pkg counter\n");
442 if (evsel__count_has_error(evsel, count, config) && !ps_aggr->failed) {
446 ps_aggr->failed = true;
449 if (!ps_aggr->failed) {
/linux-master/drivers/net/ethernet/8390/
H A Daxnet_cs.c287 goto failed;
290 goto failed;
297 goto failed;
305 goto failed;
354 pr_notice("register_netdev() failed\n");
355 goto failed;
369 failed:
906 * completed (or failed) - i.e. never posted a Tx related interrupt.
1204 * letting the failed packet sit and collect dust in the Tx buffer. This
H A Dpcnet_cs.c583 goto failed;
623 pr_notice("register_netdev() failed\n");
624 goto failed;
644 failed:
1431 goto failed;
1437 goto failed;
1444 goto failed;
1457 goto failed;
1478 failed:
/linux-master/fs/ufs/
H A Dballoc.c63 goto failed;
68 goto failed;
72 goto failed;
126 failed:
154 goto failed;
224 failed:
271 "read of page %llu failed\n",
298 "read of block failed\n");
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c208 esw_warn(bridge->br_offloads->esw->dev, "MDB attach failed to init entry (MAC=%pM,vid=%u,vport=%u,err=%d)\n",
219 "MDB attach failed to insert port (MAC=%pM,vid=%u,vport=%u,err=%d)\n",
229 esw_warn(bridge->br_offloads->esw->dev, "MDB attach failed to offload (MAC=%pM,vid=%u,vport=%u,err=%d)\n",
253 esw_warn(bridge->br_offloads->esw->dev, "MDB detach failed to offload (MAC=%pM,vid=%u,vport=%u)\n",
677 struct mlx5_esw_bridge_vlan *vlan, *failed; local
697 failed = vlan;
709 if (vlan == failed)
1021 struct mlx5_esw_bridge_port *port, *failed; local
1031 failed = port;
1039 if (port == failed)
[all...]
/linux-master/drivers/dpll/
H A Ddpll_netlink.c682 struct dpll_pin_ref *ref, *failed; local
718 failed = ref;
719 NL_SET_ERR_MSG_FMT(extack, "frequency set failed for dpll_id:%u",
730 if (ref == failed)
736 NL_SET_ERR_MSG(extack, "set frequency rollback failed");
868 struct dpll_pin_ref *ref, *failed; local
911 failed = ref;
913 "phase adjust set failed for dpll_id:%u",
924 if (ref == failed)
931 NL_SET_ERR_MSG(extack, "set phase adjust rollback failed");
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dnand_micron.c200 mtd->ecc_stats.failed++;
285 mtd->ecc_stats.failed++;
/linux-master/net/bluetooth/cmtp/
H A Dcore.c353 goto failed;
413 failed:
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dscan.c65 if (wl->scan.failed) {
359 wl->scan.failed = true;
459 wl1271_error("cmd sched scan ssid list failed");
/linux-master/drivers/eisa/
H A Deisa-bus.c288 goto failed;
293 failed:
/linux-master/fs/cachefiles/
H A Dinterface.c166 cachefiles_io_error_obj(object, "Size set failed");
216 _debug("failed c=%08x o=%08x", cookie->debug_id, object->debug_id);
251 cachefiles_io_error_obj(object, "Trunc-to-size failed %d", ret);
266 cachefiles_io_error_obj(object, "Trunc-to-dio-size failed %d", ret);
403 goto failed;
437 failed:
/linux-master/tools/perf/tests/shell/
H A Ddaemon.sh480 echo "FAILED: daemon ping failed"
514 failed=`perf daemon start --config ${config} 2>&1 | awk '{ print $1 }'`
516 # check that we failed properly
517 if [ ${failed} != "failed:" ]; then
519 echo "FAILED: daemon lock failed"
/linux-master/drivers/power/supply/
H A Dtest_power.c254 pr_err("%s: failed to register %s\n", __func__,
257 goto failed;
263 failed:
/linux-master/fs/f2fs/
H A Dcompress.c202 "lzo compress failed, ret:%d", ret);
216 "lzo decompress failed, ret:%d", ret);
296 "lz4 decompress failed, ret:%d", ret);
351 "%s zstd_init_cstream failed", __func__);
390 "%s zstd_compress_stream failed, ret: %d",
432 "%s zstd_init_dstream failed", __func__);
468 "%s zstd_decompress_stream failed, ret: %d",
510 "lzo-rle compress failed, ret:%d", ret);
743 if (dic->failed) {
797 * (or failed t
801 f2fs_end_read_compressed_page(struct page *page, bool failed, block_t blkaddr, bool in_task) argument
1795 f2fs_decompress_end_io(struct decompress_io_ctx *dic, bool failed, bool in_task) argument
[all...]
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.h216 void qlcnic_clr_all_drv_state(struct qlcnic_adapter *adapter, u8 failed);
/linux-master/include/net/
H A Dnetrom.h99 unsigned char failed; member in struct:nr_neigh
/linux-master/scripts/dtc/
H A Dof_unittest_expect440 ($line =~ /^${pr_fmt}end of unittest - [0-9]+ passed, [0-9]+ failed$/ ) ) {
/linux-master/arch/arm/nwfpe/
H A Dentry.S78 @ if condition code failed to match, next insn
/linux-master/drivers/net/phy/mscc/
H A Dmscc_macsec.c31 goto failed;
55 failed:
69 goto failed;
92 failed:
/linux-master/arch/powerpc/kernel/
H A Dsignal.h116 unsafe_get_user(__t->thread.ckfp_state.fpscr, &buf[i], failed); \
/linux-master/fs/nilfs2/
H A Dsufile.c1235 goto failed;
1242 goto failed;
1246 goto failed;
1262 failed:
/linux-master/arch/mips/kernel/
H A Dscall64-o32.S134 bltz v0, 1f # seccomp failed? Skip syscall

Completed in 226 milliseconds

1234567891011>>