Home
last modified time | relevance | path

Searched refs:path_link (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/hwtracing/coresight/
Dcoresight.c77 parent = container_of(csdev->path_link.next, in coresight_find_link_inport()
78 struct coresight_device, path_link); in coresight_find_link_inport()
98 child = container_of(csdev->path_link.prev, in coresight_find_link_outport()
99 struct coresight_device, path_link); in coresight_find_link_outport()
248 list_for_each_entry(cd, path, path_link) { in coresight_enable_path()
250 path_link)) { in coresight_enable_path()
252 } else if (list_is_last(&cd->path_link, path)) { in coresight_enable_path()
268 list_for_each_entry_continue_reverse(cd, path, path_link) { in coresight_enable_path()
270 path_link)) { in coresight_enable_path()
272 } else if (list_is_last(&cd->path_link, path)) { in coresight_enable_path()
[all …]
/linux-4.4.14/include/linux/
Dcoresight.h171 struct list_head path_link; member
Dlsm_hooks.h1369 int (*path_link)(struct dentry *old_dentry, struct path *new_dir, member
1659 struct list_head path_link; member
/linux-4.4.14/security/tomoyo/
Dtomoyo.c514 LSM_HOOK_INIT(path_link, tomoyo_path_link),
/linux-4.4.14/security/
Dsecurity.c458 return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry); in security_path_link()
1604 .path_link = LIST_HEAD_INIT(security_hook_heads.path_link),
/linux-4.4.14/security/apparmor/
Dlsm.c614 LSM_HOOK_INIT(path_link, apparmor_path_link),