Home
last modified time | relevance | path

Searched refs:num_strs (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/perf/util/
Dcomm.c18 int num_strs; member
28 _comm_strs.num_strs = 0; in comm_strs__init()
109 entry = bsearch(comm_str__str(cs), comm_strs->strs, comm_strs->num_strs, in comm_strs__remove_if_last()
112 for (int i = entry - comm_strs->strs; i < comm_strs->num_strs - 1; i++) in comm_strs__remove_if_last()
114 comm_strs->num_strs--; in comm_strs__remove_if_last()
123 result = bsearch(str, comm_strs->strs, comm_strs->num_strs, sizeof(struct comm_str *), in __comm_strs__find()
149 if (comm_strs->num_strs == comm_strs->capacity) { in comm_strs__findnew()
164 int low = 0, high = comm_strs->num_strs - 1; in comm_strs__findnew()
165 int insert = comm_strs->num_strs; /* Default to inserting at the end. */ in comm_strs__findnew()
179 (comm_strs->num_strs - insert) * sizeof(struct comm_str *)); in comm_strs__findnew()
[all …]
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/
Domapdss-boot-init.c84 int num_strs; in omapdss_omapify_node() local
99 num_strs = omapdss_count_strings(prop); in omapdss_omapify_node()
101 new_len = prop->length + strlen(prefix) * num_strs; in omapdss_omapify_node()
/linux-6.12.1/include/linux/ceph/
Dceph_fs.h202 __le32 num_strs; /* always 1 */ member
/linux-6.12.1/net/ceph/
Dmon_client.c1001 h->num_strs = cpu_to_le32(1); in do_mon_command_vargs()