Searched refs:bad (Results 51 - 75 of 160) sorted by relevance

1234567

/linux-master/net/ceph/
H A Dmessenger_v2.c512 pr_err("bad preamble crc, calculated %u, expected %u\n",
523 pr_err("bad segment count %d\n", desc->fd_seg_cnt);
533 pr_err("bad control segment length %d\n", desc->fd_lens[0]);
538 pr_err("bad front segment length %d\n", desc->fd_lens[1]);
543 pr_err("bad middle segment length %d\n", desc->fd_lens[2]);
548 pr_err("bad data segment length %d\n", desc->fd_lens[3]);
590 pr_err("bad late_status 0x%x\n", late_status);
650 pr_err("bad control crc, calculated %u, expected %u\n",
685 pr_err("bad front crc, calculated %u, expected %u\n",
690 pr_err("bad middl
[all...]
H A Dcrypto.c93 ceph_decode_need(p, end, 2*sizeof(u16) + sizeof(key->created), bad);
97 ceph_decode_need(p, end, key->len, bad);
103 bad:
271 pr_err("%s got bad padding %d on in_len %d\n",
H A Dmon_client.c389 goto bad;
409 bad:
748 goto bad;
765 bad:
827 ceph_decode_need(&p, end, 2*sizeof(u64), bad);
830 goto bad;
847 bad:
950 sizeof(u32), bad);
967 bad:
/linux-master/arch/arm/mm/
H A Dalignment.c400 goto bad;
444 bad:
506 goto bad;
586 bad:
869 goto bad;
874 goto bad;
923 goto bad;
927 goto bad;
945 goto bad;
955 bad
[all...]
/linux-master/drivers/gpu/drm/scheduler/
H A Dsched_main.c562 * Remove the bad job so it cannot be freed by concurrent
591 * @bad: job which caused the time out
594 * Note: bad job will not be freed as it might be used later and so it's
599 void drm_sched_stop(struct drm_gpu_scheduler *sched, struct drm_sched_job *bad) argument
606 * Reinsert back the bad job here - now it's safe as
608 * bad job at this point - we parked (waited for) any in progress
612 if (bad && bad->sched == sched)
617 list_add(&bad->list, &sched->pending_list);
651 * We must keep bad jo
1382 drm_sched_increase_karma(struct drm_sched_job *bad) argument
[all...]
/linux-master/drivers/md/bcache/
H A Dextents.c79 return "bad, length too big";
81 return "bad, short offset";
83 return "bad, offset past end of device";
89 return "bad, null key";
91 return "bad, no pointers";
154 goto bad;
157 goto bad;
160 bad:
488 goto bad;
491 goto bad;
[all...]
/linux-master/fs/ocfs2/
H A Dreservations.c143 mlog(ML_ERROR, "reservation %d has bad start off!\n",
145 goto bad;
151 goto bad;
157 goto bad;
163 goto bad;
167 goto bad;
176 bad:
/linux-master/arch/arm/kernel/
H A Dtraps.c179 unsigned int val, bad; local
185 bad = get_user(tmp, &((u16 __user *)addr)[i]);
187 bad = get_kernel_nofault(tmp, &((u16 *)addr)[i]);
192 bad = get_user(val, &((u32 __user *)addr)[i]);
194 bad = get_kernel_nofault(val, &((u32 *)addr)[i]);
199 if (!bad)
203 p += sprintf(p, "bad PC value");
541 die("Oops - bad mode", regs, 0);
543 panic("bad mode");
561 arm_notify_die("Oops - bad syscal
[all...]
/linux-master/arch/s390/mm/
H A Dfault.c116 goto bad;
125 goto bad;
134 goto bad;
143 goto bad;
151 goto bad;
156 bad:
/linux-master/kernel/
H A Ducount.c233 struct ucounts *ucounts, *iter, *bad; local
245 bad = iter;
246 for (iter = ucounts; iter != bad; iter = iter->ns->ucounts)
/linux-master/drivers/input/joystick/
H A Dtmdc.c224 unsigned char r, bad = 0; local
230 bad = 1;
236 bad = 1;
241 tmdc->bads += bad;
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dcleanup.c500 int bad; member in struct:mtrr_cleanup_result
608 result[i].bad = 1;
614 if (!result[i].bad && !result[i].lose_cover_sizek) {
616 result[i].bad = 1;
619 if (!result[i].bad && (range_sums - range_sums_new < min_loss_pfn[num_reg]))
633 result[i].bad ? "*BAD*" : " ",
636 result[i].num_reg, result[i].bad ? "-" : "",
658 if (!result[i].bad &&
734 if (!result[i].bad) {
/linux-master/arch/powerpc/kernel/
H A Dsignal_32.c1111 goto bad;
1128 goto bad;
1140 goto bad;
1145 goto bad;
1151 goto bad;
1166 goto bad;
1177 goto bad;
1180 goto bad;
1185 bad:
/linux-master/tools/perf/
H A Dbuiltin-lock.c1346 static void print_bad_events(int bad, int total) argument
1361 fprintf(lock_output, "bad: %d, total: %d\n", bad, total);
1362 fprintf(lock_output, "bad rate: %.2f %%\n", (double)bad / (double)total * 100);
1363 fprintf(lock_output, "histogram of events caused bad sequence\n");
1374 int bad, total, printed; local
1383 bad = total = printed = 0;
1387 bad++;
1426 print_bad_events(bad, tota
1838 print_footer_stdio(int total, int bad, struct lock_contention_fails *fails) argument
1861 print_footer_csv(int total, int bad, struct lock_contention_fails *fails, const char *sep) argument
1889 print_footer(int total, int bad, struct lock_contention_fails *fails) argument
1900 int bad, total, printed; local
[all...]
H A Dbuiltin-annotate.c405 int bad = s->no_sym + local
416 int ok = s->total - bad;
419 printf("total %d, ok %d (%.1f%%), bad %d (%.1f%%)\n",
420 s->total, ok, 100.0 * ok / (s->total ?: 1), bad, 100.0 * bad / (s->total ?: 1));
451 total_bad += istat->bad;
452 sum1 = istat->good + istat->bad;
455 sum2 = iter->good + iter->bad;
464 printf("total %d, ok %d (%.1f%%), bad %d (%.1f%%)\n\n", total,
470 printf(" %-10s: %5d %5d\n", istat->name, istat->good, istat->bad);
[all...]
/linux-master/security/selinux/ss/
H A Davtab.c512 goto bad;
518 goto bad;
523 goto bad;
533 goto bad;
541 bad:
/linux-master/drivers/net/ethernet/aeroflex/
H A Dgreth.c744 int bad, count; local
762 bad = 0;
768 bad = 1;
772 bad = 1;
776 bad = 1;
779 if (unlikely(bad)) {
860 int bad, count = 0; local
873 bad = 0;
883 bad = 1;
887 bad
[all...]
/linux-master/drivers/net/ethernet/i825xx/
H A Dether1.c257 int bad = -1; local
270 if (max_errors >= 0 && bad != buffer[i]) {
271 if (bad != -1)
277 bad = buffer[i];
281 if (bad != -1) {
286 bad = -1;
291 if (bad != -1)
/linux-master/drivers/net/ethernet/seeq/
H A Dether3.c226 int bad = -1; local
244 if (max_errors > 0 && bad != buffer[i]) {
249 bad = i;
252 if (bad != -1) {
253 if (bad != i - 1)
256 bad = -1;
260 if (bad != -1)
613 printk("%s: bad next pointer @%04X: ", dev->name, priv(dev)->rx_head);
/linux-master/drivers/md/persistent-data/
H A Ddm-transaction-manager.c485 goto bad;
492 goto bad;
498 bad:
/linux-master/drivers/md/
H A Ddm-io.c61 goto bad;
65 goto bad;
69 bad:
/linux-master/arch/riscv/kernel/
H A Dtraps.c58 long bad; local
63 bad = copy_code(regs, &val, &insns[i]);
64 if (!bad) {
/linux-master/arch/openrisc/kernel/
H A Dtraps.c138 goto bad;
144 bad:
/linux-master/fs/ceph/
H A Dcaps.c4274 ceph_decode_32_safe(p, end, extra->fscrypt_auth_len, bad);
4276 ceph_decode_need(p, end, extra->fscrypt_auth_len, bad);
4282 extra->fscrypt_auth_len, bad);
4285 ceph_decode_32_safe(p, end, len, bad);
4287 ceph_decode_64_safe(p, end, extra->fscrypt_file_size, bad);
4290 ceph_decode_skip_n(p, end, len, bad);
4292 bad:
4302 ceph_decode_32_safe(p, end, len, bad);
4304 ceph_decode_skip_n(p, end, len, bad);
4305 ceph_decode_32_safe(p, end, len, bad);
[all...]
/linux-master/arch/x86/mm/
H A Dfault.c361 goto bad;
370 goto bad;
378 goto bad;
386 goto bad;
394 goto bad;
400 bad:
698 * Oops. The kernel tried to access some bad page. We'll have to
1216 * Note, despite being a "bad area", there are quite a few

Completed in 336 milliseconds

1234567