Home
last modified time | relevance | path

Searched refs:is_register (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/kernel/events/
Duprobes.c129 static bool valid_vma(struct vm_area_struct *vma, bool is_register) in valid_vma() argument
133 if (is_register) in valid_vma()
717 build_map_info(struct address_space *mapping, loff_t offset, bool is_register) in build_map_info() argument
729 if (!valid_vma(vma, is_register)) in build_map_info()
789 bool is_register = !!new; in register_for_each_vma() local
795 uprobe->offset, is_register); in register_for_each_vma()
805 if (err && is_register) in register_for_each_vma()
810 if (!vma || !valid_vma(vma, is_register) || in register_for_each_vma()
818 if (is_register) { in register_for_each_vma()
/linux-4.1.27/security/tomoyo/
Dgc.c630 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register) in tomoyo_notify_gc() argument
635 if (is_register) { in tomoyo_notify_gc()
Dcommon.h1046 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register);