Searched refs:read_u64 (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
D | dmesg.py | 95 tail_id = utils.read_u64(desc_ring, off + counter_off) 97 head_id = utils.read_u64(desc_ring, off + counter_off) 106 state = 3 & (utils.read_u64(descs, desc_off + sv_off + 137 time_stamp = utils.read_u64(infos, info_off + ts_off)
|
D | utils.py | 119 def read_u64(buffer, offset): function 128 return read_u64(buffer, offset)
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
D | debug.c | 280 .read_u64 = debug_taskcount_read, 291 .read_u64 = current_css_set_refcount_read, 318 .read_u64 = releasable_read, 327 .read_u64 = debug_taskcount_read, 338 .read_u64 = current_css_set_refcount_read,
|
D | legacy_freezer.c | 463 .read_u64 = freezer_self_freezing_read, 468 .read_u64 = freezer_parent_freezing_read,
|
D | cpuset.c | 2627 .read_u64 = cpuset_read_u64, 2634 .read_u64 = cpuset_read_u64, 2641 .read_u64 = cpuset_read_u64, 2648 .read_u64 = cpuset_read_u64, 2662 .read_u64 = cpuset_read_u64, 2669 .read_u64 = cpuset_read_u64, 2675 .read_u64 = cpuset_read_u64, 2682 .read_u64 = cpuset_read_u64, 2690 .read_u64 = cpuset_read_u64,
|
D | cgroup-v1.c | 641 .read_u64 = cgroup_clone_children_read, 660 .read_u64 = cgroup_read_notify_on_release,
|
D | cgroup.c | 1488 if (cft->read_u64 || cft->read_s64 || cft->seq_show) in cgroup_file_mode() 3884 if (cft->read_u64) in cgroup_seqfile_show() 3885 seq_printf(m, "%llu\n", cft->read_u64(css, cft)); in cgroup_seqfile_show()
|
/kernel/linux/linux-5.10/mm/ |
D | hugetlb_cgroup.c | 695 cft->read_u64 = hugetlb_cgroup_read_u64; in __hugetlb_cgroup_file_legacy_init() 702 cft->read_u64 = hugetlb_cgroup_read_u64; in __hugetlb_cgroup_file_legacy_init() 709 cft->read_u64 = hugetlb_cgroup_read_u64; in __hugetlb_cgroup_file_legacy_init() 715 cft->read_u64 = hugetlb_cgroup_read_u64; in __hugetlb_cgroup_file_legacy_init() 722 cft->read_u64 = hugetlb_cgroup_read_u64; in __hugetlb_cgroup_file_legacy_init() 729 cft->read_u64 = hugetlb_cgroup_read_u64; in __hugetlb_cgroup_file_legacy_init() 736 cft->read_u64 = hugetlb_cgroup_read_u64; in __hugetlb_cgroup_file_legacy_init() 743 cft->read_u64 = hugetlb_cgroup_read_u64; in __hugetlb_cgroup_file_legacy_init()
|
D | zswapd_control.c | 741 .read_u64 = zswapd_pid_read, 764 .read_u64 = area_anon_refault_threshold_read, 772 .read_u64 = empty_round_skip_interval_read, 780 .read_u64 = max_skip_interval_read, 788 .read_u64 = empty_round_check_threshold_read, 796 .read_u64 = anon_refault_snapshot_min_interval_read, 832 .read_u64 = zram_critical_threshold_read,
|
D | memcg_control.c | 416 .read_u64 = memcg_ub_ufs2zram_ratio_read, 425 .read_u64 = mem_cgroup_app_score_read,
|
D | memcontrol.c | 5047 .read_u64 = mem_cgroup_read_u64, 5053 .read_u64 = mem_cgroup_read_u64, 5059 .read_u64 = mem_cgroup_read_u64, 5065 .read_u64 = mem_cgroup_read_u64, 5071 .read_u64 = mem_cgroup_read_u64, 5084 .read_u64 = mem_cgroup_hierarchy_read, 5093 .read_u64 = mem_cgroup_swappiness_read, 5098 .read_u64 = mem_cgroup_move_charge_read, 5120 .read_u64 = mem_cgroup_read_u64, 5125 .read_u64 = mem_cgroup_read_u64, [all …]
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | cpuacct.c | 300 .read_u64 = cpuusage_read, 305 .read_u64 = cpuusage_user_read, 309 .read_u64 = cpuusage_sys_read,
|
D | core.c | 8848 .read_u64 = cpu_shares_read_u64, 8860 .read_u64 = cpu_cfs_period_read_u64, 8876 .read_u64 = cpu_rt_period_read_uint, 8897 .read_u64 = sched_colocate_read, 9051 .read_u64 = cpu_weight_read_u64,
|
/kernel/linux/linux-5.10/net/core/ |
D | netclassid_cgroup.c | 135 .read_u64 = read_classid,
|
D | netprio_cgroup.c | 248 .read_u64 = read_prioidx,
|
/kernel/linux/linux-5.10/include/linux/ |
D | cgroup-defs.h | 577 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); member
|