| /linux/arch/s390/hypfs/ |
| H A D | hypfs_dbfs.c | 36 struct hypfs_dbfs_file *df; in dbfs_read() local 42 df = file_inode(file)->i_private; in dbfs_read() 43 if (mutex_lock_interruptible(&df->lock)) in dbfs_read() 46 data = hypfs_dbfs_data_alloc(df); in dbfs_read() 48 mutex_unlock(&df->lock); in dbfs_read() 51 rc = df->data_create(&data->buf, &data->buf_free_ptr, &data->size); in dbfs_read() 53 mutex_unlock(&df->lock); in dbfs_read() 57 mutex_unlock(&df->lock); in dbfs_read() 66 struct hypfs_dbfs_file *df = file_inode(file)->i_private; in dbfs_ioctl() local 69 mutex_lock(&df->lock); in dbfs_ioctl() [all …]
|
| H A D | hypfs.h | 79 extern void hypfs_dbfs_create_file(struct hypfs_dbfs_file *df); 80 extern void hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df);
|
| /linux/scripts/gendwarfksyms/ |
| H A D | die.c | 74 struct die_fragment *df; in reset_die() local 76 list_for_each_entry_safe(df, tmp, &cd->fragments, list) { in reset_die() 77 if (df->type == FRAGMENT_STRING) in reset_die() 78 free(df->data.str); in reset_die() 79 free(df); in reset_die() 124 struct die_fragment *df; in append_item() local 126 df = xmalloc(sizeof(*df)); in append_item() 127 df->type = FRAGMENT_EMPTY; in append_item() 128 list_add_tail(&df->list, &cd->fragments); in append_item() 129 return df; in append_item() [all …]
|
| H A D | types.c | 361 struct die_fragment *df; in __type_expand() local 365 list_for_each_entry(df, &cache->fragments, list) { in __type_expand() 366 switch (df->type) { in __type_expand() 368 type_expansion_append(type, df->data.str, NULL); in __type_expand() 372 if (__die_map_get(df->data.addr, DIE_COMPLETE, in __type_expand() 374 __die_map_get(df->data.addr, DIE_UNEXPANDED, in __type_expand() 377 df->data.addr); in __type_expand() 391 if (list_is_last(&df->list, &cache->fragments) || in __type_expand() 392 list_next_entry(df, list)->type != in __type_expand()
|
| H A D | dwarf.c | 809 struct die_fragment *df; in process_cached() 812 list_for_each_entry(df, &cache->fragments, list) { in process_cached() 813 switch (df->type) { in process_cached() 816 df->data.str); in process_cached() 817 process(NULL, df->data.str); in process_cached() 820 process_linebreak(NULL, df->data.linebreak); in process_cached() 824 (void *)df->data.addr, &child)) in process_cached() 827 cache, df->data.addr, dwarf_tag(&child)); in process_cached() 807 struct die_fragment *df; process_cached() local
|
| /linux/include/linux/ |
| H A D | devfreq_cooling.h | 38 int (*get_real_power)(struct devfreq *df, u32 *power, 45 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, 48 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df); 49 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df); 52 devfreq_cooling_em_register(struct devfreq *df, 58 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power() argument 65 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register() argument 71 devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register() argument 77 devfreq_cooling_em_register(struct devfreq *df, in devfreq_cooling_em_register() argument
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | df_v1_7.c | 34 adev->df.hash_status.hash_64k = false; in df_v1_7_sw_init() 35 adev->df.hash_status.hash_2m = false; in df_v1_7_sw_init() 36 adev->df.hash_status.hash_1g = false; in df_v1_7_sw_init() 72 fb_channel_number = adev->df.funcs->get_fb_channel_number(adev); in df_v1_7_get_hbm_channel_number() 85 adev->df.funcs->enable_broadcast_mode(adev, true); in df_v1_7_update_medium_grain_clock_gating() 100 adev->df.funcs->enable_broadcast_mode(adev, false); in df_v1_7_update_medium_grain_clock_gating()
|
| H A D | amdgpu_pmu.c | 236 if ((!pe->adev->df.funcs) || in amdgpu_perf_start() 237 (!pe->adev->df.funcs->pmc_start)) in amdgpu_perf_start() 247 target_cntr = pe->adev->df.funcs->pmc_start(pe->adev, in amdgpu_perf_start() 256 pe->adev->df.funcs->pmc_start(pe->adev, hwc->config, in amdgpu_perf_start() 275 if ((!pe->adev->df.funcs) || in amdgpu_perf_read() 276 (!pe->adev->df.funcs->pmc_get_count)) in amdgpu_perf_read() 284 pe->adev->df.funcs->pmc_get_count(pe->adev, in amdgpu_perf_read() 307 if ((!pe->adev->df.funcs) || in amdgpu_perf_stop() 308 (!pe->adev->df.funcs->pmc_stop)) in amdgpu_perf_stop() 314 pe->adev->df.funcs->pmc_stop(pe->adev, hwc->config, hwc->idx, in amdgpu_perf_stop() [all …]
|
| H A D | umc_v6_7.h | 61 (((pa) >> 20) & 0x1ULL & adev->df.hash_status.hash_64k) ^ \ 62 (((pa) >> 25) & 0x1ULL & adev->df.hash_status.hash_2m) ^ \ 63 (((pa) >> 34) & 0x1ULL & adev->df.hash_status.hash_1g))
|
| /linux/tools/testing/selftests/net/ |
| H A D | cmsg_ip.sh | 52 for df in 0 1; do 59 [ $ovr == "setsock" ] && m="-F $df" 60 [ $ovr == "cmsg" ] && m="-f $df" 61 [ $ovr == "both" ] && m="-F $df -f $df" 62 [ $ovr == "diff" ] && m="-F $((1 - df)) -f $df" 65 check_result $? $df "DONTFRAG $prot $ovr"
|
| /linux/drivers/vfio/ |
| H A D | iommufd.c | 21 int vfio_df_iommufd_bind(struct vfio_device_file *df) in vfio_df_iommufd_bind() argument 23 struct vfio_device *vdev = df->device; in vfio_df_iommufd_bind() 24 struct iommufd_ctx *ictx = df->iommufd; in vfio_df_iommufd_bind() 32 return vdev->ops->bind_iommufd(vdev, ictx, &df->devid); in vfio_df_iommufd_bind() 55 void vfio_df_iommufd_unbind(struct vfio_device_file *df) in vfio_df_iommufd_unbind() argument 57 struct vfio_device *vdev = df->device; in vfio_df_iommufd_unbind()
|
| /linux/net/netfilter/ |
| H A D | nfnetlink_osf.c | 49 bool df; member 170 ctx->df = ntohs(ip->frag_off) & IP_DF; in nf_osf_hdr_ctx_init() 209 list_for_each_entry_rcu(kf, &nf_osf_fingers[ctx.df], finger_entry) { in nf_osf_match() 269 list_for_each_entry_rcu(kf, &nf_osf_fingers[ctx.df], finger_entry) { in nf_osf_find() 338 list_for_each_entry(sf, &nf_osf_fingers[!!f->df], finger_entry) { in nfnl_osf_add_callback() 354 list_add_tail_rcu(&kf->finger_entry, &nf_osf_fingers[!!f->df]); in nfnl_osf_add_callback() 375 list_for_each_entry(sf, &nf_osf_fingers[!!f->df], finger_entry) { in nfnl_osf_remove_callback()
|
| /linux/drivers/devfreq/ |
| H A D | governor_userspace.c | 23 static int devfreq_userspace_func(struct devfreq *df, unsigned long *freq) in devfreq_userspace_func() argument 25 struct userspace_data *data = df->governor_data; in devfreq_userspace_func() 30 *freq = df->previous_freq; /* No user freq specified yet */ in devfreq_userspace_func()
|
| /linux/tools/counter/ |
| H A D | Makefile | 50 rm -df $(OUTPUT)include/linux 51 rm -df $(OUTPUT)include
|
| /linux/drivers/clk/ |
| H A D | clk-sp7021.c | 237 u32 df; /* diff freq */ in plltv_fractional_div() local 253 df = df0 - df1; in plltv_fractional_div() 255 df = f * (nint) / pp[0]; in plltv_fractional_div() 258 df_quotient = df / m; in plltv_fractional_div() 259 df_remainder = ((df % m) * 1000) / m; in plltv_fractional_div() 279 fout = df / m; in plltv_fractional_div()
|
| /linux/sound/core/ |
| H A D | init.c | 427 struct snd_monitor_file *df = NULL, *_df; in snd_disconnect_release() 432 df = _df; in snd_disconnect_release() 433 list_del_init(&df->shutdown_list); in snd_disconnect_release() 439 if (likely(df)) { in snd_disconnect_release() 440 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync) in snd_disconnect_release() 441 df->disconnected_f_op->fasync(-1, file, 0); in snd_disconnect_release() 442 return df->disconnected_f_op->release(inode, file); 422 struct snd_monitor_file *df = NULL, *_df; snd_disconnect_release() local
|
| /linux/arch/parisc/math-emu/ |
| H A D | fpudispatch.c | 279 u_int df; /* for class 1 conversions */ in decode_0c() local 407 df = extru(ir,fpdfpos,2); /* get dest format */ in decode_0c() 408 if ((df & 2) || (fmt & 2)) { in decode_0c() 420 fmt = (fmt << 1) | df; in decode_0c() 726 u_int df; /* dest format for class 1 conversions */ local 840 df = extru(ir,fpdfpos,2); /* get dest format */ 845 if (df == DBL) { 848 if ((df & 2) || (fmt & 2)) 851 fmt = (fmt << 1) | df;
|
| H A D | decode_exc.c | 50 #define df 13 /* bits 17 & 18 */ macro 60 (current_ir >> ((current_ir>>opclass & twobits) == 1 ? df : fmtbits) & twobits)
|
| /linux/drivers/ipack/devices/ |
| H A D | scc2698.h | 63 u8 df, cts; /* Stop counter timer of block */ member 81 u8 df, r3; /* reserved */ member
|
| /linux/net/ipv4/ |
| H A D | ip_tunnel.c | 513 struct rtable *rt, __be16 df, in tnl_update_pmtu() argument 525 if (df) { in tnl_update_pmtu() 581 __be16 df = 0; in ip_md_tunnel_xmit() local 630 df = htons(IP_DF); in ip_md_tunnel_xmit() 631 if (tnl_update_pmtu(dev, skb, rt, df, inner_iph, tunnel_hlen, in ip_md_tunnel_xmit() 657 df, !net_eq(tunnel->net, dev_net(dev)), 0); in ip_md_tunnel_xmit() 684 __be16 df; in ip_tunnel_xmit() local 801 df = tnl_params->frag_off; in ip_tunnel_xmit() 803 df |= (inner_iph->frag_off & htons(IP_DF)); in ip_tunnel_xmit() 805 if (tnl_update_pmtu(dev, skb, rt, df, inner_iph, 0, 0, false)) { in ip_tunnel_xmit() [all …]
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-m2m.c | 93 struct fimc_frame *sf, *df; in fimc_device_run() local 106 df = &ctx->d_frame; in fimc_device_run() 111 fimc_prepare_dma_offset(ctx, df); in fimc_device_run() 120 ret = fimc_prepare_addr(ctx, &dst_vb->vb2_buf, df, &df->addr); in fimc_device_run() 153 fimc_hw_set_output_addr(fimc, &df->addr, -1); in fimc_device_run()
|
| /linux/include/linux/platform_data/ |
| H A D | apds990x.h | 40 int df; member
|
| /linux/include/xen/interface/hvm/ |
| H A D | ioreq.h | 46 uint8_t df:1; member
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 696 const struct cpuid_dependent_feature *df; in filter_cpuid_features() local 698 for (df = cpuid_dependent_features; df->feature; df++) { in filter_cpuid_features() 700 if (!cpu_has(c, df->feature)) in filter_cpuid_features() 709 if (!((s32)df->level < 0 ? in filter_cpuid_features() 710 (u32)df->level > (u32)c->extended_cpuid_level : in filter_cpuid_features() 711 (s32)df->level > (s32)c->cpuid_level)) in filter_cpuid_features() 714 clear_cpu_cap(c, df->feature); in filter_cpuid_features() 719 x86_cap_flags[df->feature], df->level); in filter_cpuid_features()
|
| /linux/drivers/memory/samsung/ |
| H A D | exynos5422-dmc.c | 155 struct devfreq *df; member 1391 mutex_lock(&dmc->df->lock); in dmc_irq_thread() 1393 res = update_devfreq(dmc->df); in dmc_irq_thread() 1394 mutex_unlock(&dmc->df->lock); in dmc_irq_thread() 1517 dmc->df = devm_devfreq_add_device(dev, &exynos5_dmc_df_profile, in exynos5_dmc_probe() 1521 if (IS_ERR(dmc->df)) { in exynos5_dmc_probe() 1522 ret = PTR_ERR(dmc->df); in exynos5_dmc_probe()
|