Home
last modified time | relevance | path

Searched refs:abort (Results 1 – 200 of 236) sorted by relevance

12

/linux-4.4.14/arch/unicore32/lib/
Dcopy_template.S75 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 …]
Dcopy_to_user.S36 .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
Dcopy_from_user.S36 .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/
Dcopy_to_user.S44 .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 …]
Dcopy_from_user.S44 .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 …]
Dcopy_template.S116 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 …]
Dmemcpy.S20 .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/
Dfuse_test.c52 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 …]
Dmemfd_test.c38 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/
Dassembler.h100 .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/
DMakefile23 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/
Dscan.c173 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()
Dfw.c149 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()
Dscan.h19 void orinoco_scan_done(struct orinoco_private *priv, bool abort);
/linux-4.4.14/arch/arm/include/asm/
Dassembler.h368 .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 …]
Dglue-pf.h54 #error Unknown prefetch abort handler type
Dglue-df.h99 #error Unknown data abort handler type
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c34 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/
Dsdio_ops.c210 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()
Dcore.c940 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/
Dide-taskfile.c492 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 …]
Dide-ioctls.c170 goto abort; in ide_cmd_ioctl()
181 abort: in ide_cmd_ioctl()
/linux-4.4.14/drivers/hwmon/
Dlm80.c188 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 …]
Dadc128d818.c94 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()
Dnct7802.c206 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 …]
Dlineage-pem.c151 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()
Dmax1668.c96 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()
Dmax31790.c91 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()
Dsch5636.c92 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()
Dmax6697.c196 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()
Dltc4151.c87 goto abort; in ltc4151_update_device()
94 abort: in ltc4151_update_device()
Dtmp401.c257 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()
Dmax6639.c124 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()
Dlm95234.c179 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()
Dltc4261.c90 goto abort; in ltc4261_update_device()
97 abort: in ltc4261_update_device()
Dina209.c95 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()
Dmenf21bmc_hwmon.c70 goto abort; in menf21bmc_hwmon_update()
77 abort: in menf21bmc_hwmon_update()
Dds620.c127 goto abort; in ds620_update_client()
136 abort: in ds620_update_client()
Dlm73.c156 goto abort; in show_maxmin_alarm()
162 abort: in show_maxmin_alarm()
Dadt7x10.c165 goto abort; in adt7x10_update_temp()
172 goto abort; in adt7x10_update_temp()
179 abort: in adt7x10_update_temp()
Dsch5627.c121 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()
Dsmm665.c257 goto abort; in smm665_update_device()
266 goto abort; in smm665_update_device()
273 abort: in smm665_update_device()
Dlm75.c550 goto abort; in lm75_update_device()
558 abort: in lm75_update_device()
Djc42.c240 goto abort; in jc42_update_device()
247 abort: in jc42_update_device()
/linux-4.4.14/tools/virtio/asm/
Dbarrier.h11 # define rmb() abort()
12 # define wmb() abort()
/linux-4.4.14/scripts/
Dunifdef.c360 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 …]
Dasn1_compiler.c820 abort(); in parse()
912 abort(); in parse_type()
/linux-4.4.14/drivers/i2c/busses/
Di2c-diolan-u2c.c361 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()
Di2c-amd756.c126 goto abort; in amd756_transaction()
143 goto abort; in amd756_transaction()
180 abort: in amd756_transaction()
Di2c-mv64xxx.c539 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/
Dwm0010.c383 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/
Dpm.c220 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/
Dpmbus.c139 goto abort; in pmbus_identify()
157 goto abort; in pmbus_identify()
162 abort: in pmbus_identify()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c437 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/
Draid0.c149 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()
Draid1.c1659 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 …]
Dmultipath.c295 goto abort; in multipath_remove_disk()
303 goto abort; in multipath_remove_disk()
307 abort: in multipath_remove_disk()
Draid5.c3195 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 …]
Dmd.c824 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 …]
Draid10.c1771 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/
Dxenbus_client.c201 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()
Dxenbus_xs.c526 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/
Dsm_statefuns.c3241 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 …]
Dsm_sideeffect.c575 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/
Dar-connevent.c231 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/
Dshpchp_hpc.c956 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()
Dpciehp_hpc.c752 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/
Dbug.h8 #define BUG() abort()
/linux-4.4.14/arch/arm/kernel/
Dentry-armv.S67 @ 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.
Dtraps.c756 void abort(void) in abort() function
763 EXPORT_SYMBOL(abort);
/linux-4.4.14/Documentation/powerpc/
Dtransactional_memory.txt60 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/
Dmv88e6xxx.c1052 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/
Dpr.h14 enum pr_type type, bool abort);
Dnvme.h532 struct nvme_abort_cmd abort; member
/linux-4.4.14/arch/arm/common/
Dmcpm_entry.c96 goto abort; in __mcpm_outbound_enter_critical()
126 goto abort; in __mcpm_outbound_enter_critical()
132 abort: in __mcpm_outbound_enter_critical()
Dmcpm_head.S128 @ 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/
Disram-driver.c383 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/
Dsfp-util.h30 #define abort() goto bad_insn macro
/linux-4.4.14/arch/sparc/math-emu/
Dsfp-util_32.h108 #define abort() \ macro
Dsfp-util_64.h113 #define abort() \ macro
/linux-4.4.14/drivers/net/ppp/
Dpppoe.c497 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/
Dsfp-util.h65 #define abort() BUG() macro
/linux-4.4.14/arch/unicore32/kernel/
Dtraps.c291 void abort(void) in abort() function
298 EXPORT_SYMBOL(abort);
Dentry.S266 @ 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/
DChangeLog.arcmsr30 ** 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
Dscsi_eh.txt108 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
DChangeLog.sym53c8xx18 - 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
DChangeLog.lpfc29 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
Dtmscsim.txt350 * More intelligent abort() routine
386 * In some situations, the driver will get stuck in an abort loop. This is a
Dscsi_mid_low_api.txt743 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.
DChangeLog.1992-1997826 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/
Doffchannel.c345 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/
Ddport.c196 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/
Duprobes.c514 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/
Dxfs_log_cil.c380 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()
Dxfs_trans_priv.h33 bool abort);
Dxfs_trans.c740 bool abort) in xfs_trans_free_items() argument
751 if (abort) in xfs_trans_free_items()
/linux-4.4.14/include/linux/netfilter/
Dnfnetlink.h30 int (*abort)(struct sk_buff *skb); member
/linux-4.4.14/arch/m68k/include/asm/
Dmvme147hw.h46 volatile u_char abort; member
/linux-4.4.14/Documentation/DocBook/
Dtracepoint.xml.db10 API-trace-block-rq-abort
Dfilesystems.xml.db251 API-jbd2-journal-abort
Dnetworking.xml.db132 API-skb-abort-seq-read
/linux-4.4.14/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c35 abort(); in test_one()
/linux-4.4.14/Documentation/arm/
Dswp_emulation10 sequence. If a memory access fault (an abort) occurs, a segmentation fault is
D00-INDEX40 - alignment abort handler documentation
Dkernel_user_helpers.txt64 abort();
/linux-4.4.14/arch/sh/math-emu/
Dsfp-util.h68 #define abort() return 0 macro
/linux-4.4.14/net/netfilter/
Dnfnetlink.c317 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/
Dlabel.c684 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/
Dxenbus.c773 goto abort; in connect()
786 goto abort; in connect()
796 goto abort; in connect()
804 goto abort; in connect()
824 abort: in connect()
Dblkback.c533 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/
Drxrpc.txt248 (*) 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 …]
Dpolicy-routing.txt15 REJECT - abort route lookup and return an error value.
16 THROW - abort route lookup in this class.
Doperstates.txt145 -do 802.1X, eventually abort if flags go down again
/linux-4.4.14/tools/usb/usbip/libsrc/
Dusbip_common.h87 abort(); \
/linux-4.4.14/Documentation/acpi/apei/
Doutput_format.txt79 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/
Dlguest.c957 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/
Dtcp_timer.c309 goto abort; in tcp_probe_timer()
317 goto abort; in tcp_probe_timer()
323 abort: tcp_write_err(sk); in tcp_probe_timer()
Dtcp_ipv4.c315 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/
Dusblp.c1128 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/
Dinode.c1005 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/
Dcsio_scsi.c647 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()
Dcsio_scsi.h332 int csio_scsim_cleanup_io(struct csio_scsim *, bool abort);
/linux-4.4.14/drivers/block/drbd/
Ddrbd_state.c352 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/
Dfuse.txt140 '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.
Dext4.txt220 abort Simulate the effects of calling ext4_abort() for
233 data_err=abort Abort the journal if an error occurs in a file
Dsharedsubtree.txt901 3. abort phases.
923 if any memory allocations fail, go to the abort phase.
/linux-4.4.14/include/uapi/linux/
Dfd.h89 abort, /* number of errors to be reached before aborting */ member
Dperf_event.h965 abort:1, /* transaction abort */ member
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c494 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/
Dhpsa.c5542 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 …]
DNCR5380.c2418 int abort = 0; local
2445 abort = 1;
2455 abort = 1;
2465 abort = 1;
2502 abort = 1;
2506 if (abort) {
Dncr53c8xx.c1890 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/
Domap.c141 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()
Domap_hsmmc.c2346 goto abort; in omap_hsmmc_runtime_suspend()
2354 abort: in omap_hsmmc_runtime_suspend()
/linux-4.4.14/Documentation/s390/
Dqeth.txt29 BRIDGEDHOST={reset|register|deregister|abort} - host address
/linux-4.4.14/include/xen/
Dxenbus.h147 int xenbus_transaction_end(struct xenbus_transaction t, int abort);
/linux-4.4.14/include/linux/mmc/
Dcore.h189 extern int __mmc_claim_host(struct mmc_host *host, atomic_t *abort);
/linux-4.4.14/Documentation/arm64/
Dlegacy_instructions.txt13 Generates undefined instruction abort. Default for instructions that
/linux-4.4.14/tools/virtio/
Dvringh_test.c28 abort(); in never_notify_host()
33 abort(); in never_callback_guest()
477 abort(); in main()
/linux-4.4.14/tools/perf/Documentation/
Dperf-report.txt88 abort cost. This is the global weight.
90 - transaction: Transaction abort flags.
114 - abort: TSX transaction abort.
Dperf-script.txt172 transaction abort, trace begin, trace end, and in transaction,
184 A/- : A=TSX abort entry, -=not aborted region or not supported
Dperf-record.txt250 - 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.
Dperf-top.txt119 local_weight, abort, in_tx, transaction, overhead, sample, period.
Dintel-pt.txt103 system, asynchronous, interrupt, transaction abort, trace begin, trace end, and
684 tranasaction start, commit or abort.
/linux-4.4.14/drivers/gpu/drm/radeon/
Datom.c62 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/
Dspidev_test.c30 abort(); in pabort()
/linux-4.4.14/drivers/block/mtip32xx/
Dmtip32xx.c2040 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/
Dtcmu-design.txt119 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/
Dkernel_user_helpers.txt79 abort();
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Datom.c62 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/
Dioctl.c354 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/
Dsdio.h254 u32 abort; /* rev8 */ member
Dsdio.c1241 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/
Dop-common.h363 abort(); \
447 abort(); \
516 abort(); \
Dop-2.h358 abort(); \
/linux-4.4.14/Documentation/virtual/kvm/
Dnested-vmx.txt72 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/
Dsfp-machine.h353 #define abort() \ macro
/linux-4.4.14/drivers/scsi/isci/
Dscu_task_context.h593 u32 abort:1; member
Drequest.c228 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()
Dport.c891 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/
Diwch_qp.c958 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()
Diwch_cm.c1739 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/
Dsata_sil24.c985 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()
Dsata_fsl.c1093 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()
Dsata_mv.c2661 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/
DKconfig63 arbiter. This driver provides timeout and target abort error handling
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c474 abort(); in term_handler()
/linux-4.4.14/kernel/
Dresource.c997 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/
Ddir.c1216 goto abort; in ntfs_readdir()
1409 goto abort; in ntfs_readdir()
1423 abort: in ntfs_readdir()
/linux-4.4.14/Documentation/frv/
Datomic-ops.txt29 (*) 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/
Dtest_harness.h448 abort(); in __bail()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dqp.c1356 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()
Dcm.c3942 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/
Devent.h136 u64 abort:1; member
Dsort.c1164 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/
Dl2tp_ppp.c396 goto abort; in pppol2tp_xmit()
401 goto abort; in pppol2tp_xmit()
437 abort: in pppol2tp_xmit()
/linux-4.4.14/arch/powerpc/kernel/
Dptrace.c1824 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()
Dhead_40x.S943 _GLOBAL(abort)
Dhead_fsl_booke.S1051 _GLOBAL(abort)
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dchannel.c943 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()
Dath9k.h470 void ath_scan_complete(struct ath_softc *sc, bool abort);
/linux-4.4.14/fs/fuse/
Dcuse.c587 static DEVICE_ATTR(abort, 0200, NULL, cuse_class_abort_store);
/linux-4.4.14/arch/arm/boot/dts/
Dzynq-7000.dtsi280 interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
/linux-4.4.14/arch/microblaze/kernel/
Dhw_exception_handler.S918 .globl abort;
920 abort: label
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Ddev.h415 u32 abort; member
Dtx.c902 priv->reply_agg_tx_stats.abort++; in iwlagn_count_agg_tx_err_status()
/linux-4.4.14/drivers/nvme/host/
Dpci.c1332 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/
Dsegment.c214 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/
Dcciss.txt159 to abort the command. If that doesn't work, the device is reset.
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Drpc.c1194 goto abort; in srpc_send_rpc()
1288 abort: in srpc_send_rpc()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.seq540 * 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
Daic79xx.seq966 * 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/
Dperfmon.c1349 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/
Dbuiltin-script.c458 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/
Dapplying-patches.txt102 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/
Dpmbus-core101 core code will abort if the chip driver returns an error code when reading
/linux-4.4.14/Documentation/PCI/
Dpci.txt631 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/
Dsysfs-power170 successful, will make the kernel abort a subsequent transition
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c87 abort(); in handler_call_die()

12