Searched refs:is_register (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/events/ |
| H A D | uprobes.c | 135 static bool valid_vma(struct vm_area_struct *vma, bool is_register) in valid_vma() argument 139 if (is_register) in valid_vma() 408 bool is_register) in __uprobe_write() argument 441 if (is_register || userfaultfd_missing(vma) || in __uprobe_write() 493 bool is_register) in uprobe_write_opcode() argument 496 verify_opcode, is_register, true /* do_update_ref_ctr */, NULL); in uprobe_write_opcode() 501 uprobe_write_verify_t verify, bool is_register, bool do_update_ref_ctr, in uprobe_write() argument 527 if (is_register) in uprobe_write() 544 ret = update_ref_ctr(uprobe, mm, is_register ? 1 : -1); in uprobe_write() 555 VM_WARN_ON_ONCE(is_register); in uprobe_write() [all …]
|
| /linux/security/tomoyo/ |
| H A D | gc.c | 651 * @is_register: True if register, false if unregister. in tomoyo_notify_gc() 655 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register) in tomoyo_notify_gc() 660 if (is_register) { in tomoyo_notify_gc() 650 tomoyo_notify_gc(struct tomoyo_io_buffer * head,const bool is_register) tomoyo_notify_gc() argument
|
| H A D | common.h | 1087 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register);
|