Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/events/
Duprobes.c121 static bool valid_vma(struct vm_area_struct *vma, bool is_register) in valid_vma() argument
125 if (is_register) in valid_vma()
711 build_map_info(struct address_space *mapping, loff_t offset, bool is_register) in build_map_info() argument
723 if (!valid_vma(vma, is_register)) in build_map_info()
783 bool is_register = !!new; in register_for_each_vma() local
789 uprobe->offset, is_register); in register_for_each_vma()
799 if (err && is_register) in register_for_each_vma()
804 if (!vma || !valid_vma(vma, is_register) || in register_for_each_vma()
812 if (is_register) { in register_for_each_vma()
/linux-4.4.14/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);