Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/events/
Duprobes.c123 static bool valid_vma(struct vm_area_struct *vma, bool is_register) in valid_vma() argument
127 if (is_register) in valid_vma()
721 build_map_info(struct address_space *mapping, loff_t offset, bool is_register) in build_map_info() argument
733 if (!valid_vma(vma, is_register)) in build_map_info()
793 bool is_register = !!new; in register_for_each_vma() local
799 uprobe->offset, is_register); in register_for_each_vma()
809 if (err && is_register) in register_for_each_vma()
814 if (!vma || !valid_vma(vma, is_register) || in register_for_each_vma()
822 if (is_register) { in register_for_each_vma()
/Linux-v4.19/security/tomoyo/
Dgc.c631 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register) in tomoyo_notify_gc() argument
636 if (is_register) { in tomoyo_notify_gc()
Dcommon.h1047 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register);