Home
last modified time | relevance | path

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

/linux-6.15/drivers/thermal/
H A Ddevfreq_cooling.c102 if (dfc->em_pd) { in devfreq_cooling_set_cur_state()
208 if (dfc->power_ops && dfc->power_ops->get_real_power) { in devfreq_cooling_get_requested_power()
217 state = dfc->max_state - dfc->capped_state; in devfreq_cooling_get_requested_power()
304 if (dfc->power_ops && dfc->power_ops->get_real_power) { in devfreq_cooling_power2state()
356 dfc->freq_table = kcalloc(num_opps, sizeof(*dfc->freq_table), in devfreq_cooling_gen_tables()
405 dfc = kzalloc(sizeof(*dfc), GFP_KERNEL); in of_devfreq_cooling_register_power()
406 if (!dfc) in of_devfreq_cooling_register_power()
418 dfc->em_pd = em; in of_devfreq_cooling_register_power()
468 dfc->cdev = cdev; in of_devfreq_cooling_register_power()
477 kfree(dfc); in of_devfreq_cooling_register_power()
[all …]
/linux-6.15/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()
1024 return dfc; in xfs_defer_ops_capture()
1031 struct xfs_defer_capture *dfc) in xfs_defer_ops_capture_abort() argument
1044 kfree(dfc); in xfs_defer_ops_capture_abort()
1066 if (IS_ERR(dfc)) { in xfs_defer_ops_capture_and_commit()
1068 return PTR_ERR(dfc); in xfs_defer_ops_capture_and_commit()
1070 if (!dfc) in xfs_defer_ops_capture_and_commit()
1103 xfs_sort_inodes(dfc->dfc_held.dr_ip, dfc->dfc_held.dr_inos); in xfs_defer_ops_continue()
1104 xfs_lock_inodes(dfc->dfc_held.dr_ip, dfc->dfc_held.dr_inos, in xfs_defer_ops_continue()
[all …]
/linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/arch/m68k/kernel/
H A Dsun3-head.S42 movec %d0, %dfc
H A Dentry.S430 movec %a0,%dfc
/linux-6.15/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-6.15/drivers/hwmon/
H A Dlm90.c2465 int local_ext, conalert, chen, dfc; in lm90_detect_ti() local
2472 dfc = i2c_smbus_read_byte_data(client, TMP461_REG_DFC); in lm90_detect_ti()
2475 (chen & 0xfc) == 0x00 && (dfc & 0xfc) == 0x00) { in lm90_detect_ti()
/linux-6.15/Documentation/scsi/
H A DChangeLog.lpfc1536 * Break up ioctls into 3 sections, dfc, util, hbaapi