/linux-4.4.14/arch/unicore32/lib/ |
D | copy_template.S | 75 4: ldr8w r1, r3, r4, r5, r6, r7, r8, r10, r11, abort=20f 77 str8w r0, r3, r4, r5, r6, r7, r8, r10, r11, abort=20f 86 ldr1w r1, r3, abort=20f 87 ldr1w r1, r4, abort=20f 88 ldr1w r1, r5, abort=20f 89 ldr1w r1, r6, abort=20f 90 ldr1w r1, r7, abort=20f 91 ldr1w r1, r8, abort=20f 92 ldr1w r1, r11, abort=20f 97 str1w r0, r3, abort=20f [all …]
|
D | copy_to_user.S | 36 .macro ldr1w ptr reg abort 40 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort 44 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 48 .macro ldr1b ptr reg cond=al abort 53 .macro str1w ptr reg abort 54 strusr \reg, \ptr, 4, abort=\abort 57 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 61 .long 100b, \abort 65 .macro str1b ptr reg cond=al abort 66 strusr \reg, \ptr, 1, \cond, abort=\abort
|
D | copy_from_user.S | 36 .macro ldr1w ptr reg abort 37 ldrusr \reg, \ptr, 4, abort=\abort 40 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort 44 .long 100b, \abort 48 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 52 .long 100b, \abort 56 .macro ldr1b ptr reg cond=al abort 57 ldrusr \reg, \ptr, 1, \cond, abort=\abort 60 .macro str1w ptr reg abort 64 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort [all …]
|
/linux-4.4.14/arch/arm/lib/ |
D | copy_to_user.S | 44 .macro ldr1w ptr reg abort 48 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort 52 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 56 .macro ldr1b ptr reg cond=al abort 60 .macro str1w ptr reg abort 61 strusr \reg, \ptr, 4, abort=\abort 64 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 65 str1w \ptr, \reg1, \abort 66 str1w \ptr, \reg2, \abort 67 str1w \ptr, \reg3, \abort [all …]
|
D | copy_from_user.S | 44 .macro ldr1w ptr reg abort 45 ldrusr \reg, \ptr, 4, abort=\abort 48 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort 49 ldr1w \ptr, \reg1, \abort 50 ldr1w \ptr, \reg2, \abort 51 ldr1w \ptr, \reg3, \abort 52 ldr1w \ptr, \reg4, \abort 55 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 56 ldr4w \ptr, \reg1, \reg2, \reg3, \reg4, \abort 57 ldr4w \ptr, \reg5, \reg6, \reg7, \reg8, \abort [all …]
|
D | copy_template.S | 116 4: ldr8w r1, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f 118 str8w r0, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f 134 ldr1w r1, r3, abort=20f 135 ldr1w r1, r4, abort=20f 136 ldr1w r1, r5, abort=20f 137 ldr1w r1, r6, abort=20f 138 ldr1w r1, r7, abort=20f 139 ldr1w r1, r8, abort=20f 140 ldr1w r1, lr, abort=20f 152 str1w r0, r3, abort=20f [all …]
|
D | memcpy.S | 20 .macro ldr1w ptr reg abort 24 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort 28 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 32 .macro ldr1b ptr reg cond=al abort 36 .macro str1w ptr reg abort 40 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 44 .macro str1b ptr reg cond=al abort
|
/linux-4.4.14/tools/testing/selftests/memfd/ |
D | fuse_test.c | 52 abort(); in mfd_assert_new() 58 abort(); in mfd_assert_new() 71 abort(); in mfd_assert_get_seals() 85 abort(); in mfd_assert_has_seals() 99 abort(); in mfd_assert_add_seals() 118 abort(); in mfd_busy_add_seals() 136 abort(); in mfd_assert_mmap_shared() 154 abort(); in mfd_assert_mmap_private() 208 abort(); in spawn_sealing_thread() 217 abort(); in spawn_sealing_thread() [all …]
|
D | memfd_test.c | 38 abort(); in mfd_assert_new() 44 abort(); in mfd_assert_new() 59 abort(); in mfd_fail_new() 70 abort(); in mfd_assert_get_seals() 83 abort(); in mfd_assert_has_seals() 96 abort(); in mfd_assert_add_seals() 115 abort(); in mfd_fail_add_seals() 127 abort(); in mfd_assert_size() 131 abort(); in mfd_assert_size() 142 abort(); in mfd_assert_dup() [all …]
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | assembler.h | 100 .macro usracc, instr, reg, ptr, inc, cond, rept, abort 114 .long 9999b, \abort 119 .macro strusr, reg, ptr, inc, cond = al, rept = 1, abort = 9001f 120 usracc st, \reg, \ptr, \inc, \cond, \rept, \abort 123 .macro ldrusr, reg, ptr, inc, cond = al, rept = 1, abort = 9001f 124 usracc ld, \reg, \ptr, \inc, \cond, \rept, \abort
|
/linux-4.4.14/arch/arm/mm/ |
D | Makefile | 23 obj-$(CONFIG_CPU_ABRT_NOMMU) += abort-nommu.o 24 obj-$(CONFIG_CPU_ABRT_EV4) += abort-ev4.o 25 obj-$(CONFIG_CPU_ABRT_EV4T) += abort-ev4t.o 26 obj-$(CONFIG_CPU_ABRT_LV4T) += abort-lv4t.o 27 obj-$(CONFIG_CPU_ABRT_EV5T) += abort-ev5t.o 28 obj-$(CONFIG_CPU_ABRT_EV5TJ) += abort-ev5tj.o 29 obj-$(CONFIG_CPU_ABRT_EV6) += abort-ev6.o 30 obj-$(CONFIG_CPU_ABRT_EV7) += abort-ev7.o
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | scan.c | 173 bool abort = false; in orinoco_add_hostscan_results() local 208 abort = true; in orinoco_add_hostscan_results() 216 abort = true; in orinoco_add_hostscan_results() 225 abort = true; in orinoco_add_hostscan_results() 240 cfg80211_scan_done(priv->scan_request, abort); in orinoco_add_hostscan_results() 245 void orinoco_scan_done(struct orinoco_private *priv, bool abort) in orinoco_scan_done() argument 248 cfg80211_scan_done(priv->scan_request, abort); in orinoco_scan_done()
|
D | fw.c | 149 goto abort; in orinoco_dl_firmware() 156 goto abort; in orinoco_dl_firmware() 167 goto abort; in orinoco_dl_firmware() 178 goto abort; in orinoco_dl_firmware() 184 goto abort; in orinoco_dl_firmware() 189 abort: in orinoco_dl_firmware()
|
D | scan.h | 19 void orinoco_scan_done(struct orinoco_private *priv, bool abort);
|
/linux-4.4.14/arch/arm/include/asm/ |
D | assembler.h | 368 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER() 380 .long 9999b, \abort 384 .macro usracc, instr, reg, ptr, inc, cond, rept, abort 398 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort 400 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort 408 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=TUSER() 421 .long 9999b, \abort 428 .macro strusr, reg, ptr, inc, cond=al, rept=1, abort=9001f 429 usracc str, \reg, \ptr, \inc, \cond, \rept, \abort 432 .macro ldrusr, reg, ptr, inc, cond=al, rept=1, abort=9001f [all …]
|
D | glue-pf.h | 54 #error Unknown prefetch abort handler type
|
D | glue-df.h | 99 #error Unknown data abort handler type
|
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 34 abort(); in do_one() 46 abort(); in do_one() 52 abort(); in do_one() 58 abort(); in do_one()
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio_ops.c | 210 u8 abort; in sdio_reset() local 214 ret = mmc_io_rw_direct_host(host, 0, 0, SDIO_CCCR_ABORT, 0, &abort); in sdio_reset() 216 abort = 0x08; in sdio_reset() 218 abort |= 0x08; in sdio_reset() 220 ret = mmc_io_rw_direct_host(host, 1, 0, SDIO_CCCR_ABORT, abort, NULL); in sdio_reset()
|
D | core.c | 940 int __mmc_claim_host(struct mmc_host *host, atomic_t *abort) in __mmc_claim_host() argument 953 stop = abort ? atomic_read(abort) : 0; in __mmc_claim_host()
|
/linux-4.4.14/drivers/ide/ |
D | ide-taskfile.c | 492 goto abort; in ide_taskfile_ioctl() 500 goto abort; in ide_taskfile_ioctl() 504 goto abort; in ide_taskfile_ioctl() 513 goto abort; in ide_taskfile_ioctl() 517 goto abort; in ide_taskfile_ioctl() 585 goto abort; in ide_taskfile_ioctl() 604 goto abort; in ide_taskfile_ioctl() 621 goto abort; in ide_taskfile_ioctl() 633 goto abort; in ide_taskfile_ioctl() 651 goto abort; in ide_taskfile_ioctl() [all …]
|
D | ide-ioctls.c | 170 goto abort; in ide_cmd_ioctl() 181 abort: in ide_cmd_ioctl()
|
/linux-4.4.14/drivers/hwmon/ |
D | lm80.c | 188 goto abort; in lm80_update_device() 193 goto abort; in lm80_update_device() 198 goto abort; in lm80_update_device() 204 goto abort; in lm80_update_device() 209 goto abort; in lm80_update_device() 214 goto abort; in lm80_update_device() 219 goto abort; in lm80_update_device() 224 goto abort; in lm80_update_device() 227 goto abort; in lm80_update_device() 233 goto abort; in lm80_update_device() [all …]
|
D | adc128d818.c | 94 goto abort; in adc128_update_device() 100 goto abort; in adc128_update_device() 106 goto abort; in adc128_update_device() 112 goto abort; in adc128_update_device() 117 goto abort; in adc128_update_device() 122 goto abort; in adc128_update_device() 127 goto abort; in adc128_update_device() 135 abort: in adc128_update_device()
|
D | nct7802.c | 206 goto abort; in nct7802_read_temp() 211 goto abort; in nct7802_read_temp() 215 abort: in nct7802_read_temp() 228 goto abort; in nct7802_read_fan() 231 goto abort; in nct7802_read_fan() 238 abort: in nct7802_read_fan() 252 goto abort; in nct7802_read_fan_min() 255 goto abort; in nct7802_read_fan_min() 262 abort: in nct7802_read_fan_min() 281 goto abort; in nct7802_write_fan_min() [all …]
|
D | lineage-pem.c | 151 goto abort; in pem_read_block() 154 goto abort; in pem_read_block() 158 abort: in pem_read_block() 179 goto abort; in pem_update_device() 189 goto abort; in pem_update_device() 200 goto abort; in pem_update_device() 209 abort: in pem_update_device()
|
D | max1668.c | 96 goto abort; in max1668_update_device() 102 goto abort; in max1668_update_device() 109 goto abort; in max1668_update_device() 116 goto abort; in max1668_update_device() 124 goto abort; in max1668_update_device() 131 goto abort; in max1668_update_device() 137 abort: in max1668_update_device()
|
D | max31790.c | 91 goto abort; in max31790_update_device() 97 goto abort; in max31790_update_device() 104 goto abort; in max31790_update_device() 113 goto abort; in max31790_update_device() 119 goto abort; in max31790_update_device() 125 goto abort; in max31790_update_device() 135 abort: in max31790_update_device()
|
D | sch5636.c | 92 goto abort; in sch5636_update_device() 99 goto abort; in sch5636_update_device() 112 goto abort; in sch5636_update_device() 120 goto abort; in sch5636_update_device() 138 goto abort; in sch5636_update_device() 146 goto abort; in sch5636_update_device() 158 abort: in sch5636_update_device()
|
D | max6697.c | 196 goto abort; in max6697_update_device() 204 goto abort; in max6697_update_device() 212 goto abort; in max6697_update_device() 219 goto abort; in max6697_update_device() 228 goto abort; in max6697_update_device() 239 goto abort; in max6697_update_device() 246 abort: in max6697_update_device()
|
D | ltc4151.c | 87 goto abort; in ltc4151_update_device() 94 abort: in ltc4151_update_device()
|
D | tmp401.c | 257 goto abort; in tmp401_update_device() 275 goto abort; in tmp401_update_device() 284 goto abort; in tmp401_update_device() 290 goto abort; in tmp401_update_device() 295 goto abort; in tmp401_update_device() 303 abort: in tmp401_update_device()
|
D | max6639.c | 124 goto abort; in max6639_update_device() 134 goto abort; in max6639_update_device() 142 goto abort; in max6639_update_device() 151 goto abort; in max6639_update_device() 159 abort: in max6639_update_device()
|
D | lm95234.c | 179 goto abort; in lm95234_update_device() 186 goto abort; in lm95234_update_device() 191 goto abort; in lm95234_update_device() 196 goto abort; in lm95234_update_device() 201 goto abort; in lm95234_update_device() 208 abort: in lm95234_update_device()
|
D | ltc4261.c | 90 goto abort; in ltc4261_update_device() 97 abort: in ltc4261_update_device()
|
D | ina209.c | 95 goto abort; in ina209_update_device() 102 abort: in ina209_update_device() 331 goto abort; in ina209_set_value() 335 abort: in ina209_set_value()
|
D | menf21bmc_hwmon.c | 70 goto abort; in menf21bmc_hwmon_update() 77 abort: in menf21bmc_hwmon_update()
|
D | ds620.c | 127 goto abort; in ds620_update_client() 136 abort: in ds620_update_client()
|
D | lm73.c | 156 goto abort; in show_maxmin_alarm() 162 abort: in show_maxmin_alarm()
|
D | adt7x10.c | 165 goto abort; in adt7x10_update_temp() 172 goto abort; in adt7x10_update_temp() 179 abort: in adt7x10_update_temp()
|
D | sch5627.c | 121 goto abort; in sch5627_update_device() 131 goto abort; in sch5627_update_device() 143 goto abort; in sch5627_update_device() 151 abort: in sch5627_update_device()
|
D | smm665.c | 257 goto abort; in smm665_update_device() 266 goto abort; in smm665_update_device() 273 abort: in smm665_update_device()
|
D | lm75.c | 550 goto abort; in lm75_update_device() 558 abort: in lm75_update_device()
|
D | jc42.c | 240 goto abort; in jc42_update_device() 247 abort: in jc42_update_device()
|
/linux-4.4.14/tools/virtio/asm/ |
D | barrier.h | 11 # define rmb() abort() 12 # define wmb() abort()
|
/linux-4.4.14/scripts/ |
D | unifdef.c | 360 abort(); /* bug */ in main() 462 print, done, abort }, 466 drop, Eeof, abort }, 470 print, Eeof, abort }, 474 print, Eeof, abort }, 478 drop, Eeof, abort }, 482 print, Eeof, abort }, 486 print, Eeof, abort }, 490 drop, Eeof, abort }, 494 print, Eeof, abort }, [all …]
|
D | asn1_compiler.c | 820 abort(); in parse() 912 abort(); in parse_type()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-diolan-u2c.c | 361 goto abort; in diolan_usb_xfer() 367 goto abort; in diolan_usb_xfer() 381 goto abort; in diolan_usb_xfer() 389 goto abort; in diolan_usb_xfer() 398 goto abort; in diolan_usb_xfer() 403 goto abort; in diolan_usb_xfer() 408 abort: in diolan_usb_xfer()
|
D | i2c-amd756.c | 126 goto abort; in amd756_transaction() 143 goto abort; in amd756_transaction() 180 abort: in amd756_transaction()
|
D | i2c-mv64xxx.c | 539 char abort = 0; in mv64xxx_i2c_wait_for_completion() local 547 abort = 1; in mv64xxx_i2c_wait_for_completion() 550 abort = 1; in mv64xxx_i2c_wait_for_completion() 553 if (abort && drv_data->block) { in mv64xxx_i2c_wait_for_completion()
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm0010.c | 383 goto abort; in wm0010_firmware_load() 391 goto abort; in wm0010_firmware_load() 401 goto abort; in wm0010_firmware_load() 417 goto abort; in wm0010_firmware_load() 495 abort: in wm0010_firmware_load() 551 goto abort; in wm0010_stage2_load() 561 goto abort; in wm0010_stage2_load() 564 abort: in wm0010_stage2_load() 635 goto abort; in wm0010_boot() 662 goto abort; in wm0010_boot() [all …]
|
/linux-4.4.14/arch/arm/mach-exynos/ |
D | pm.c | 220 goto abort; in exynos_cpu0_enter_aftr() 232 goto abort; in exynos_cpu0_enter_aftr() 241 abort: in exynos_cpu0_enter_aftr()
|
/linux-4.4.14/drivers/hwmon/pmbus/ |
D | pmbus.c | 139 goto abort; in pmbus_identify() 157 goto abort; in pmbus_identify() 162 abort: in pmbus_identify()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_lbr.c | 437 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local 452 abort = !!(info & LBR_INFO_ABORT); in intel_pmu_lbr_read_64() 462 abort = !!(from & LBR_FROM_FLAG_ABORT); in intel_pmu_lbr_read_64() 475 if (abort && x86_pmu.lbr_double_abort && out > 0) in intel_pmu_lbr_read_64() 483 cpuc->lbr_entries[out].abort = abort; in intel_pmu_lbr_read_64() 643 static int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() argument 663 if (abort) in branch_type() 831 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()
|
/linux-4.4.14/drivers/md/ |
D | raid0.c | 149 goto abort; in create_strip_zones() 156 goto abort; in create_strip_zones() 161 goto abort; in create_strip_zones() 192 goto abort; in create_strip_zones() 197 goto abort; in create_strip_zones() 202 goto abort; in create_strip_zones() 213 goto abort; in create_strip_zones() 273 abort: in create_strip_zones()
|
D | raid1.c | 1659 goto abort; in raid1_remove_disk() 1668 goto abort; in raid1_remove_disk() 1676 goto abort; in raid1_remove_disk() 1694 abort: in raid1_remove_disk() 1840 int abort = 0; in fix_sync_read_error() local 1856 abort = 1; in fix_sync_read_error() 1858 if (abort) { in fix_sync_read_error() 2784 goto abort; in setup_conf() 2790 goto abort; in setup_conf() 2794 goto abort; in setup_conf() [all …]
|
D | multipath.c | 295 goto abort; in multipath_remove_disk() 303 goto abort; in multipath_remove_disk() 307 abort: in multipath_remove_disk()
|
D | raid5.c | 3195 int abort = 0; in handle_failed_sync() local 3222 abort = 1; in handle_failed_sync() 3229 abort = 1; in handle_failed_sync() 3231 if (abort) in handle_failed_sync() 3235 md_done_sync(conf->mddev, STRIPE_SECTORS, !abort); in handle_failed_sync() 6503 goto abort; in setup_conf() 6511 goto abort; in setup_conf() 6540 goto abort; in setup_conf() 6545 goto abort; in setup_conf() 6565 goto abort; in setup_conf() [all …]
|
D | md.c | 824 goto abort; in sb_equal() 837 abort: in sb_equal() 971 goto abort; in super_90_load() 980 goto abort; in super_90_load() 984 goto abort; in super_90_load() 989 goto abort; in super_90_load() 1011 goto abort; in super_90_load() 1017 goto abort; in super_90_load() 1038 abort: in super_90_load() 4999 goto abort; in md_alloc() [all …]
|
D | raid10.c | 1771 goto abort; in raid10_remove_disk() 1782 goto abort; in raid10_remove_disk() 1790 goto abort; in raid10_remove_disk() 1808 abort: in raid10_remove_disk() 4053 goto abort; in raid10_start_reshape() 4096 goto abort; in raid10_start_reshape() 4103 abort: in raid10_start_reshape()
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_client.c | 201 int err, abort; in __xenbus_switch_state() local 207 abort = 1; in __xenbus_switch_state() 217 goto abort; in __xenbus_switch_state() 222 goto abort; in __xenbus_switch_state() 225 abort = 0; in __xenbus_switch_state() 226 abort: in __xenbus_switch_state() 227 err = xenbus_transaction_end(xbt, abort); in __xenbus_switch_state() 229 if (err == -EAGAIN && !abort) in __xenbus_switch_state()
|
D | xenbus_xs.c | 526 int xenbus_transaction_end(struct xenbus_transaction t, int abort) in xenbus_transaction_end() argument 531 if (abort) in xenbus_transaction_end()
|
/linux-4.4.14/net/sctp/ |
D | sm_statefuns.c | 3241 struct sctp_chunk *abort; in sctp_sf_tabort_8_4_8() local 3249 abort = sctp_make_abort(asoc, chunk, 0); in sctp_sf_tabort_8_4_8() 3250 if (!abort) { in sctp_sf_tabort_8_4_8() 3256 if (sctp_test_T_bit(abort)) in sctp_sf_tabort_8_4_8() 3260 abort->skb->sk = ep->base.sk; in sctp_sf_tabort_8_4_8() 3262 sctp_packet_append_chunk(packet, abort); in sctp_sf_tabort_8_4_8() 3711 struct sctp_chunk *abort; in sctp_sf_do_asconf_ack() local 3759 abort = sctp_make_abort(asoc, asconf_ack, in sctp_sf_do_asconf_ack() 3761 if (abort) { in sctp_sf_do_asconf_ack() 3762 sctp_init_cause(abort, SCTP_ERROR_ASCONF_ACK, 0); in sctp_sf_do_asconf_ack() [all …]
|
D | sm_sideeffect.c | 575 struct sctp_chunk *abort; in sctp_cmd_assoc_failed() local 592 abort = sctp_make_violation_max_retrans(asoc, chunk); in sctp_cmd_assoc_failed() 593 if (abort) in sctp_cmd_assoc_failed() 595 SCTP_CHUNK(abort)); in sctp_cmd_assoc_failed()
|
/linux-4.4.14/net/rxrpc/ |
D | ar-connevent.c | 231 goto abort; in rxrpc_secure_connection() 234 goto abort; in rxrpc_secure_connection() 243 goto abort; in rxrpc_secure_connection() 249 abort: in rxrpc_secure_connection()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | shpchp_hpc.c | 956 goto abort; in shpc_init() 963 goto abort; in shpc_init() 969 goto abort; in shpc_init() 979 goto abort; in shpc_init() 996 goto abort; in shpc_init() 1002 goto abort; in shpc_init() 1011 goto abort; in shpc_init() 1109 abort: in shpc_init()
|
D | pciehp_hpc.c | 752 goto abort; in pcie_init_slot() 760 abort: in pcie_init_slot() 799 goto abort; in pcie_init() 839 abort: in pcie_init()
|
/linux-4.4.14/tools/virtio/linux/ |
D | bug.h | 8 #define BUG() abort()
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-armv.S | 67 @ Call the processor-specific abort handler: 73 @ The abort handler must return the aborted address in r0, and 331 @ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode 332 @ and reuses the same macros. However in abort mode we must also 343 mrs r2, spsr @ Save spsr_abt, abort is now safe 356 mov lr, r1 @ Restore lr_abt, abort is unsafe 1025 * of which is copied into r0 for the mode specific abort handler.
|
D | traps.c | 756 void abort(void) in abort() function 763 EXPORT_SYMBOL(abort);
|
/linux-4.4.14/Documentation/powerpc/ |
D | transactional_memory.txt | 60 abort handler can check the cause of the failure, and retry. 71 - See the ISA for full documentation of everything that will abort transactions. 89 Care must be taken when relying on syscalls to abort during active transactions 102 abort transactions. The usual ucontext_t passed to the signal handler 156 suspend, we are in trouble because if we get a tm abort, the program counter and 186 These can be checked by the user program's abort handler as TEXASR[0:7]. If
|
/linux-4.4.14/drivers/net/dsa/ |
D | mv88e6xxx.c | 1052 goto abort; in mv88e6xxx_set_port_state() 1065 goto abort; in mv88e6xxx_set_port_state() 1072 abort: in mv88e6xxx_set_port_state() 1959 goto abort; in mv88e6xxx_setup_port() 2023 goto abort; in mv88e6xxx_setup_port() 2058 goto abort; in mv88e6xxx_setup_port() 2073 goto abort; in mv88e6xxx_setup_port() 2079 goto abort; in mv88e6xxx_setup_port() 2091 goto abort; in mv88e6xxx_setup_port() 2105 goto abort; in mv88e6xxx_setup_port() [all …]
|
/linux-4.4.14/include/linux/ |
D | pr.h | 14 enum pr_type type, bool abort);
|
D | nvme.h | 532 struct nvme_abort_cmd abort; member
|
/linux-4.4.14/arch/arm/common/ |
D | mcpm_entry.c | 96 goto abort; in __mcpm_outbound_enter_critical() 126 goto abort; in __mcpm_outbound_enter_critical() 132 abort: in __mcpm_outbound_enter_critical()
|
D | mcpm_head.S | 128 @ point onwards will observe INBOUND_COMING_UP and abort. 130 @ Wait for any previously-pending cluster teardown operations to abort
|
/linux-4.4.14/arch/blackfin/mm/ |
D | isram-driver.c | 383 goto abort; in isram_test_init() 385 goto abort; in isram_test_init() 392 abort: in isram_test_init()
|
/linux-4.4.14/arch/alpha/math-emu/ |
D | sfp-util.h | 30 #define abort() goto bad_insn macro
|
/linux-4.4.14/arch/sparc/math-emu/ |
D | sfp-util_32.h | 108 #define abort() \ macro
|
D | sfp-util_64.h | 113 #define abort() \ macro
|
/linux-4.4.14/drivers/net/ppp/ |
D | pppoe.c | 497 goto abort; in pppoe_disc_rcv() 501 goto abort; in pppoe_disc_rcv() 527 abort: in pppoe_disc_rcv() 943 goto abort; in __pppoe_xmit() 946 goto abort; in __pppoe_xmit() 952 goto abort; in __pppoe_xmit() 973 abort: in __pppoe_xmit()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | sfp-util.h | 65 #define abort() BUG() macro
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | traps.c | 291 void abort(void) in abort() function 298 EXPORT_SYMBOL(abort);
|
D | entry.S | 266 @ Call the processor-specific abort handler: 271 @ The abort handler must return the aborted address in r0, and 345 b.l do_PrefetchAbort @ call abort handler 429 @ Call the processor-specific abort handler: 434 @ The abort handler must return the aborted address in r0, and 480 b.l do_PrefetchAbort @ call abort handler
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.arcmsr | 30 ** 1.20.00.08 6/23/2005 Erich Chen bug fix with abort command, 33 ** 1.20.00.09 9/12/2005 Erich Chen bug fix with abort command handling, firmware versi… 37 ** add some useful message for abort command
|
D | scsi_eh.txt | 108 is invoked to schedule an asynchrous abort. If that fails 116 After a timeout occurs a command abort is scheduled from 117 scsi_abort_command(). If the abort is successful the command 159 We'll talk about how SCSI EH takes actions to abort - make LLDD
|
D | ChangeLog.sym53c8xx | 18 - In the CCB abort path, do not assume that the CCB is currently 302 - Add support for task abort and bus device reset SCSI message 306 when the driver is told to abort a command that is disconnected and 426 We need to first abort the current SCRIPTS operation prior to
|
D | ChangeLog.lpfc | 29 if we timed out waiting for command to complete after abort was 90 * Reduced severity of "SCSI layer issued abort device" message to 110 * Added new typedefs for abort and reset functions. 113 * Removed TXQ from all abort and reset handlers since it is never 328 abort and reset routines converted. Handle_ring_event 452 * Abort handler will try to wait for abort completion before 458 * Hung dt session fix. When the midlayer calls to abort a scsi 459 command, make sure the driver does not complete post-abort 772 * Streamline code in lpfc_els_retry fixup abort case in 1106 * Don't abort commands immediately when there is an RSCN event to
|
D | tmscsim.txt | 350 * More intelligent abort() routine 386 * In some situations, the driver will get stuck in an abort loop. This is a
|
D | scsi_mid_low_api.txt | 743 eh_abort_handler - abort given command 827 * will ever complete. You may not abort and restart the command from 836 * eh_abort_handler - abort command associated with scp 1371 LLD interface functions abort() and reset() have been removed.
|
D | ChangeLog.1992-1997 | 826 Move abort timeout message. Fix panic in request_queueable to 1396 * scsi.h: Add #defines for return codes for the abort and reset 1401 * scsi.c: Act based upon return codes from abort/reset functions. 1403 * All host adapter abort/reset functions: Return new return code.
|
/linux-4.4.14/net/mac80211/ |
D | offchannel.c | 345 if (roc->abort) in ieee80211_sw_roc_work() 398 ieee80211_roc_notify_destroy(roc, !roc->abort); in ieee80211_sw_roc_work() 483 roc->abort = true; in ieee80211_roc_purge()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | dport.c | 196 bool cr_done = false, abort = false; in dp_link_train_cr() local 213 abort = true; in dp_link_train_cr() 222 } while (!cr_done && !abort && ++tries < 5); in dp_link_train_cr()
|
/linux-4.4.14/arch/x86/kernel/ |
D | uprobes.c | 514 void (*abort)(struct arch_uprobe *, struct pt_regs *); member 584 .abort = default_abort_op, 937 if (auprobe->ops->abort) in arch_uprobe_abort_xol() 938 auprobe->ops->abort(auprobe, regs); in arch_uprobe_abort_xol()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_log_cil.c | 380 int abort) in xlog_cil_committed() argument 386 ctx->start_lsn, abort); in xlog_cil_committed() 390 (mp->m_flags & XFS_MOUNT_DISCARD) && !abort); in xlog_cil_committed() 399 if (abort) in xlog_cil_committed()
|
D | xfs_trans_priv.h | 33 bool abort);
|
D | xfs_trans.c | 740 bool abort) in xfs_trans_free_items() argument 751 if (abort) in xfs_trans_free_items()
|
/linux-4.4.14/include/linux/netfilter/ |
D | nfnetlink.h | 30 int (*abort)(struct sk_buff *skb); member
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | mvme147hw.h | 46 volatile u_char abort; member
|
/linux-4.4.14/Documentation/DocBook/ |
D | tracepoint.xml.db | 10 API-trace-block-rq-abort
|
D | filesystems.xml.db | 251 API-jbd2-journal-abort
|
D | networking.xml.db | 132 API-skb-abort-seq-read
|
/linux-4.4.14/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 35 abort(); in test_one()
|
/linux-4.4.14/Documentation/arm/ |
D | swp_emulation | 10 sequence. If a memory access fault (an abort) occurs, a segmentation fault is
|
D | 00-INDEX | 40 - alignment abort handler documentation
|
D | kernel_user_helpers.txt | 64 abort();
|
/linux-4.4.14/arch/sh/math-emu/ |
D | sfp-util.h | 68 #define abort() return 0 macro
|
/linux-4.4.14/net/netfilter/ |
D | nfnetlink.c | 317 if (!ss->commit || !ss->abort) { in nfnetlink_rcv_batch() 426 ss->abort(oskb); in nfnetlink_rcv_batch() 434 ss->abort(oskb); in nfnetlink_rcv_batch()
|
/linux-4.4.14/drivers/nvdimm/ |
D | label.c | 684 goto abort; in __blk_label_update() 696 goto abort; in __blk_label_update() 719 goto abort; in __blk_label_update() 732 goto abort; in __blk_label_update() 776 abort: in __blk_label_update()
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | xenbus.c | 773 goto abort; in connect() 786 goto abort; in connect() 796 goto abort; in connect() 804 goto abort; in connect() 824 abort: in connect()
|
D | blkback.c | 533 goto abort; in xen_vbd_resize() 543 goto abort; in xen_vbd_resize() 552 abort: in xen_vbd_resize()
|
/linux-4.4.14/Documentation/networking/ |
D | rxrpc.txt | 248 (*) A call may be aborted by adding an abort control message to the control 249 data. Issuing an abort terminates the kernel's use of that call's tag. 254 an abort or a busy message terminates the kernel's use of that call's tag. 341 This is can be used by an application to abort a call by passing it to 342 sendmsg, or it can be delivered by recvmsg to indicate a remote abort was 344 specify the call affected. If an abort is being sent, then error EBADSLT 558 If an abort or error occurred, this will be returned in the control data 660 RXRPC_ABORT - indicates abort code (4 byte data) 752 This is used to abort a call if it's still in an abortable state. The 753 abort code specified will be placed in the ABORT message sent. [all …]
|
D | policy-routing.txt | 15 REJECT - abort route lookup and return an error value. 16 THROW - abort route lookup in this class.
|
D | operstates.txt | 145 -do 802.1X, eventually abort if flags go down again
|
/linux-4.4.14/tools/usb/usbip/libsrc/ |
D | usbip_common.h | 87 abort(); \
|
/linux-4.4.14/Documentation/acpi/apei/ |
D | output_format.txt | 79 single-symbol chipkill ECC | multi-symbol chipkill ECC | master abort | \ 80 target abort | parity error | watchdog timeout | invalid address | \
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 957 struct console_abort *abort = vq->dev->priv; in console_input() local 990 abort->count = 0; in console_input() 994 abort->count++; in console_input() 995 if (abort->count == 1) in console_input() 996 gettimeofday(&abort->start, NULL); in console_input() 997 else if (abort->count == 3) { in console_input() 1001 if (now.tv_sec <= abort->start.tv_sec+1) in console_input() 1003 abort->count = 0; in console_input() 1560 abort(); in getreg_num() 1587 abort(); in setreg_num() [all …]
|
/linux-4.4.14/net/ipv4/ |
D | tcp_timer.c | 309 goto abort; in tcp_probe_timer() 317 goto abort; in tcp_probe_timer() 323 abort: tcp_write_err(sk); in tcp_probe_timer()
|
D | tcp_ipv4.c | 315 void tcp_req_err(struct sock *sk, u32 seq, bool abort) in tcp_req_err() argument 325 } else if (abort) { in tcp_req_err()
|
/linux-4.4.14/drivers/usb/class/ |
D | usblp.c | 1128 goto abort; in usblp_probe() 1138 goto abort; in usblp_probe() 1145 goto abort; in usblp_probe() 1161 goto abort; in usblp_probe() 1167 goto abort; in usblp_probe() 1206 abort: in usblp_probe()
|
/linux-4.4.14/fs/isofs/ |
D | inode.c | 1005 goto abort; in isofs_get_blocks() 1028 goto abort; in isofs_get_blocks() 1042 goto abort; in isofs_get_blocks() 1057 goto abort; in isofs_get_blocks() 1066 goto abort; in isofs_get_blocks() 1075 abort: in isofs_get_blocks()
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_scsi.c | 647 bool abort) in csio_scsi_init_abrt_cls_wr() argument 663 (FW_SCSI_ABRT_CLS_WR_SUB_OPCODE(abort) | in csio_scsi_init_abrt_cls_wr() 674 csio_scsi_abrt_cls(struct csio_ioreq *req, bool abort) in csio_scsi_abrt_cls() argument 686 csio_scsi_init_abrt_cls_wr(req, wrp.addr1, size, abort); in csio_scsi_abrt_cls() 693 csio_scsi_init_abrt_cls_wr(req, (void *)tmpwr, size, abort); in csio_scsi_abrt_cls() 1273 csio_scsim_cleanup_io(struct csio_scsim *scm, bool abort) in csio_scsim_cleanup_io() argument 1295 if (abort) { in csio_scsim_cleanup_io() 1887 csio_do_abrt_cls(struct csio_hw *hw, struct csio_ioreq *ioreq, bool abort) in csio_do_abrt_cls() argument 1903 if (abort == SCSI_ABORT) in csio_do_abrt_cls()
|
D | csio_scsi.h | 332 int csio_scsim_cleanup_io(struct csio_scsim *, bool abort);
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_state.c | 352 goto abort; in drbd_req_state() 364 goto abort; in drbd_req_state() 371 goto abort; in drbd_req_state() 380 goto abort; in drbd_req_state() 396 abort: in drbd_req_state() 1830 goto abort; in _conn_request_state() 1835 goto abort; in _conn_request_state() 1868 goto abort; in _conn_request_state() 1890 abort: in _conn_request_state()
|
/linux-4.4.14/Documentation/filesystems/ |
D | fuse.txt | 140 'abort' 142 Writing anything into this file will abort the filesystem 204 In either of these cases it may be useful to abort the connection to 420 This is solved with doing the copy atomically, and allowing abort 423 taking place, and abort is delayed until this flag is unset.
|
D | ext4.txt | 220 abort Simulate the effects of calling ext4_abort() for 233 data_err=abort Abort the journal if an error occurs in a file
|
D | sharedsubtree.txt | 901 3. abort phases. 923 if any memory allocations fail, go to the abort phase.
|
/linux-4.4.14/include/uapi/linux/ |
D | fd.h | 89 abort, /* number of errors to be reached before aborting */ member
|
D | perf_event.h | 965 abort:1, /* transaction abort */ member
|
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 494 goto abort; in myri10ge_read_mac_addr() 513 abort: in myri10ge_read_mac_addr() 893 goto abort; in myri10ge_dma_test() 902 goto abort; in myri10ge_dma_test() 912 goto abort; in myri10ge_dma_test() 917 abort: in myri10ge_dma_test() 3163 goto abort; in myri10ge_set_multicast_list() 3178 goto abort; in myri10ge_set_multicast_list() 3192 goto abort; in myri10ge_set_multicast_list() 3200 goto abort; in myri10ge_set_multicast_list() [all …]
|
/linux-4.4.14/drivers/scsi/ |
D | hpsa.c | 5542 struct CommandList *abort, int reply_queue) in hpsa_send_abort() argument 5552 (void) fill_cmd(c, HPSA_ABORT_MSG, h, &abort->Header.tag, in hpsa_send_abort() 5557 hpsa_get_tag(h, abort, &taglower, &tagupper); in hpsa_send_abort() 5635 unsigned char *scsi3addr, struct CommandList *abort, int reply_queue) in hpsa_send_reset_as_abort_ioaccel2() argument 5644 scmd = abort->scsi_cmd; in hpsa_send_reset_as_abort_ioaccel2() 5667 if (!hpsa_get_pdisk_of_ioaccel2(h, abort, psa)) { in hpsa_send_reset_as_abort_ioaccel2() 5706 struct CommandList *abort, int reply_queue) in hpsa_send_abort_ioaccel2() argument 5714 dev = abort->scsi_cmd->device->hostdata; in hpsa_send_abort_ioaccel2() 5719 setup_ioaccel2_abort_cmd(c, h, abort, reply_queue); in hpsa_send_abort_ioaccel2() 5722 hpsa_get_tag(h, abort, &taglower, &tagupper); in hpsa_send_abort_ioaccel2() [all …]
|
D | NCR5380.c | 2418 int abort = 0; local 2445 abort = 1; 2455 abort = 1; 2465 abort = 1; 2502 abort = 1; 2506 if (abort) {
|
D | ncr53c8xx.c | 1890 ncrcmd abort [ 2]; member 3318 PADDRH (abort), 3328 PADDRH (abort), 4684 cpu_to_scr(NCB_SCRIPTH_PHYS (np, abort)); 7346 cp->restart.schedule.l_paddr = cpu_to_scr(NCB_SCRIPTH_PHYS (np, abort)); in ncr_init_ccb()
|
/linux-4.4.14/drivers/mmc/host/ |
D | omap.c | 141 unsigned abort:1; member 406 int abort) in mmc_omap_release_dma() argument 624 host->abort = 0; in mmc_omap_abort_command() 635 if (host->cmd != NULL && !host->abort) { in mmc_omap_cmd_timer() 638 host->abort = 1; in mmc_omap_cmd_timer() 838 host->abort = 1; in mmc_omap_irq()
|
D | omap_hsmmc.c | 2346 goto abort; in omap_hsmmc_runtime_suspend() 2354 abort: in omap_hsmmc_runtime_suspend()
|
/linux-4.4.14/Documentation/s390/ |
D | qeth.txt | 29 BRIDGEDHOST={reset|register|deregister|abort} - host address
|
/linux-4.4.14/include/xen/ |
D | xenbus.h | 147 int xenbus_transaction_end(struct xenbus_transaction t, int abort);
|
/linux-4.4.14/include/linux/mmc/ |
D | core.h | 189 extern int __mmc_claim_host(struct mmc_host *host, atomic_t *abort);
|
/linux-4.4.14/Documentation/arm64/ |
D | legacy_instructions.txt | 13 Generates undefined instruction abort. Default for instructions that
|
/linux-4.4.14/tools/virtio/ |
D | vringh_test.c | 28 abort(); in never_notify_host() 33 abort(); in never_callback_guest() 477 abort(); in main()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-report.txt | 88 abort cost. This is the global weight. 90 - transaction: Transaction abort flags. 114 - abort: TSX transaction abort.
|
D | perf-script.txt | 172 transaction abort, trace begin, trace end, and in transaction, 184 A/- : A=TSX abort entry, -=not aborted region or not supported
|
D | perf-record.txt | 250 - abort_tx: only when the target is a hardware transaction abort 265 abort events and some memory events in precise mode on modern Intel CPUs.
|
D | perf-top.txt | 119 local_weight, abort, in_tx, transaction, overhead, sample, period.
|
D | intel-pt.txt | 103 system, asynchronous, interrupt, transaction abort, trace begin, trace end, and 684 tranasaction start, commit or abort.
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | atom.c | 62 bool abort; member 632 ctx->abort = true; in atom_op_calltable() 735 ctx->abort = true; in atom_op_jump() 1181 ectx.abort = false; in atom_execute_table_locked() 1195 if (ectx.abort) { in atom_execute_table_locked()
|
/linux-4.4.14/Documentation/spi/ |
D | spidev_test.c | 30 abort(); in pabort()
|
/linux-4.4.14/drivers/block/mtip32xx/ |
D | mtip32xx.c | 2040 goto abort; in exec_drive_taskfile() 2047 goto abort; in exec_drive_taskfile() 2051 goto abort; in exec_drive_taskfile() 2059 goto abort; in exec_drive_taskfile() 2068 goto abort; in exec_drive_taskfile() 2073 goto abort; in exec_drive_taskfile() 2080 goto abort; in exec_drive_taskfile() 2099 goto abort; in exec_drive_taskfile() 2141 goto abort; in exec_drive_taskfile() 2183 goto abort; in exec_drive_taskfile() [all …]
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 119 version - 1 (userspace should abort if otherwise) 231 - TCMU will post commands, and then abort them after a timeout period 238 the kernel will abort pending tasks. 242 - The kernel will abort pending tasks after a timeout period.
|
/linux-4.4.14/Documentation/zh_CN/arm/ |
D | kernel_user_helpers.txt | 79 abort();
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | atom.c | 62 bool abort; member 629 ctx->abort = true; in atom_op_calltable() 753 ctx->abort = true; in atom_op_jump() 1227 ectx.abort = false; in amdgpu_atom_execute_table_locked() 1241 if (ectx.abort) { in amdgpu_atom_execute_table_locked()
|
/linux-4.4.14/block/ |
D | ioctl.c | 354 struct pr_preempt __user *arg, bool abort) in blkdev_pr_preempt() argument 368 return ops->pr_preempt(bdev, p.old_key, p.new_key, p.type, abort); in blkdev_pr_preempt()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio.h | 254 u32 abort; /* rev8 */ member
|
D | sdio.c | 1241 static void brcmf_sdio_rxfail(struct brcmf_sdio *bus, bool abort, bool rtx) in brcmf_sdio_rxfail() argument 1249 abort ? "abort command, " : "", in brcmf_sdio_rxfail() 1252 if (abort) in brcmf_sdio_rxfail()
|
/linux-4.4.14/include/math-emu/ |
D | op-common.h | 363 abort(); \ 447 abort(); \ 516 abort(); \
|
D | op-2.h | 358 abort(); \
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | nested-vmx.txt | 72 As mandated by the spec, other than the two fields revision_id and abort, 94 u32 abort;
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | sfp-machine.h | 353 #define abort() \ macro
|
/linux-4.4.14/drivers/scsi/isci/ |
D | scu_task_context.h | 593 u32 abort:1; member
|
D | request.c | 228 task_context->abort = 0; in scu_ssp_reqeust_construct_task_context() 510 task_context->abort = 0; in scu_sata_reqeust_construct_task_context() 3018 ireq->tc->abort = 1; in sci_request_aborting_state_enter() 3244 task_context->abort = 0; in sci_io_request_construct_smp()
|
D | port.c | 891 tc->abort = 0; in sci_port_post_dummy_request() 915 tc->abort = 1; in sci_port_abort_dummy_request()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 958 int abort = 0; in iwch_modify_qp() local 1049 abort=0; in iwch_modify_qp() 1065 abort=1; in iwch_modify_qp() 1151 iwch_ep_disconnect(ep, abort, GFP_KERNEL); in iwch_modify_qp()
|
D | iwch_cm.c | 1739 int abort = 1; in ep_timeout() local 1765 abort = 0; in ep_timeout() 1768 if (abort) in ep_timeout()
|
/linux-4.4.14/drivers/ata/ |
D | sata_sil24.c | 985 int abort = 0, freeze = 0; in sil24_error_intr() local 1026 abort = 1; in sil24_error_intr() 1097 else if (abort) { in sil24_error_intr()
|
D | sata_fsl.c | 1093 int freeze = 0, abort=0; in sata_fsl_error_intr() local 1150 abort = 1; in sata_fsl_error_intr() 1205 else if (abort) { in sata_fsl_error_intr()
|
D | sata_mv.c | 2661 int abort = 0; in mv_err_intr() local 2768 abort = 1; in mv_err_intr() 2775 abort = 1; in mv_err_intr() 2778 if (abort) { in mv_err_intr()
|
/linux-4.4.14/drivers/bus/ |
D | Kconfig | 63 arbiter. This driver provides timeout and target abort error handling
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb.c | 474 abort(); in term_handler()
|
/linux-4.4.14/kernel/ |
D | resource.c | 997 int abort = 0; in reserve_region_with_split() local 1005 abort = 1; in reserve_region_with_split() 1017 if (!abort) in reserve_region_with_split()
|
/linux-4.4.14/fs/ntfs/ |
D | dir.c | 1216 goto abort; in ntfs_readdir() 1409 goto abort; in ntfs_readdir() 1423 abort: in ntfs_readdir()
|
/linux-4.4.14/Documentation/frv/ |
D | atomic-ops.txt | 29 (*) The CCCR.CC3 register is reserved within the kernel to act as an atomic modify abort flag.
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | test_harness.h | 448 abort(); in __bail()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 1356 int abort = 0; in c4iw_modify_qp() local 1454 abort = 0; in c4iw_modify_qp() 1483 abort = 1; in c4iw_modify_qp() 1553 abort = 1; in c4iw_modify_qp() 1569 c4iw_ep_disconnect(ep, abort, internal ? GFP_ATOMIC : in c4iw_modify_qp()
|
D | cm.c | 3942 int abort = 1; in process_timeout() local 3975 abort = 0; in process_timeout() 3980 abort = 0; in process_timeout() 3982 if (abort) in process_timeout()
|
/linux-4.4.14/tools/perf/util/ |
D | event.h | 136 u64 abort:1; member
|
D | sort.c | 1164 return left->branch_info->flags.abort != in sort__abort_cmp() 1165 right->branch_info->flags.abort; in sort__abort_cmp() 1174 if (he->branch_info->flags.abort) in hist_entry__abort_snprintf()
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_ppp.c | 396 goto abort; in pppol2tp_xmit() 401 goto abort; in pppol2tp_xmit() 437 abort: in pppol2tp_xmit()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ptrace.c | 1824 bool abort = false; in do_syscall_trace_enter() local 1838 abort = tracehook_report_syscall_entry(regs) != 0; in do_syscall_trace_enter() 1856 if (abort || regs->gpr[0] >= NR_syscalls) { in do_syscall_trace_enter()
|
D | head_40x.S | 943 _GLOBAL(abort)
|
D | head_fsl_booke.S | 1051 _GLOBAL(abort)
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 943 void ath_scan_complete(struct ath_softc *sc, bool abort) in ath_scan_complete() argument 947 if (abort) in ath_scan_complete() 955 ieee80211_scan_completed(sc->hw, abort); in ath_scan_complete()
|
D | ath9k.h | 470 void ath_scan_complete(struct ath_softc *sc, bool abort);
|
/linux-4.4.14/fs/fuse/ |
D | cuse.c | 587 static DEVICE_ATTR(abort, 0200, NULL, cuse_class_abort_store);
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | zynq-7000.dtsi | 280 interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | hw_exception_handler.S | 918 .globl abort; 920 abort: label
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | dev.h | 415 u32 abort; member
|
D | tx.c | 902 priv->reply_agg_tx_stats.abort++; in iwlagn_count_agg_tx_err_status()
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 1332 cmd.abort.opcode = nvme_admin_abort_cmd; in nvme_abort_req() 1333 cmd.abort.cid = req->tag; in nvme_abort_req() 1334 cmd.abort.sqid = cpu_to_le16(nvmeq->qid); in nvme_abort_req() 1335 cmd.abort.command_id = abort_req->tag; in nvme_abort_req() 2168 enum pr_type type, bool abort) in nvme_pr_preempt() argument 2170 u32 cdw10 = nvme_pr_type(type) << 8 | abort ? 2 : 1; in nvme_pr_preempt()
|
/linux-4.4.14/fs/f2fs/ |
D | segment.c | 214 int commit_inmem_pages(struct inode *inode, bool abort) in commit_inmem_pages() argument 235 if (!abort) { in commit_inmem_pages() 243 if (!abort) { in commit_inmem_pages() 272 if (!abort) { in commit_inmem_pages()
|
/linux-4.4.14/Documentation/blockdev/ |
D | cciss.txt | 159 to abort the command. If that doesn't work, the device is reset.
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | rpc.c | 1194 goto abort; in srpc_send_rpc() 1288 abort: in srpc_send_rpc()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 540 * The target has dropped ATN (doesn't want to abort or BDR) 1491 * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag, 1635 * to mesgin to give an invalid message, let the host abort us. 1641 * cdb, abort the command. 1702 * or we want to abort this command. Either way, the target
|
D | aic79xx.seq | 966 * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag, 1198 * to mesgin to give an invalid message, let the host abort us. 1204 * cdb, abort the command. 1290 * or we want to abort this command. Either way, the target
|
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon.c | 1349 goto abort; in pfm_reserve_session() 1361 if (pfm_sessions.pfs_sys_sessions) goto abort; in pfm_reserve_session() 1385 abort: in pfm_reserve_session() 1617 if (ret < 0) goto abort; in pfm_read() 1633 abort: in pfm_read()
|
/linux-4.4.14/tools/perf/ |
D | builtin-script.c | 458 br->entries[i].flags.abort? 'A' : '-', in print_sample_brstack() 497 br->entries[i].flags.abort? 'A' : '-', in print_sample_brstacksym()
|
/linux-4.4.14/Documentation/ |
D | applying-patches.txt | 102 options. It can either refuse to apply the changes and abort or it can try 161 in error, then just say [n]o and abort this patch. If you applied this patch
|
/linux-4.4.14/Documentation/hwmon/ |
D | pmbus-core | 101 core code will abort if the chip driver returns an error code when reading
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 631 handle the PCI master abort on all platforms if the PCI device is 633 MMIO reads to master abort (a.k.a. "Soft Fail") and return garbage
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-power | 170 successful, will make the kernel abort a subsequent transition
|
/linux-4.4.14/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 87 abort(); in handler_call_die()
|