/linux-4.1.27/include/linux/ |
H A D | freezer.h | 22 * Check if a process has been frozen 24 static inline bool frozen(struct task_struct *p) frozen() function 86 * complete. However, we don't want kernel threads to be frozen in unexpected 90 * (the child) does a little before exec/exit and it can't be frozen before 99 * target frozen state is reached. IOW, the current task will be 100 * considered frozen enough by freezers. 102 * The caller shouldn't do anything which isn't allowed for a frozen task 139 * freezer_should_skip - whether to skip a task when determining frozen 144 * test whether a task should be skipped when determining the target frozen 146 * frozen enough. 154 * impossible for a task to slip frozen state testing after freezer_should_skip() 163 * task to be frozen. Note that neither return any clear indication of 260 static inline bool frozen(struct task_struct *p) { return false; } freezing() function
|
H A D | journal-head.h | 48 * Copy of the buffer data frozen for writing to the log. 102 /* Trigger type for the committing transaction's frozen data */
|
H A D | slub_def.h | 16 FREE_FROZEN, /* Freeing to frozen slab */ 44 struct page *partial; /* Partially allocated frozen slabs */
|
H A D | cpu.h | 104 /* Used for CPU hotplug events occurring while tasks are frozen due to a suspend
|
H A D | suspend.h | 279 * Called right after devices have been frozen and before the nonboot 304 * Called right after devices have been frozen and before the nonboot
|
H A D | mm_types.h | 106 unsigned frozen:1; member in struct:page::__anon12163::__anon12165::__anon12166::__anon12167::__anon12168
|
H A D | fs.h | 1252 /* Possible states of 'frozen' field */ 1255 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ 1269 int frozen; /* Is sb frozen? */ member in struct:sb_writers 1425 * system is already frozen, the function waits until the file system is 1454 * faults preventing freezing. If the file system is already frozen, the
|
H A D | sched.h | 1979 #define PF_NOFREEZE 0x00008000 /* this thread should not be frozen */ 1980 #define PF_FROZEN 0x00010000 /* frozen for system suspend */ 1992 #define PF_SUSPEND_TASK 0x80000000 /* this thread called freeze_processes and should not be frozen */
|
H A D | jbd2.h | 1061 * buffer that is the frozen data for commit.
|
H A D | libata.h | 243 ATA_PFLAG_FROZEN = (1 << 2), /* port is frozen */
|
H A D | netdevice.h | 3225 * checked the frozen bit. netif_tx_lock()
|
/linux-4.1.27/kernel/ |
H A D | freezer.c | 28 /* protects freezing and frozen transitions */ 32 * freezing_slow_path - slow path for testing whether a task needs to be frozen 36 * and tests whether @p needs to enter and stay in frozen state. Can be 58 /* Refrigerator is place where frozen processes are stored :-). */ __refrigerator() 116 * %false, if @p is not freezing or already frozen; %true, otherwise 135 if (!freezing(p) || frozen(p)) { freeze_task() 154 if (frozen(p)) __thaw_task() 170 * freezer notices that we aren't frozen yet or the freezing set_freezable()
|
H A D | cgroup_freezer.c | 37 CGROUP_FROZEN = (1 << 3), /* this and its descendants frozen */ 174 * current state before executing the following - !frozen tasks may freezer_attach() 175 * be visible in a FROZEN cgroup and frozen tasks in a THAWED one. freezer_attach() 260 /* are all (live) children frozen? */ update_if_frozen() 273 /* are all tasks frozen? */ 281 * completion. Consider it frozen in addition to 282 * the usual frozen condition. 284 if (!frozen(task) && !freezer_should_skip(task))
|
H A D | hung_task.c | 80 * Ensure the task is not frozen. check_hung_task()
|
H A D | kthread.c | 103 * @was_frozen: optional out parameter, indicates whether %current was frozen 112 bool frozen = false; kthread_freezable_should_stop() local 117 frozen = __refrigerator(true); kthread_freezable_should_stop() 120 *was_frozen = frozen; kthread_freezable_should_stop()
|
H A D | acct.c | 511 * Get freeze protection. If the fs is frozen, just skip the write do_acct_process()
|
H A D | cpu.c | 661 * ensure that the state of the system with respect to the tasks being frozen
|
H A D | kmod.c | 329 * land has been frozen during a system-wide hibernation or suspend operation).
|
H A D | workqueue.c | 4765 * frozen works are transferred to their respective pool worklists.
|
/linux-4.1.27/kernel/power/ |
H A D | user.c | 39 bool frozen; member in struct:snapshot_data 100 data->frozen = false; snapshot_open() 119 if (data->frozen) { snapshot_release() 221 if (data->frozen) snapshot_ioctl() 236 data->frozen = true; snapshot_ioctl() 241 if (!data->frozen || data->ready) snapshot_ioctl() 247 data->frozen = false; snapshot_ioctl() 251 if (data->mode != O_RDONLY || !data->frozen || data->ready) { snapshot_ioctl() 266 if (data->mode != O_WRONLY || !data->frozen || snapshot_ioctl() 332 if (!data->frozen) { snapshot_ioctl() 337 * Tasks are frozen and the notifiers have been called with snapshot_ioctl()
|
H A D | process.c | 98 && freezing(p) && !frozen(p)) for_each_process_thread() 113 * The current thread will not be frozen. The same process that calls 126 /* Make sure this task doesn't get frozen */ freeze_processes() 144 * Now that the whole userspace is frozen we need to disbale freeze_processes()
|
H A D | suspend.c | 341 * frozen processes + suspended devices + idle processors. suspend_enter()
|
H A D | main.c | 383 * frozen, so the event will remain only partially processed until the system is
|
H A D | swap.c | 1385 * @flags_p: flags passed by the "frozen" kernel in the image header should
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | back_to_back_ebbs_test.c | 24 * counter frozen once we've taken enough EBBs. 45 /* Reset but leave counters frozen */ ebb_callee()
|
H A D | no_handler_test.c | 45 /* We expect to see the PMU frozen & PMAO set */ no_handler_test()
|
H A D | pmc56_overflow_test.c | 13 * Test that PMC5 & 6 are frozen (ie. don't overflow) when they are not being
|
H A D | cycles_with_freeze_test.c | 43 trace_log_string(ebb_state.trace, "frozen"); ebb_callee() 104 printf("EBBs while frozen %d\n", ebbs_while_frozen); cycles_with_freeze()
|
/linux-4.1.27/fs/ |
H A D | super.c | 614 * (or immediately if it was not frozen). %NULL is returned if no match 621 if (!s || s->s_writers.frozen == SB_UNFROZEN) get_super_thawed() 625 s->s_writers.frozen == SB_UNFROZEN); get_super_thawed() 703 if (sb->s_writers.frozen != SB_UNFROZEN) do_remount_sb() 720 if (sb->s_writers.frozen != SB_UNFROZEN) do_remount_sb() 1194 if (unlikely(sb->s_writers.frozen >= level)) { __sb_start_write() 1198 sb->s_writers.frozen < level); __sb_start_write() 1206 * Make sure counter is updated before we check for frozen. __sb_start_write() 1207 * freeze_super() first sets frozen and then checks the counter. __sb_start_write() 1210 if (unlikely(sb->s_writers.frozen >= level)) { __sb_start_write() 1244 * of frozen and checking of the counter sb_wait_write() 1265 * During this function, sb->s_writers.frozen goes through these values: 1269 * SB_FREEZE_WRITE: The file system is in the process of being frozen. New 1280 * SB_FREEZE_FS: The file system is frozen. Now all internal sources of fs 1286 * mostly auxiliary for filesystems to verify they do not modify frozen fs. 1288 * sb->s_writers.frozen is protected by sb->s_umount. 1296 if (sb->s_writers.frozen != SB_UNFROZEN) { freeze_super() 1308 sb->s_writers.frozen = SB_FREEZE_COMPLETE; freeze_super() 1314 sb->s_writers.frozen = SB_FREEZE_WRITE; freeze_super() 1324 sb->s_writers.frozen = SB_FREEZE_PAGEFAULT; freeze_super() 1333 sb->s_writers.frozen = SB_FREEZE_FS; freeze_super() 1342 sb->s_writers.frozen = SB_UNFROZEN; freeze_super() 1351 * sees write activity when frozen is set to SB_FREEZE_COMPLETE. freeze_super() 1353 sb->s_writers.frozen = SB_FREEZE_COMPLETE; freeze_super() 1370 if (sb->s_writers.frozen == SB_UNFROZEN) { thaw_super() 1389 sb->s_writers.frozen = SB_UNFROZEN; thaw_super()
|
H A D | namespace.c | 328 * Most r/o & frozen checks on a fs are for operations that take discrete 340 * frozen. When the write operation is finished, __mnt_drop_write() must be 379 * is not frozen) before returning success. When the write operation is 472 * also allows filesystem to be frozen again. Must be matched with
|
H A D | block_dev.c | 202 * unfreeze process can unfreeze the frozen filesystem actually when multiple
|
H A D | buffer.c | 544 * emergency_thaw_all -- forcibly thaw every frozen filesystem
|
/linux-4.1.27/arch/mips/include/asm/dec/ |
H A D | ecc.h | 31 * The register is frozen when EAR.VALID is set, otherwise it records bits
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 65 * P7IOC blocks PCI config access to frozen PE, but PHB3 pnv_eeh_init() 256 * to clear frozen PE during PCI config access. pnv_eeh_post_init() 439 * the PE becomes frozen for the first time and the flag has pnv_eeh_probe() 593 * Check PHB state. If the PHB is frozen for the pnv_eeh_get_phb_state() 621 * We don't clobber hardware frozen state until PE pnv_eeh_get_pe_state() 693 * If the PE is switching to frozen state for the pnv_eeh_get_pe_state() 936 * frozen state during PE reset. However, the good idea here from pnv_eeh_reset() 937 * benh is to keep frozen state before we get PE reset done completely pnv_eeh_reset() 938 * (until BAR restore). With the frozen state, HW drops illegal IO pnv_eeh_reset() 939 * or MMIO access, which can incur recrusive frozen PE during PE pnv_eeh_reset() 940 * reset. The side effect is that EEH core has to clear the frozen pnv_eeh_reset() 950 * The frozen PE might be caused by PAPR error injection pnv_eeh_reset() 952 * frozen PE as stated in the hardware spec. Unfortunately, pnv_eeh_reset() 1260 * have been frozen. However, we still need poke until pnv_eeh_get_pe() 1261 * hitting the frozen PE on top level. pnv_eeh_get_pe() 1295 * fenced PHB and frozen PE should be handled by EEH core eventually. 1432 * frozen PE. In the time for frozen PE, EEH core pnv_eeh_next_error() 1449 * We probably have the frozen parent PE out there and pnv_eeh_next_error() 1450 * we need have to handle frozen parent PE firstly. pnv_eeh_next_error()
|
H A D | pci.c | 350 pr_warn("%s: Failure %ld clearing frozen " pnv_pci_handle_eeh_config() 392 * Fetch frozen state. If the PHB support compound PE, pnv_pci_config_check_eeh() 413 /* Clear the frozen state if applicable */ pnv_pci_config_check_eeh()
|
H A D | pci-ioda.c | 455 /* Clear frozen state for master PE */ pnv_ioda_unfreeze_pe() 466 /* Clear frozen state for slave PEs */ pnv_ioda_unfreeze_pe() 608 * Clear PE frozen state. If it's master PE, we need pnv_ioda_set_peltv() 609 * clear slave PE frozen state as well. pnv_ioda_set_peltv()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | v4l2-mediabus.h | 46 * v4l2_mbus_pixelcode enum is frozen.
|
H A D | vfio.h | 470 * - unfreeze IO/DMA for frozen PE; 483 #define VFIO_EEH_PE_UNFREEZE_IO 2 /* Enable IO for frozen PE */ 484 #define VFIO_EEH_PE_UNFREEZE_DMA 3 /* Enable DMA for frozen PE */
|
H A D | hdreg.h | 612 * 3 frozen
|
/linux-4.1.27/arch/avr32/mach-at32ap/include/mach/ |
H A D | smc.h | 81 * 2: NWAIT is frozen mode
|
/linux-4.1.27/drivers/media/usb/gspca/ |
H A D | finepix.c | 103 if (gspca_dev->frozen) dostream() 114 if (gspca_dev->frozen) dostream() 133 if (gspca_dev->frozen) dostream()
|
H A D | benq.c | 168 if (gspca_dev->frozen) sd_isoc_irq()
|
H A D | gspca.h | 201 char frozen; /* suspend - resume */ member in struct:gspca_dev
|
H A D | konica.c | 277 if (gspca_dev->frozen) sd_isoc_irq()
|
H A D | sq905c.c | 153 if (gspca_dev->frozen) sq905c_dostream()
|
H A D | vicam.c | 198 if (gspca_dev->frozen) vicam_dostream()
|
H A D | gspca.c | 312 if (gspca_dev->frozen) fill_frame() 385 if (gspca_dev->frozen) bulk_irq() 2221 gspca_dev->frozen = 1; /* avoid urb error messages */ gspca_suspend() 2241 gspca_dev->frozen = 0; gspca_resume()
|
H A D | jl2005bcd.c | 338 if (gspca_dev->frozen) jl2005c_dostream()
|
H A D | sq905.c | 236 if (gspca_dev->frozen) sq905_dostream()
|
H A D | zc3xx.c | 5951 if (gspca_dev->frozen) transfer_update()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | crash.c | 129 * be frozen and INIT might be masked on monarch. In this case, machine_crash_shutdown() 130 * all slaves will be frozen soon since kdump_in_progress will let machine_crash_shutdown() 135 * be frozen soon with no wait since the INIT rendezvous is skipped machine_crash_shutdown()
|
H A D | module.c | 94 RV_LTV = 14, /* S + A (like RV_DIRECT, except frozen at static link-time) */
|
H A D | perfmon.c | 5219 * may have happened before the PMU was frozen. The residual count is not pfm_overflow_handler() 6666 * we run with the PMU not frozen at all times pfm_init_percpu()
|
/linux-4.1.27/drivers/mfd/ |
H A D | ucb1x00-ts.c | 211 bool frozen, ignore = false; ucb1x00_thread() local 216 while (!kthread_freezable_should_stop(&frozen)) { ucb1x00_thread() 220 if (frozen) ucb1x00_thread()
|
/linux-4.1.27/mm/ |
H A D | slub.c | 58 * C. page->frozen -> frozen state 60 * If a slab is frozen then it is exempt from list management. It is not 97 * PageActive The slab is frozen and exempt from list processing. 101 * it is frozen but slab_free will then skip the usual 354 * page->counters can cover frozen/inuse/objects as well set_page_slub_counters() 359 page->frozen = tmp.frozen; set_page_slub_counters() 1450 page->frozen = 1; new_slab() 1581 * Zap the freelist and set the frozen bit. acquire_slab() 1596 VM_BUG_ON(new.frozen); acquire_slab() 1597 new.frozen = 1; acquire_slab() 1836 * to the page freelist while it is still frozen. Leave the deactivate_slab() 1840 * is still frozen. deactivate_slab() 1852 VM_BUG_ON(!new.frozen); deactivate_slab() 1880 VM_BUG_ON(!old.frozen); deactivate_slab() 1891 new.frozen = 0; deactivate_slab() 1902 * is frozen deactivate_slab() 1913 * any frozen slabs. deactivate_slab() 1992 VM_BUG_ON(!old.frozen); unfreeze_partials() 1997 new.frozen = 0; unfreeze_partials() 2028 * Put a page that was just frozen (in __slab_free) into a partial page 2259 * The page is still frozen if the return value is not NULL. 2276 VM_BUG_ON(!new.frozen); get_freelist() 2279 new.frozen = freelist != NULL; get_freelist() 2373 * That page must be frozen for per cpu allocations to work. __slab_alloc() 2375 VM_BUG_ON(!c->page->frozen); __slab_alloc() 2603 was_frozen = new.frozen; __slab_free() 2615 new.frozen = 1; __slab_free() 2644 if (new.frozen && !was_frozen) { __slab_free() 2943 page->frozen = 0; early_kmem_cache_node_alloc()
|
H A D | oom_kill.c | 425 * if it is frozen because OOM killer wouldn't be able to free mark_tsk_oom_victim()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | eeh_driver.c | 477 * Explicitly clear PE's frozen state for PowerNV where 478 * we have frozen PE until BAR restore is completed. It's 480 * PE reset (for 3 times), we try to clear the frozen state 611 /* Clear frozen state */ eeh_reset_device() 740 * is still in frozen state. Clear it before eeh_handle_normal_event() 882 * For fenced PHB and frozen PE, it's handled as normal eeh_handle_special_event() 923 * slot, the associated PE will be frozen. Besides, DMA's occurring
|
H A D | eeh.c | 108 * EEH allowed maximal frozen times. If one particular PE's 109 * frozen count in last hour exceeds this limit, the PE will 316 * when their PEs are in frozen state. Otherwise, fenced eeh_slot_error_detail() 367 * For that case, it's meaningless to recover frozen PE. Intead, 480 * been frozen. eeh_dev_check_failure() 537 * put into frozen state as well. We should take care eeh_dev_check_failure() 620 * This routine should be called to reenable frozen MMIO or DMA 1372 * The PE might have been put into frozen state, but we eeh_dev_open() 1374 * in frozen PE won't work properly. Clear the frozen state eeh_dev_open() 1481 * on the indicated PE, to enable IO or DMA for the frozen PE. 1590 /* The PE is still in frozen state */
|
H A D | eeh_sysfs.c | 82 /* Nothing to do if it's not frozen */ eeh_pe_state_store()
|
H A D | eeh_event.c | 45 * The detection of a frozen slot can occur inside an interrupt,
|
H A D | eeh_pe.c | 501 * eeh_pe_update_time_stamp - Update PE's frozen time stamp 505 * frozen in last hour. The function should be called to update 533 * PE. Also, the associated PCI devices will be put into IO frozen
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
H A D | internal.h | 220 * @frozen: tx stuck queue timer is frozen 237 bool frozen; member in struct:iwl_txq
|
H A D | trans.c | 1528 if (txq->frozen == freeze) iwl_trans_pcie_freeze_txq_timer() 1534 txq->frozen = freeze; iwl_trans_pcie_freeze_txq_timer() 1831 "hwq %.2d: read=%u write=%u use=%d stop=%d need_update=%d frozen=%d%s\n", iwl_dbgfs_tx_queue_read() 1835 txq->need_update, txq->frozen, iwl_dbgfs_tx_queue_read()
|
H A D | tx.c | 941 if (txq->frozen) iwl_pcie_txq_progress() 1273 trans_pcie->txq[txq_id].frozen = false; iwl_trans_pcie_txq_disable()
|
/linux-4.1.27/fs/gfs2/ |
H A D | sys.c | 97 int frozen = (sb->s_writers.frozen == SB_UNFROZEN) ? 0 : 1; freeze_show() local 99 return snprintf(buf, PAGE_SIZE, "%d\n", frozen); freeze_show()
|
H A D | trans.c | 214 printk(KERN_INFO "GFS2:adding buf while frozen\n"); meta_lo_add()
|
H A D | glock.c | 1275 * gfs2_should_freeze - Figure out if glock should be frozen 1278 * Glocks are not frozen if (a) the result of the dlm operation is 1525 * gfs2_glock_thaw - Thaw any frozen glocks
|
/linux-4.1.27/fs/nilfs2/ |
H A D | mdt.h | 36 * @frozen_buffers: list of frozen buffers
|
H A D | mdt.c | 571 brelse(bh_frozen); /* already frozen */ nilfs_mdt_freeze_buffer()
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
H A D | pm-at32ap700x.S | 107 * into "frozen" mode (HSB bus stopped). The SDRAM controller
|
/linux-4.1.27/arch/arm/mach-mmp/ |
H A D | pm-mmp2.c | 187 * Called after processes are frozen, but before we shut down devices.
|
H A D | pm-pxa910.c | 225 * Called after processes are frozen, but before we shut down devices.
|
/linux-4.1.27/drivers/cpuidle/ |
H A D | cpuidle.c | 131 * them and enter it with frozen tick. 140 * be frozen safely. cpuidle_enter_freeze()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_req.h | 255 /* For waking up the frozen transfer log mod_req() has to return if the request 341 That is equivalent since before 96 IO was frozen in the C_WF_BITMAP* drbd_should_do_remote()
|
H A D | drbd_state.c | 1174 * previously frozen IO */ __drbd_set_state() 1744 * previously frozen IO */ conn_set_state()
|
H A D | drbd_main.c | 2253 * frozen local req->private_bio, in case we force-detached. do_retry() 2372 /* DRBD has frozen IO */ drbd_congested()
|
H A D | drbd_nl.c | 508 return false; /* Eventually leave IO frozen */ conn_try_outdate_peer()
|
/linux-4.1.27/arch/powerpc/perf/ |
H A D | core-fsl-emb.c | 230 * mtpmr has been executed and the PMU has frozen fsl_emb_pmu_disable() 693 /* PMM will keep counters frozen until we return from the interrupt. */ perf_event_interrupt()
|
H A D | core-book3s.c | 1182 * executed and the PMU has frozen the events etc. power_pmu_disable() 1402 * If all events are not already frozen, then we disable and 2126 * XXX might want to use MSR.PM to keep the events frozen until perf_event_interrupt()
|
/linux-4.1.27/drivers/ssb/ |
H A D | ssb_private.h | 200 /* Boolean list to indicate whether a device is frozen on this bus. */
|
/linux-4.1.27/arch/mips/include/asm/ip32/ |
H A D | mace.h | 164 /* 0 - channel frozen, 1 - channel enabled */
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-eh.c | 1118 * port cannot be frozen hardware-wise, the interrupt handler 1120 * is frozen. 1134 DPRINTK("ata%u port frozen\n", ap->print_id); __ata_port_freeze() 1261 * Thaw frozen port @ap. 1753 /* if frozen, we can't do much */ ata_eh_analyze_ncq_error() 2424 const char *frozen, *desc; ata_eh_link_report() local 2452 frozen = ""; ata_eh_link_report() 2454 frozen = " frozen"; ata_eh_link_report() 2464 ehc->i.action, frozen, tries_buf); ata_eh_link_report() 2471 ehc->i.action, frozen, tries_buf); ata_eh_link_report() 2885 * Some controllers can't be frozen very well and may set spurious 2887 * information and re-thaw the port if frozen. As reset is the 3566 /* thaw frozen port and recover failed devices */ ata_eh_skip_recovery() 3924 * Can't retry if it's frozen. 4073 * power ready status before the port is frozen. ata_eh_handle_port_suspend()
|
H A D | libahci.c | 2154 * port is marked frozen, the value in pp->intr_mask will be ahci_pmp_attach() 2158 * frozen since the irq handler is not yet registered. ahci_pmp_attach()
|
H A D | libata-acpi.c | 1034 * and port is not frozen. ata_acpi_on_devcfg()
|
H A D | libata-core.c | 1573 /* no internal command while frozen */ ata_exec_internal_sg() 1662 * twice. If we win, the port is frozen and will be ata_exec_internal_sg() 4766 /* no command while frozen */ ata_qc_new_init()
|
H A D | libata-sff.c | 2926 * cancel frozen state. ata_bmdma_error_handler()
|
H A D | libata-scsi.c | 4134 * the port is marked as frozen at allocation time, but if we don't ata_sas_port_start()
|
/linux-4.1.27/fs/ext4/ |
H A D | ext4_jbd2.c | 48 WARN_ON(sb->s_writers.frozen == SB_FREEZE_COMPLETE); ext4_journal_check_start()
|
H A D | mmp.c | 47 * on frozen filesystem. write_mmp_block()
|
/linux-4.1.27/kernel/sched/ |
H A D | idle.c | 113 * has been frozen, all I/O devices have been suspended and the only cpuidle_idle_call()
|
/linux-4.1.27/drivers/scsi/libsas/ |
H A D | sas_ata.c | 131 /* if eh is not involved and the port is frozen then the sas_ata_task_done() 481 * has decided to kill the qc and has frozen the port. sas_ata_post_internal()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
H A D | smp.c | 365 * We can't use udelay here because the timebase is now frozen. smp_psurge_kick_cpu() 372 * Also, because the timebase is frozen, we must not return to the smp_psurge_kick_cpu()
|
H A D | low_i2c.c | 222 /* This code is used with the timebase frozen, we cannot rely kw_i2c_wait_interrupt()
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-rk808.c | 30 /* RK808 has a shadowed register for saving a "frozen" RTC time.
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
H A D | smp.c | 79 * That would be a bad thing when the timebase is frozen. mpc85xx_give_timebase()
|
/linux-4.1.27/arch/arm/mach-at91/ |
H A D | pm.c | 71 * Called after processes are frozen, but before we shutdown devices.
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
H A D | sh_mobile_ceu_camera.c | 133 unsigned int frozen:1; member in struct:sh_mobile_ceu_dev 302 if (!pcdev->frozen) sh_mobile_ceu_capture() 317 if (pcdev->frozen) { sh_mobile_ceu_capture() 1598 pcdev->frozen = 1; sh_mobile_ceu_set_livecrop() 1635 pcdev->frozen = 0; sh_mobile_ceu_set_livecrop()
|
/linux-4.1.27/fs/jbd2/ |
H A D | transaction.c | 487 * memory allocation or frozen journal though. 874 JBUFFER_TRACE(jh, "has frozen data"); do_get_write_access() 920 JBUFFER_TRACE(jh, "generate frozen data"); do_get_write_access() 971 /* Fire data frozen trigger just before we copy the data */ do_get_write_access() 978 * Now that the frozen data is saved off, we need to store do_get_write_access() 1253 * current committing transaction (in which case we should have frozen
|
H A D | commit.c | 960 * Otherwise, we can just throw away the frozen data now. jbd2_journal_commit_transaction() 962 * We also know that the frozen data has already fired jbd2_journal_commit_transaction()
|
H A D | journal.c | 331 * since we took the last commit snapshot, we use the frozen copy of 405 * Fire data frozen trigger if data already wasn't frozen. Do this jbd2_journal_write_metadata_buffer() 452 * This isn't strictly necessary, as we're using frozen jbd2_journal_write_metadata_buffer()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-raid.c | 1335 return "frozen"; decipher_sync_action() 1543 if (!strcasecmp(argv[0], "frozen")) raid_message() 1548 if (!strcasecmp(argv[0], "idle") || !strcasecmp(argv[0], "frozen")) { raid_message()
|
H A D | md.h | 289 * when the sync thread is "frozen" (interrupted) or "idle" (stopped
|
H A D | raid1.c | 839 * A: while the array is in frozen state raise_barrier() 2333 * frozen handle_read_error()
|
H A D | raid10.c | 284 /* wake up frozen array... */ reschedule_retry() 2623 * frozen. handle_read_error()
|
H A D | md.c | 4194 type = "frozen"; action_show() 4219 if (cmd_match(page, "idle") || cmd_match(page, "frozen")) { action_store() 4220 if (cmd_match(page, "frozen")) action_store()
|
/linux-4.1.27/drivers/media/usb/uvc/ |
H A D | uvc_video.c | 1329 if (stream->frozen) uvc_video_complete() 1699 * video buffers in any way. We mark the device as frozen to make sure the URB 1707 stream->frozen = 1; uvc_video_suspend() 1733 stream->frozen = 0; uvc_video_resume()
|
H A D | uvcvideo.h | 471 unsigned int frozen : 1; member in struct:uvc_streaming
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_mount.h | 119 atomic_t m_active_trans; /* number trans frozen */
|
H A D | xfs_mount.c | 1054 if ((mp->m_super->s_writers.frozen >= level) || xfs_fs_writable() 1068 * in its frozen state.
|
H A D | xfs_super.c | 1287 * Second stage of a freeze. The data is already frozen so we only 1289 * to the log to dirty it in case of a crash while frozen. This ensures that we
|
H A D | xfs_trans.c | 78 WARN_ON(mp->m_super->s_writers.frozen == SB_FREEZE_COMPLETE); _xfs_trans_alloc()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | cyber2000fb.h | 295 #define EXT_ROM_UCB4GH_FREEZE 0x02 /* capture frozen */
|
/linux-4.1.27/arch/mips/mm/ |
H A D | cerr-sb1.c | 186 printk("Trace buffer frozen\n"); sb1_cache_error()
|
/linux-4.1.27/sound/pci/ |
H A D | azt3328.h | 235 * game position latches should be frozen when reading and be freed
|
/linux-4.1.27/drivers/s390/char/ |
H A D | con3215.c | 494 /* While console is frozen for suspend we have no other raw3215_make_room() 864 /* The console is still frozen for suspend. */ con3215_flush()
|
H A D | raw3270.c | 69 #define RAW3270_FLAGS_FROZEN 3 /* set if 3270 is frozen for suspend */
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_sb.c | 778 * Note that the caller is responsible for checking the frozen state of the 780 * thus will allow modifications to a frozen fs. This is required because this
|
/linux-4.1.27/kernel/time/ |
H A D | posix-timers.c | 800 * accumulating overruns on the next timer. The overrun is frozen when 804 * to pick up the frozen overrun.
|
/linux-4.1.27/net/packet/ |
H A D | af_packet.c | 678 unsigned int frozen; prb_retire_rx_blk_timer_expired() local 683 frozen = prb_queue_frozen(pkc); prb_retire_rx_blk_timer_expired() 706 if (!frozen) { prb_retire_rx_blk_timer_expired() 717 /* Case 1. Queue was frozen because user-space was prb_retire_rx_blk_timer_expired() 727 /* Case 2. queue was frozen,user-space caught up, prb_retire_rx_blk_timer_expired() 896 * 6.1) Link goes idle right after the queue is frozen. 1057 /* Queue is frozen when user space is lagging behind */ __packet_lookup_frame_in_block() 1101 * Queue was just frozen and now this packet will get dropped. __packet_lookup_frame_in_block()
|
/linux-4.1.27/drivers/tty/ |
H A D | sysrq.c | 382 .action_msg = "Emergency Thaw of all frozen filesystems",
|
/linux-4.1.27/fs/ocfs2/dlm/ |
H A D | dlmlock.c | 152 * frozen. but the recovery lock is always locked dlmlock_master()
|
/linux-4.1.27/fs/quota/ |
H A D | quota.c | 705 /* Return 1 if 'cmd' will block on frozen filesystem */ quotactl_cmd_write()
|
/linux-4.1.27/drivers/virtio/ |
H A D | virtio_balloon.c | 569 * The kthread is already frozen by the PM core before this virtballoon_freeze()
|
/linux-4.1.27/fs/jbd/ |
H A D | transaction.c | 612 JBUFFER_TRACE(jh, "has frozen data"); do_get_write_access() 670 JBUFFER_TRACE(jh, "generate frozen data"); do_get_write_access() 1008 * write() to the file. We do the frozen data copyout journal_dirty_data() 1132 * current committing transaction (in which case we should have frozen
|
H A D | commit.c | 866 * Otherwise, we can just throw away the frozen data now. journal_commit_transaction()
|
H A D | journal.c | 283 * since we took the last commit snapshot, we use the frozen copy of
|
/linux-4.1.27/fs/jfs/ |
H A D | super.c | 651 * no harm in leaving it frozen for now. jfs_freeze()
|
/linux-4.1.27/fs/f2fs/ |
H A D | gc.c | 46 if (sbi->sb->s_writers.frozen >= SB_FREEZE_WRITE) { gc_thread_func()
|
/linux-4.1.27/arch/powerpc/oprofile/ |
H A D | op_model_cell.c | 1579 /* The counters were frozen by the interrupt. cell_handle_interrupt_spu() 1653 * The counters were frozen by the interrupt. cell_handle_interrupt_ppu()
|
/linux-4.1.27/drivers/scsi/ |
H A D | constants.c | 576 {0x2404, "Security audit value frozen"}, 577 {0x2405, "Security working key frozen"},
|
H A D | ipr.c | 8970 * Description: If the PCI slot is frozen, hold off all I/O
|
H A D | advansys.c | 2152 #define QHSTA_M_FROZEN_TIDQ 0x46 /* TID Queue frozen. */
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 550 /* Avoid spinloop trying to handle interrupts on frozen device */ sym53c8xx_intr() 1764 /* If slot is permanently frozen, turn everything off */ sym2_io_error_detected()
|
H A D | sym_hipd.c | 3034 * device queue and the queue is frozen until a completion.
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | pci.c | 609 * everybody will be frozen on a spaceship ready to be pci_bus_register_of_sysfs()
|
/linux-4.1.27/arch/mips/kvm/ |
H A D | emulate.c | 380 * at the point it was frozen. It is guaranteed that any pending interrupts at 381 * the point it was frozen are handled, and none after that point.
|
/linux-4.1.27/drivers/hwmon/ |
H A D | lm85.c | 449 * the reading of the MSB bits has frozen the lm85_update_device()
|
/linux-4.1.27/drivers/misc/genwqe/ |
H A D | card_ddcb.c | 1152 /* Don't do anything if the PCI channel is frozen */ genwqe_pf_isr()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | net_driver.h | 677 STATE_UNINIT = 0, /* device being probed/removed or is frozen */
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
H A D | mce.c | 2395 /* intentionally ignoring frozen here */ mce_cpu_callback()
|
/linux-4.1.27/block/ |
H A D | blk-mq.c | 2056 /* Basically redo blk_mq_init_queue with queue frozen */ blk_mq_queue_reinit()
|
/linux-4.1.27/fs/ubifs/ |
H A D | lpt_commit.c | 1318 * flushes the changes which were "frozen" by 'ubifs_lprops_start_commit()' to
|
/linux-4.1.27/fs/btrfs/ |
H A D | super.c | 1013 * A non-blocking test if the fs is frozen. We must not btrfs_sync_fs()
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | hypervisor.h | 1320 * is 0 for not frozen and 1 for frozen.
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | core.c | 2642 * Do that in pm notifier while userspace isn't yet frozen, so we will be able
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
H A D | reg.h | 1691 * These registers can be cleared and frozen with ATH5K_MIBC, but they do not
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_nx2.c | 2077 "scsi%ld: %s: Device in frozen " qla8044_check_fw_alive()
|
H A D | qla_os.c | 5412 ql_dbg(ql_dbg_aer, vha, 0x9001, "Pci channel io frozen\n"); qla2xxx_pci_error_detected()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 1436 * running is because the whole controller Q is frozen. ahc_linux_run_command()
|
H A D | aic79xx_core.c | 8930 * is not touching once the queue is frozen. ahd_handle_scsi_status()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 2512 /* Allow the thread to be frozen */ fsg_main_thread()
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-main.c | 3590 "%s: Slot is frozen", vdev->ndev->name); vxge_callback_crit_err()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 4324 DEBUG2(printk(KERN_WARNING "scsi%ld: %s: Device in frozen " qla4_8xxx_check_fw_alive()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 2460 * frozen machine.
|