HomeSort by relevance Sort by last modified time
    Searched full:bit_names (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/blkid/
cache.c 141 while (!list_empty(&tag->bit_names)) {
142 blkid_tag bad = list_entry(tag->bit_names.next,
144 bit_names);
tag.c 29 INIT_LIST_HEAD(&tag->bit_names);
56 list_del(&tag->bit_names); /* list of tags with this type */
193 list_add_tail(&t->bit_names, &head->bit_names);
352 list_for_each(p, &head->bit_names) {
354 bit_names);
blkidP.h 32 * We can traverse all of the tags by bid_tags (linking to the tag bit_names).
56 * are linked via bit_names for a single device, so that traversing the
64 struct list_head bit_names; /* All tags with given NAME */ member in struct:blkid_struct_tag
  /system/extras/simpleperf/
event_attr.cpp 31 const std::vector<std::pair<int, std::string>>& bit_names) {
33 for (auto& p : bit_names) {

Completed in 79 milliseconds