Home
last modified time | relevance | path

Searched refs:dfc (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/thermal/
H A Ddevfreq_cooling.c67 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 Dxfs_defer.c973 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 Dleds.c10 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 Dsun3mmu.h156 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 Ddevfreq_cooling.h50 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 Diskeleton.S204 | load sfc/dfc
210 2: movec.l %dfc,%d2
211 movec.l %d0,%dfc
226 | restore sfc/dfc
227 movec.l %d2,%dfc
/linux/fs/xfs/
H A Dxfs_log_recover.c2517 struct xfs_defer_capture *dfc, *next; in xlog_finish_defer_ops() local
2521 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_finish_defer_ops()
2531 resv.tr_logres = dfc->dfc_logres; in xlog_finish_defer_ops()
2535 error = xfs_trans_alloc(mp, &resv, dfc->dfc_blkres, in xlog_finish_defer_ops()
2536 dfc->dfc_rtxres, XFS_TRANS_RESERVE, &tp); in xlog_finish_defer_ops()
2546 list_del_init(&dfc->dfc_list); in xlog_finish_defer_ops()
2547 xfs_defer_ops_continue(dfc, tp, &dres); in xlog_finish_defer_ops()
2564 struct xfs_defer_capture *dfc; in xlog_abort_defer_ops() local
2567 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_abort_defer_ops()
2568 list_del_init(&dfc->dfc_list); in xlog_abort_defer_ops()
[all …]
/linux/arch/m68k/kernel/
H A Dsun3-head.S42 movec %d0, %dfc
H A Dentry.S430 movec %a0,%dfc
/linux/drivers/hwmon/
H A Dlm90.c2390 int local_ext, conalert, chen, dfc; in lm90_detect_ti() local
2397 dfc = i2c_smbus_read_byte_data(client, TMP461_REG_DFC); in lm90_detect_ti()
2400 (chen & 0xfc) == 0x00 && (dfc & 0xfc) == 0x00) { in lm90_detect_ti()
/linux/Documentation/scsi/
H A DChangeLog.lpfc1536 * Break up ioctls into 3 sections, dfc, util, hbaapi