Searched refs:num_strs (Results 1 – 4 of 4) sorted by relevance
18 int num_strs; member28 _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 …]
84 int num_strs; in omapdss_omapify_node() local99 num_strs = omapdss_count_strings(prop); in omapdss_omapify_node()101 new_len = prop->length + strlen(prefix) * num_strs; in omapdss_omapify_node()
202 __le32 num_strs; /* always 1 */ member
1001 h->num_strs = cpu_to_le32(1); in do_mon_command_vargs()