Searched refs:collections (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/tools/perf/
H A Dbuiltin-bench.c4 * General benchmarking collections provided by perf
72 static struct collection collections[] = { variable in typeref:struct:collection
83 /* Iterate over all benchmark collections: */
85 for (coll = collections; coll->name; coll++)
130 printf(" # List of all available benchmark collections:\n\n"); print_usage()
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py9 from collections import defaultdict
/linux-4.1.27/drivers/irqchip/
H A Dirq-gic-v3-its.c57 * msi_controller, the command queue, the collections, and the list of
70 struct its_collection *collections; member in struct:its_node
111 return its->collections + its_dev->event_map.col_map[event]; dev_event_to_col()
616 target_col = &its_dev->its->collections[cpu]; its_set_affinity()
972 its->collections = kzalloc(nr_cpu_ids * sizeof(*its->collections), its_alloc_collections()
974 if (!its->collections) its_alloc_collections()
1104 its->collections[cpu].target_address = target; its_cpu_init_collection()
1105 its->collections[cpu].col_id = cpu; its_cpu_init_collection()
1107 its_send_mapc(its, &its->collections[cpu], 1); its_cpu_init_collection()
1108 its_send_invall(its, &its->collections[cpu]); its_cpu_init_collection()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlustre_dlm_flags.h24 * The flags and collections of flags (masks) for \see struct ldlm_lock.
32 * The flags and collections of flags (masks) for \see struct ldlm_lock.
/linux-4.1.27/drivers/media/pci/zoran/
H A Dzoran.h205 /* buffer collections */
/linux-4.1.27/tools/perf/scripts/python/
H A Dsched-migration.py17 from collections import defaultdict
/linux-4.1.27/drivers/hid/
H A Dhid-multitouch.c779 * TouchScreen or TouchPad collections. We need to ignore fields mt_input_mapping()
780 * that belong to other collections such as Mouse that might have mt_input_mapping()
/linux-4.1.27/include/linux/
H A Dhid.h496 struct hid_collection *collection; /* List of HID collections */
498 unsigned maxcollection; /* Number of parsed collections */
/linux-4.1.27/include/scsi/
H A Dosd_initiator.h380 /* list all collections in the partition
/linux-4.1.27/drivers/hid/usbhid/
H A Dhid-pidff.c843 * Sometimes logical collections are stacked to indicate pidff_find_reports()

Completed in 440 milliseconds