Searched refs:dfc (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/thermal/ |
| H A D | devfreq_cooling.c | 67 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_get_max_state() local 69 *state = dfc->max_state; in devfreq_cooling_get_max_state() 77 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_get_cur_state() local 79 *state = dfc->cooling_state; in devfreq_cooling_get_cur_state() 87 struct devfreq_cooling_device *dfc = cdev->devdata; in devfreq_cooling_set_cur_state() local 88 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state() 94 if (state == dfc->cooling_state) in devfreq_cooling_set_cur_state() 99 if (state > dfc->max_state) in devfreq_cooling_set_cur_state() 102 if (dfc->em_pd) { in devfreq_cooling_set_cur_state() 103 perf_idx = dfc->max_state - state; in devfreq_cooling_set_cur_state() [all …]
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_defer.c | 973 struct xfs_defer_capture *dfc; in xfs_defer_ops_capture() local 985 dfc = kzalloc(sizeof(*dfc), GFP_KERNEL | __GFP_NOFAIL); in xfs_defer_ops_capture() 986 INIT_LIST_HEAD(&dfc->dfc_list); in xfs_defer_ops_capture() 987 INIT_LIST_HEAD(&dfc->dfc_dfops); in xfs_defer_ops_capture() 990 list_splice_init(&tp->t_dfops, &dfc->dfc_dfops); in xfs_defer_ops_capture() 991 dfc->dfc_tpflags = tp->t_flags & XFS_TRANS_LOWMODE; in xfs_defer_ops_capture() 995 dfc->dfc_blkres = tp->t_blk_res - tp->t_blk_res_used; in xfs_defer_ops_capture() 996 dfc->dfc_rtxres = tp->t_rtx_res - tp->t_rtx_res_used; in xfs_defer_ops_capture() 999 dfc->dfc_logres = tp->t_log_res; in xfs_defer_ops_capture() 1001 error = xfs_defer_save_resources(&dfc->dfc_held, tp); in xfs_defer_ops_capture() [all …]
|
| /linux/arch/m68k/sun3/ |
| H A D | leds.c | 10 unsigned char dfc; in sun3_leds() local 12 GET_DFC(dfc); in sun3_leds() 15 SET_DFC(dfc); in sun3_leds()
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3mmu.h | 156 unsigned char dfc; in sun3_put_context() local 157 GET_DFC(dfc); in sun3_put_context() 160 SET_DFC(dfc); in sun3_put_context()
|
| /linux/include/linux/ |
| H A D | devfreq_cooling.h | 50 void devfreq_cooling_unregister(struct thermal_cooling_device *dfc); 84 devfreq_cooling_unregister(struct thermal_cooling_device *dfc) in devfreq_cooling_unregister() argument
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | iskeleton.S | 204 | load sfc/dfc 210 2: movec.l %dfc,%d2 211 movec.l %d0,%dfc 226 | restore sfc/dfc 227 movec.l %d2,%dfc
|
| /linux/arch/m68k/kernel/ |
| H A D | sun3-head.S | 42 movec %d0, %dfc
|
| H A D | entry.S | 430 movec %a0,%dfc
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 1536 * Break up ioctls into 3 sections, dfc, util, hbaapi
|