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

/linux-master/kernel/events/
H A Duprobes.c116 * - is_register: indicates if we are in register context.
120 static bool valid_vma(struct vm_area_struct *vma, bool is_register) argument
124 if (is_register)
465 int ret, is_register, ref_ctr_updated = 0; local
469 is_register = is_swbp_insn(&opcode);
473 if (is_register)
484 if (WARN(!is_register && PageCompound(old_page),
492 ret = update_ref_ctr(uprobe, mm, is_register ? 1 : -1);
500 if (!is_register && !PageAnon(old_page))
516 if (!is_register) {
959 build_map_info(struct address_space *mapping, loff_t offset, bool is_register) argument
1031 bool is_register = !!new; local
[all...]
/linux-master/security/tomoyo/
H A Dgc.c646 * @is_register: True if register, false if unregister.
650 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register) argument
655 if (is_register) {
H A Dcommon.h1055 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register);

Completed in 131 milliseconds