Searched refs:unplugged (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | mconsole_kern.c | 322 struct unplugged_pages *unplugged; in mem_config() local 329 unplugged = list_entry(unplugged_pages.next, in mem_config() 332 addr = unplugged->pages[--unplug_index]; in mem_config() 334 list_del(&unplugged->list); in mem_config() 335 addr = unplugged; in mem_config() 349 unplugged = page_address(page); in mem_config() 351 list_add(&unplugged->list, &unplugged_pages); in mem_config() 356 addr = unplugged; in mem_config() 358 unplugged = list_entry(entry, in mem_config() 368 unplugged in mem_config() [all...] |
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | mconsole_kern.c | 323 struct unplugged_pages *unplugged; in mem_config() local 330 unplugged = list_entry(unplugged_pages.next, in mem_config() 333 addr = unplugged->pages[--unplug_index]; in mem_config() 335 list_del(&unplugged->list); in mem_config() 336 addr = unplugged; in mem_config() 350 unplugged = page_address(page); in mem_config() 352 list_add(&unplugged->list, &unplugged_pages); in mem_config() 357 addr = unplugged; in mem_config() 359 unplugged = list_entry(entry, in mem_config() 369 unplugged in mem_config() [all...] |
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_device.h | 132 * @unplugged: 134 * Flag to tell if the device has been unplugged. 137 bool unplugged; member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_device.h | 138 * @unplugged: 140 * Flag to tell if the device has been unplugged. 143 bool unplugged; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_drv.c | 210 * minor->dev pointer will stay valid! However, the device may get unplugged and 378 * shortcoming however, drm_dev_unplug() marks the drm_device as unplugged before 388 * Called at module unload time or when a PCI device is unplugged. 418 * be entered after the device has been unplugged. The section end is marked 428 if (dev->unplugged) { in drm_dev_enter() 442 * the device has been unplugged. 464 * the new value of ->unplugged, and any critical section which might in drm_dev_unplug() 465 * still have seen the old value of ->unplugged is guaranteed to have in drm_dev_unplug() 468 dev->unplugged = true; in drm_dev_unplug()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_drv.c | 235 * minor->dev pointer will stay valid! However, the device may get unplugged and 403 * shortcoming however, drm_dev_unplug() marks the drm_device as unplugged before 413 * Called at module unload time or when a PCI device is unplugged. 443 * be entered after the device has been unplugged. The section end is marked 453 if (dev->unplugged) { in drm_dev_enter() 467 * the device has been unplugged. 489 * the new value of ->unplugged, and any critical section which might in drm_dev_unplug() 490 * still have seen the old value of ->unplugged is guaranteed to have in drm_dev_unplug() 493 dev->unplugged = true; in drm_dev_unplug()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | hif_usb.c | 1437 bool unplugged = (udev->state == USB_STATE_NOTATTACHED) ? true : false; in ath9k_hif_usb_disconnect() local 1445 ath9k_htc_hw_deinit(hif_dev->htc_handle, unplugged); in ath9k_hif_usb_disconnect() 1453 if (!unplugged && (hif_dev->flags & HIF_USB_READY)) in ath9k_hif_usb_disconnect()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | hif_usb.c | 1435 bool unplugged = udev->state == USB_STATE_NOTATTACHED; in ath9k_hif_usb_disconnect() local 1443 ath9k_htc_hw_deinit(hif_dev->htc_handle, unplugged); in ath9k_hif_usb_disconnect() 1451 if (!unplugged && (hif_dev->flags & HIF_USB_READY)) in ath9k_hif_usb_disconnect()
|
/kernel/linux/linux-5.10/drivers/virtio/ |
H A D | virtio_mem.c | 130 * plugged/unplugged. 310 * Mark all selected subblocks unplugged. 341 * Test if all selected subblocks are unplugged. 354 * Find the first unplugged subblock. Returns vm->nb_sb_per_mb in case there is 600 * offlined and add the unplugged pages to the managed in virtio_mem_notify_going_offline() 610 dump_page(page, "unplugged page referenced"); in virtio_mem_notify_going_offline() 627 * subtract the unplugged pages from the managed page in virtio_mem_notify_cancel_offline() 982 * memory block. Will fail if any subblock cannot get unplugged (instead of 987 * Note: can fail after some subblocks were unplugged. 1026 * Note: can fail after some subblocks were unplugged [all...] |
/kernel/linux/linux-6.6/drivers/virtio/ |
H A D | virtio_mem.c | 47 * Subblocks within a Linux memory block might either be plugged or unplugged. 173 * plugged" are completely unplugged and can be offlined 228 * plugged/unplugged. 521 * Mark all selected subblocks unplugged. 552 * Test if all selected subblocks are unplugged. 566 * Find the first unplugged subblock. Returns vm->sbm.sbs_per_mb in case there is 777 * unplugged. Can be called on online and offline memory blocks. 787 * Once all subblocks of a memory block were unplugged, offline and in virtio_mem_sbm_try_remove_unplugged_mb() 1244 * and add the unplugged pages to the managed page counters (so in virtio_mem_fake_offline_going_offline() 1267 * unplugged page in virtio_mem_fake_offline_cancel_offline() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 5512 goto unplugged; in il_isr() 5524 unplugged: in il_isr()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 5510 goto unplugged; in il_isr() 5522 unplugged: in il_isr()
|
Completed in 25 milliseconds