/linux/lib/ |
H A D | objagg.c | 84 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 D | test_objagg.c | 262 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 D | ops_helpers.c | 40 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 D | coherent.c | 241 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 D | direct.c | 544 unsigned long user_count = vma_pages(vma); in dma_direct_mmap() local 558 if (vma->vm_pgoff >= count || user_count > count - vma->vm_pgoff) in dma_direct_mmap() 561 user_count << PAGE_SHIFT, vma->vm_page_prot); in dma_direct_mmap()
|
/linux/tools/tracing/rtla/src/ |
H A D | timerlat_hist.c | 29 unsigned long long user_count; member 163 data->hist[cpu].user_count++; in timerlat_hist_update() 230 data->hist[i].user_count = value_user[i]; in timerlat_hist_bpf_pull_data() 376 data->hist[cpu].user_count); in timerlat_print_summary() 404 data->hist[cpu].user_count, in timerlat_print_summary() 434 data->hist[cpu].user_count, in timerlat_print_summary() 464 data->hist[cpu].user_count, in timerlat_print_summary() 509 sum.user_count += cpu_data->user_count; in timerlat_print_stats_all() 542 sum.user_count); in timerlat_print_stats_all() 563 sum.user_count, in timerlat_print_stats_all() [all …]
|
H A D | timerlat_top.c | 26 unsigned long long user_count; member 117 sum->user_count += cpu_data->user_count; in timerlat_top_update_sum() 151 cpu_data->user_count++; in timerlat_top_update() 216 data->cpu_data[i].user_count = value_user[i]; in timerlat_top_bpf_pull_data() 348 if (!cpu_data->user_count) { in timerlat_top_print() 354 cpu_data->sum_user / cpu_data->user_count); in timerlat_top_print() 415 if (!summary->user_count) { in timerlat_top_print_sum() 421 summary->sum_user / summary->user_count); in timerlat_top_print_sum()
|
/linux/drivers/pwm/ |
H A D | pwm-sifive.c | 68 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 D | pwm-rz-mtu3.c | 77 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 D | objagg.h | 33 unsigned int user_count; member
|
/linux/include/uapi/linux/ |
H A D | fscrypt.h | 159 __u32 user_count; 157 __u32 user_count; global() member
|
/linux/tools/include/uapi/linux/ |
H A D | fscrypt.h | 159 __u32 user_count; member
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_gem.c | 220 unsigned long user_count = vma_pages(vma); in rockchip_drm_gem_object_mmap_iommu() local 222 if (user_count == 0) in rockchip_drm_gem_object_mmap_iommu()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | legacy.c | 69 atomic64_set(&esw->user_count, 0); in esw_destroy_legacy_fdb_table() 180 atomic64_set(&esw->user_count, 0); in esw_create_legacy_table()
|
/linux/fs/crypto/ |
H A D | keyring.c | 1220 arg.user_count = 0; in fscrypt_ioctl_get_key_status() 1243 arg.user_count = mk->mk_users->keys.nr_leaves_on_tree; in fscrypt_ioctl_get_key_status()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch.c | 2294 atomic64_inc(&esw->user_count); in mlx5_esw_get() 2306 atomic64_dec_if_positive(&esw->user_count); in mlx5_esw_put() 2326 atomic64_read(&esw->user_count) > 0) { in mlx5_esw_try_lock()
|
H A D | eswitch.h | 368 atomic64_t user_count; member
|
H A D | eswitch_offloads.c | 1976 atomic64_set(&esw->user_count, 0); in esw_destroy_offloads_fdb_tables() 3351 atomic64_set(&esw->user_count, 0); in esw_offloads_steering_init()
|
/linux/Documentation/filesystems/ |
H A D | fscrypt.rst | 1154 __u32 user_count; 1182 - ``user_count`` specifies the number of users who have added the key.
|