/linux-6.8/include/linux/ |
D | signal.h | 341 * terminate - kill the process, i.e. all threads in the group, 355 * | SIGHUP | terminate | 356 * | SIGINT | terminate | 363 * | SIGKILL | terminate(+) | 364 * | SIGUSR1 | terminate | 366 * | SIGUSR2 | terminate | 367 * | SIGPIPE | terminate | 368 * | SIGALRM | terminate | 369 * | SIGTERM | terminate | 379 * | SIGVTALRM | terminate | [all …]
|
D | dmaengine.h | 496 * @cmd_terminate: true, if terminate cmd is supported 1093 * dmaengine_terminate_all() - Terminate all active DMA transfers 1094 * @chan: The channel for which to terminate the transfers 1108 * dmaengine_terminate_async() - Terminate all active DMA transfers 1109 * @chan: The channel for which to terminate the transfers 1111 * Calling this function will terminate all active and pending descriptors 1163 * dmaengine_terminate_sync() - Terminate all active DMA transfers 1164 * @chan: The channel for which to terminate the transfers 1166 * Calling this function will terminate all active and pending transfers
|
/linux-6.8/kernel/bpf/ |
D | cgroup_iter.c | 22 * The iter program can terminate the walk early by returning 1. Walk 53 bool terminate; member 75 p->terminate = false; in cgroup_iter_seq_start() 107 if (p->terminate) in cgroup_iter_seq_next() 140 /* if prog returns > 0, terminate after this element. */ in __cgroup_iter_seq_show() 142 p->terminate = true; in __cgroup_iter_seq_show() 174 p->terminate = false; in BTF_ID_LIST_GLOBAL_SINGLE()
|
/linux-6.8/drivers/spi/ |
D | spi-slave-time.c | 50 goto terminate; in spi_slave_time_complete() 54 goto terminate; in spi_slave_time_complete() 58 terminate: in spi_slave_time_complete()
|
D | spi-slave-system-control.c | 56 goto terminate; in spi_slave_system_control_complete() 87 goto terminate; in spi_slave_system_control_complete() 91 terminate: in spi_slave_system_control_complete()
|
/linux-6.8/include/scsi/fc/ |
D | fc_encaps.h | 72 FC_EOF_T = 0x42, /* terminate (last frame of sequence) */ 74 FC_EOF_DT = 0x46, /* disconnect-terminate class-1 */ 76 FC_EOF_DTI = 0x4e, /* disconnect-terminate-invalid */
|
/linux-6.8/Documentation/ABI/testing/ |
D | sysfs-bus-fsi | 24 Sends an FSI terminate command from the master to its 25 connected slave. A terminate resets the slave's state machines
|
/linux-6.8/sound/aoa/fabrics/ |
D | layout.c | 132 {} /* terminate array by .connected == 0 */ 156 {} /* terminate array by .connected == 0 */ 173 {} /* terminate array by .connected == 0 */ 190 {} /* terminate array by .connected == 0 */ 203 {} /* terminate array by .connected == 0 */ 216 {} /* terminate array by .connected == 0 */ 233 {} /* terminate array by .connected == 0 */ 241 {} /* terminate array by .connected == 0 */ 249 {} /* terminate array by .connected == 0 */ 257 {} /* terminate array by .connected == 0 */ [all …]
|
/linux-6.8/tools/testing/selftests/arm64/signal/testcases/ |
D | fake_sigreturn_bad_size.c | 47 /* and terminate properly */ in fake_sigreturn_bad_size_run() 63 /* and terminate properly */ in fake_sigreturn_bad_size_run()
|
D | fake_sigreturn_duplicated_fpsimd.c | 35 /* and terminate */ in fake_sigreturn_duplicated_fpsimd_run()
|
/linux-6.8/net/bluetooth/hidp/ |
D | core.c | 108 if (atomic_read(&session->terminate)) in hidp_send_message() 244 if (atomic_read(&session->terminate)) in hidp_get_raw_report() 276 !atomic_read(&session->terminate)) { in hidp_get_raw_report() 281 || atomic_read(&session->terminate), in hidp_get_raw_report() 351 !atomic_read(&session->terminate)) { in hidp_set_raw_report() 356 || atomic_read(&session->terminate), in hidp_set_raw_report() 886 * on success, otherwise it will terminate the session thread. 1072 * Terminate session thread 1080 atomic_inc(&session->terminate); in hidp_session_terminate() 1155 * notify the session-thread to terminate. The thread itself owns a reference [all …]
|
/linux-6.8/sound/synth/emux/ |
D | emux_synth.c | 93 emu->ops.terminate(vp); in snd_emux_note_on() 361 * terminate note - if free flag is true, free the terminated voice 382 * terminate note - exported for midi emulation 395 if (snd_BUG_ON(!emu || !emu->ops.terminate)) in snd_emux_terminate_note() 403 * Terminate all the notes 433 * Terminate all voices associated with the given port 446 if (snd_BUG_ON(!emu || !emu->ops.terminate)) in snd_emux_sounds_off_all() 467 * Terminate all voices that have the same exclusive class. This 489 * terminate a voice 495 emu->ops.terminate(vp); in terminate_voice()
|
/linux-6.8/drivers/net/wan/ |
D | hdlc_ppp.c | 268 RTR = Receive-Terminate-Request str = Send-Terminate-Request 269 RTA = Receive-Terminate-Ack sta = Send-Terminate-Ack 318 if (action & (SCR | STR)) /* set Configure-Req/Terminate-Req timer */ in ppp_cp_event() 334 if (action & STR) /* send Terminate-Request */ in ppp_cp_event() 336 if (action & STA) /* send Terminate-Ack */ in ppp_cp_event()
|
/linux-6.8/drivers/i2c/busses/ |
D | i2c-davinci.c | 130 u8 terminate; member 462 dev->terminate = 0; in i2c_davinci_xfer_msg() 503 dev->terminate = 1; in i2c_davinci_xfer_msg() 584 if (!dev->terminate) in terminate_read() 593 if (!dev->terminate) in terminate_write() 659 /* signal can terminate transfer */ in i2c_davinci_isr() 679 /* signal can terminate transfer */ in i2c_davinci_isr()
|
/linux-6.8/drivers/usb/usbip/ |
D | vudc_transfer.c | 202 * terminate reads. in transfer() 236 * short packets terminate, maybe with overflow/underflow. in transfer() 261 /* many requests terminate without a short packet */ in transfer() 291 /* host side completion --> terminate */ in transfer()
|
/linux-6.8/tools/testing/selftests/arm64/fp/ |
D | fp-stress.c | 45 static bool terminate; variable 294 if (terminate) in handle_exit_signal() 299 terminate = true; in handle_exit_signal() 569 if (terminate) in main() 634 terminate = true; in main()
|
/linux-6.8/tools/testing/selftests/rcutorture/bin/ |
D | jitterstop.sh | 5 # then wait for them to terminate.
|
/linux-6.8/drivers/gpu/drm/i915/pxp/ |
D | intel_pxp_regs.h | 24 /* PXP global terminate register for session termination */
|
/linux-6.8/tools/usb/usbip/src/ |
D | usbipd.c | 496 int i, terminate; in do_standalone_mode() local 558 terminate = 0; in do_standalone_mode() 559 while (!terminate) { in do_standalone_mode() 565 terminate = 1; in do_standalone_mode()
|
/linux-6.8/arch/arm64/tools/ |
D | gen-cpucaps.awk | 7 # Log an error and terminate
|
/linux-6.8/drivers/s390/char/ |
D | tape_char.c | 256 * terminate the tape (one to terminate the file, the second to in tapechar_write() 314 * write all required tapemarks. Otherwise only one to terminate the in tapechar_release()
|
/linux-6.8/drivers/infiniband/sw/siw/ |
D | iwarp.h | 204 * Terminate Hdr bits & fields 278 struct iwarp_terminate terminate; member
|
/linux-6.8/fs/9p/ |
D | v9fs.c | 523 * v9fs_session_cancel - terminate a session 524 * @v9ses: session to terminate 536 * v9fs_session_begin_cancel - Begin terminate of a session 537 * @v9ses: session to terminate
|
/linux-6.8/tools/rcu/ |
D | extract-stall.sh | 14 # Terminate the script, if the argument is missing
|
/linux-6.8/Documentation/arch/s390/ |
D | vfio-ap.rst | 845 higher than the maximum is specified, the operation will terminate with 857 will terminate with an error (EADDRNOTAVAIL). 861 terminate with an error (EBUSY). 865 terminate with an error (EBUSY). 871 higher than the maximum is specified, the operation will terminate with 883 will terminate with an error (EADDRNOTAVAIL). 887 terminate with an error (EBUSY). 891 terminate with an error (EBUSY). 897 than the maximum is specified, the operation will terminate with an
|