Home
last modified time | relevance | path

Searched refs:read_u64 (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/kernel/cgroup/
Ddebug.c280 .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,
Dlegacy_freezer.c463 .read_u64 = freezer_self_freezing_read,
468 .read_u64 = freezer_parent_freezing_read,
Dcpuset.c2568 .read_u64 = cpuset_read_u64,
2575 .read_u64 = cpuset_read_u64,
2582 .read_u64 = cpuset_read_u64,
2589 .read_u64 = cpuset_read_u64,
2603 .read_u64 = cpuset_read_u64,
2610 .read_u64 = cpuset_read_u64,
2616 .read_u64 = cpuset_read_u64,
2623 .read_u64 = cpuset_read_u64,
2631 .read_u64 = cpuset_read_u64,
Dcgroup-v1.c624 .read_u64 = cgroup_clone_children_read,
643 .read_u64 = cgroup_read_notify_on_release,
Dcgroup.c1496 if (cft->read_u64 || cft->read_s64 || cft->seq_show) in cgroup_file_mode()
3818 if (cft->read_u64) in cgroup_seqfile_show()
3819 seq_printf(m, "%llu\n", cft->read_u64(css, cft)); in cgroup_seqfile_show()
/Linux-v5.4/mm/
Dhugetlb_cgroup.c366 cft->read_u64 = hugetlb_cgroup_read_u64; in __hugetlb_cgroup_file_init()
373 cft->read_u64 = hugetlb_cgroup_read_u64; in __hugetlb_cgroup_file_init()
380 cft->read_u64 = hugetlb_cgroup_read_u64; in __hugetlb_cgroup_file_init()
387 cft->read_u64 = hugetlb_cgroup_read_u64; in __hugetlb_cgroup_file_init()
Dmemcontrol.c4777 .read_u64 = mem_cgroup_read_u64,
4783 .read_u64 = mem_cgroup_read_u64,
4789 .read_u64 = mem_cgroup_read_u64,
4795 .read_u64 = mem_cgroup_read_u64,
4801 .read_u64 = mem_cgroup_read_u64,
4814 .read_u64 = mem_cgroup_hierarchy_read,
4823 .read_u64 = mem_cgroup_swappiness_read,
4828 .read_u64 = mem_cgroup_move_charge_read,
4850 .read_u64 = mem_cgroup_read_u64,
4855 .read_u64 = mem_cgroup_read_u64,
[all …]
/Linux-v5.4/kernel/sched/
Dcpuacct.c299 .read_u64 = cpuusage_read,
304 .read_u64 = cpuusage_user_read,
308 .read_u64 = cpuusage_sys_read,
Dcore.c7655 .read_u64 = cpu_shares_read_u64,
7667 .read_u64 = cpu_cfs_period_read_u64,
7683 .read_u64 = cpu_rt_period_read_uint,
7850 .read_u64 = cpu_weight_read_u64,
/Linux-v5.4/scripts/gdb/linux/
Ddmesg.py66 time_stamp = utils.read_u64(log_buf, pos + time_stamp_offset)
Dutils.py119 def read_u64(buffer, offset): function
/Linux-v5.4/net/core/
Dnetclassid_cgroup.c115 .read_u64 = read_classid,
Dnetprio_cgroup.c251 .read_u64 = read_prioidx,
/Linux-v5.4/include/linux/
Dcgroup-defs.h581 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); member