Home
last modified time | relevance | path

Searched full:hanging (Results 1 – 25 of 122) sorted by relevance

12345

/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_kernel_queue.c199 static void kq_uninitialize(struct kernel_queue *kq, bool hanging) in kq_uninitialize() argument
201 if (kq->queue->properties.type == KFD_QUEUE_TYPE_HIQ && !hanging) in kq_uninitialize()
341 void kernel_queue_uninit(struct kernel_queue *kq, bool hanging) in kernel_queue_uninit() argument
343 kq_uninitialize(kq, hanging); in kernel_queue_uninit()
Dkfd_packet_manager.c270 void pm_uninit(struct packet_manager *pm, bool hanging) in pm_uninit() argument
273 kernel_queue_uninit(pm->priv_queue, hanging); in pm_uninit()
/linux-5.10/drivers/mfd/
Dmcp-core.c94 * to prevent this function hanging.
112 * must be enabled to prevent this function hanging.
/linux-5.10/Documentation/arm/
Dixp4xx.rst112 Finally, there is an IDE port hanging off the expansion bus.
118 replaced with mini-PCI slots and a CF IDE interface hanging off
/linux-5.10/arch/x86/um/asm/
Dprocessor_32.h40 /* Clear any TLS still hanging */ in arch_flush_thread()
/linux-5.10/net/netfilter/
Dxt_repldata.h6 * they serve as the hanging-off data accessed through repl.data[].
/linux-5.10/Documentation/devicetree/bindings/net/dsa/
Ddsa.yaml32 (single device hanging off a CPU port) must not specify this property
/linux-5.10/Documentation/gpu/
Dmsm-crash-dump.rst72 List of buffers from the hanging submission if available.
/linux-5.10/drivers/power/reset/
Daxxia-reset.c38 /* Assert ResetReadDone (to avoid hanging in boot ROM) */ in axxia_restart_handler()
/linux-5.10/arch/sh/drivers/pci/
Dops-dreamcast.c31 * the BBA and hanging some more devices off of it, then this might be
/linux-5.10/arch/mips/kernel/
Dreset.c35 * We're hanging the system so we don't want to be interrupted anymore. in machine_hang()
/linux-5.10/drivers/gpu/drm/i915/
DKconfig.profile83 It is then less likely for a hanging context to cause collateral
/linux-5.10/arch/microblaze/include/asm/
Dpci-bridge.h68 * hanging if we don't have link and try to do config cycles to
/linux-5.10/Documentation/admin-guide/
Dlockup-watchdogs.rst83 kernel seems to be hanging on the nohz_full cores.
/linux-5.10/fs/befs/
DChangeLog110 Now works for overflow nodes hanging off of nodes other than the root
140 hanging disk io problem. It turns out you need to have the sync_pages
/linux-5.10/drivers/gpu/drm/etnaviv/
Detnaviv_dump.c132 /* We always dump registers, mmu, ring, hanging cmdbuf and end marker */ in etnaviv_core_dump()
/linux-5.10/arch/um/os-Linux/
Dmain.c59 * handler is hanging for some reason, the UML will just die in install_fatal_handler()
/linux-5.10/drivers/input/keyboard/
Dnspire-keypad.c124 /* Disable GPIO interrupts to prevent hanging on touchpad */ in nspire_keypad_chip_init()
/linux-5.10/arch/arm/mach-omap2/
Ddma.c99 * In the following configuration, DMA channel hanging can occur: in configure_dma_errata()
/linux-5.10/arch/powerpc/include/asm/
Dpci-bridge.h95 * hanging if we don't have link and try to do config cycles to
/linux-5.10/arch/arm/boot/dts/
Dintegratorap.dts33 * is actually just hanging the system above 71 MHz.
/linux-5.10/drivers/tee/optee/
Dsupp.c259 * This is where supplicant will be hanging most of in optee_supp_recv()
/linux-5.10/arch/x86/kernel/
Dreboot.c542 * we risk hanging up the machine, because the CPU ignores INIT in emergency_vmx_disable_all()
591 * by not rebooting properly and hanging.
Dirq.c45 * irq slots per priority level, and a 'hanging, unacked' IRQ in ack_bad_irq()
/linux-5.10/drivers/media/platform/marvell-ccic/
Dmcam-core.h41 S_IDLE, /* Just hanging around */

12345