Searched refs:coresight_node (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-core.c | 28 * struct coresight_node - elements of a path, from source to sink 32 struct coresight_node { struct 456 struct coresight_node *nd) in coresight_disable_path_from() 462 nd = list_first_entry(path, struct coresight_node, link); in coresight_disable_path_from() 513 struct coresight_node *nd; in coresight_enable_path() 572 csdev = list_last_entry(path, struct coresight_node, link)->csdev; in coresight_get_sink() 761 struct coresight_node *node; in _coresight_build_path() 793 node = kzalloc(sizeof(struct coresight_node), GFP_KERNEL); in _coresight_build_path() 837 struct coresight_node *nd, *next; in coresight_release_path()
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-core.c | 39 * struct coresight_node - elements of a path, from source to sink 43 struct coresight_node { struct 488 struct coresight_node *nd) in coresight_disable_path_from() 494 nd = list_first_entry(path, struct coresight_node, link); in coresight_disable_path_from() 567 struct coresight_node *nd; in coresight_enable_path() 630 csdev = list_last_entry(path, struct coresight_node, link)->csdev; in coresight_get_sink() 825 struct coresight_node *node; in _coresight_build_path() 865 node = kzalloc(sizeof(struct coresight_node), GFP_KERNEL); in _coresight_build_path() 909 struct coresight_node *nd, *next; in coresight_release_path()
|
Completed in 4 milliseconds