Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Ddmesg.py95 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)
H A Dutils.py119 def read_u64(buffer, offset): function
128 return read_u64(buffer, offset)
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A 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,
H A Dlegacy_freezer.c463 .read_u64 = freezer_self_freezing_read,
468 .read_u64 = freezer_parent_freezing_read,
H A Dcpuset.c2637 .read_u64 = cpuset_read_u64,
2644 .read_u64 = cpuset_read_u64,
2651 .read_u64 = cpuset_read_u64,
2658 .read_u64 = cpuset_read_u64,
2672 .read_u64 = cpuset_read_u64,
2679 .read_u64 = cpuset_read_u64,
2685 .read_u64 = cpuset_read_u64,
2692 .read_u64 = cpuset_read_u64,
2700 .read_u64 = cpuset_read_u64,
H A Dcgroup-v1.c639 .read_u64 = cgroup_clone_children_read,
658 .read_u64 = cgroup_read_notify_on_release,
H A Dcgroup.c1512 if (cft->read_u64 || cft->read_s64 || cft->seq_show) in cgroup_file_mode()
3916 if (cft->read_u64) in cgroup_seqfile_show()
3917 seq_printf(m, "%llu\n", cft->read_u64(css, cft)); in cgroup_seqfile_show()
/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb_cgroup.c695 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()
H A Dmemcontrol.c5038 .read_u64 = mem_cgroup_read_u64,
5044 .read_u64 = mem_cgroup_read_u64,
5050 .read_u64 = mem_cgroup_read_u64,
5056 .read_u64 = mem_cgroup_read_u64,
5062 .read_u64 = mem_cgroup_read_u64,
5075 .read_u64 = mem_cgroup_hierarchy_read,
5084 .read_u64 = mem_cgroup_swappiness_read,
5089 .read_u64 = mem_cgroup_move_charge_read,
5111 .read_u64 = mem_cgroup_read_u64,
5116 .read_u64 = mem_cgroup_read_u64,
[all …]
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcpuacct.c300 .read_u64 = cpuusage_read,
305 .read_u64 = cpuusage_user_read,
309 .read_u64 = cpuusage_sys_read,
H A Dcore.c8636 .read_u64 = cpu_shares_read_u64,
8648 .read_u64 = cpu_cfs_period_read_u64,
8664 .read_u64 = cpu_rt_period_read_uint,
8684 .read_u64 = cpu_uclamp_ls_read_u64,
8837 .read_u64 = cpu_weight_read_u64,
8871 .read_u64 = cpu_uclamp_ls_read_u64,
/OK3568_Linux_fs/kernel/net/core/
H A Dnetclassid_cgroup.c140 .read_u64 = read_classid,
H A Dnetprio_cgroup.c253 .read_u64 = read_prioidx,
/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup-defs.h581 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); member