Home
last modified time | relevance | path

Searched refs:user_count (Results 1 – 16 of 16) sorted by relevance

/linux/lib/
H A Dobjagg.c84 objagg_obj->stats.user_count++; in objagg_obj_stats_inc()
92 objagg_obj->stats.user_count--; in objagg_obj_stats_dec()
587 return stats_info2->stats.user_count - stats_info1->stats.user_count; in objagg_stats_info_sort_cmp_func()
656 unsigned int user_count = objagg_obj->stats.user_count; in objagg_hints_node_create() local
664 hnode->stats_info.stats.user_count = user_count; in objagg_hints_node_create()
665 hnode->stats_info.stats.delta_user_count = user_count; in objagg_hints_node_create()
667 parent_hnode->stats_info.stats.delta_user_count += user_count; in objagg_hints_node_create()
741 unsigned int weight = node->objagg_obj->stats.user_count; in objagg_tmp_graph_node_weight()
754 weight += node->objagg_obj->stats.user_count; in objagg_tmp_graph_node_weight()
H A Dtest_objagg.c262 if (stats->stats_info[i].stats.user_count != 2) { in check_stats_nodelta()
425 #define ROOT(key_id, user_count, delta_user_count) \ argument
426 {{user_count, delta_user_count}, true, key_id}
428 #define DELTA(key_id, user_count) \ argument
429 {{user_count, user_count}, false, key_id}
650 if (stats_info->stats.user_count != in check_expect_stats_nums()
651 expect_stats_info->stats.user_count) { in check_expect_stats_nums()
867 stats->stats_info[i].stats.user_count, in __pr_debug_stats()
/linux/kernel/dma/
H A Dops_helpers.c40 unsigned long user_count = vma_pages(vma); in dma_common_mmap() local
51 if (off >= count || user_count > count - off) in dma_common_mmap()
56 user_count << PAGE_SHIFT, vma->vm_page_prot); in dma_common_mmap()
H A Dcoherent.c241 unsigned long user_count = vma_pages(vma); in __dma_mmap_from_coherent() local
245 if (off < count && user_count <= count - off) { in __dma_mmap_from_coherent()
248 user_count << PAGE_SHIFT, in __dma_mmap_from_coherent()
H A Ddirect.c524 unsigned long user_count = vma_pages(vma); in dma_direct_mmap() local
538 if (vma->vm_pgoff >= count || user_count > count - vma->vm_pgoff) in dma_direct_mmap()
541 user_count << PAGE_SHIFT, vma->vm_page_prot); in dma_direct_mmap()
/linux/tools/tracing/rtla/src/
H A Dtimerlat_hist.c28 unsigned long long user_count; member
166 data->hist[cpu].user_count++; in timerlat_hist_update()
233 data->hist[i].user_count = value_user[i]; in timerlat_hist_bpf_pull_data()
375 data->hist[cpu].user_count); in timerlat_print_summary()
401 data->hist[cpu].user_count, in timerlat_print_summary()
429 data->hist[cpu].user_count, in timerlat_print_summary()
457 data->hist[cpu].user_count, in timerlat_print_summary()
500 sum.user_count += cpu_data->user_count; in timerlat_print_stats_all()
533 sum.user_count); in timerlat_print_stats_all()
554 sum.user_count, in timerlat_print_stats_all()
[all …]
H A Dtimerlat_top.c25 unsigned long long user_count; member
121 sum->user_count += cpu_data->user_count; in timerlat_top_update_sum()
155 cpu_data->user_count++; in timerlat_top_update()
218 data->cpu_data[i].user_count = value_user[i]; in timerlat_top_bpf_pull_data()
350 if (!cpu_data->user_count) { in timerlat_top_print()
356 cpu_data->sum_user / cpu_data->user_count); in timerlat_top_print()
417 if (!summary->user_count) { in timerlat_top_print_sum()
423 summary->sum_user / summary->user_count); in timerlat_top_print_sum()
/linux/drivers/pwm/
H A Dpwm-sifive.c68 int user_count; member
82 ddata->user_count++; in pwm_sifive_request()
93 ddata->user_count--; in pwm_sifive_free()
197 if (ddata->user_count != 1 && ddata->approx_period) { in pwm_sifive_apply()
H A Dpwm-rz-mtu3.c77 u32 user_count[RZ_MTU3_MAX_HW_CHANNELS]; member
181 if (!rz_mtu3_pwm->user_count[ch]) { in rz_mtu3_pwm_request()
189 rz_mtu3_pwm->user_count[ch]++; in rz_mtu3_pwm_request()
205 rz_mtu3_pwm->user_count[ch]--; in rz_mtu3_pwm_free()
206 if (!rz_mtu3_pwm->user_count[ch]) in rz_mtu3_pwm_free()
/linux/include/linux/
H A Dobjagg.h33 unsigned int user_count; member
/linux/include/uapi/linux/
H A Dfscrypt.h159 __u32 user_count;
157 __u32 user_count; global() member
/linux/tools/include/uapi/linux/
H A Dfscrypt.h159 __u32 user_count; member
/linux/fs/crypto/
H A Dkeyring.c1208 arg.user_count = 0; in fscrypt_ioctl_get_key_status()
1231 arg.user_count = mk->mk_users->keys.nr_leaves_on_tree; in fscrypt_ioctl_get_key_status()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dlegacy.c179 atomic64_set(&esw->user_count, 0); in esw_create_legacy_table()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c2442 atomic64_inc(&esw->user_count); in mlx5_esw_get()
2454 atomic64_dec_if_positive(&esw->user_count); in mlx5_esw_put()
2474 atomic64_read(&esw->user_count) > 0) { in mlx5_esw_try_lock()
/linux/Documentation/filesystems/
H A Dfscrypt.rst1152 __u32 user_count;
1180 - ``user_count`` specifies the number of users who have added the key.