| /linux/security/smack/ |
| H A D | Kconfig | 17 bool "Reporting on access granted by Smack rules" 22 When access is granted by a rule with the "b" mode a 24 intention is that a process can be granted a wide set
|
| /linux/drivers/rpmsg/ |
| H A D | qcom_glink_trace.h | 250 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool granted, bool tx), 251 TP_ARGS(remote, channel, lcid, rcid, granted, tx), 257 __field(bool, granted) 265 __entry->granted = granted; 274 __entry->granted
|
| /linux/include/linux/ |
| H A D | rseq_entry.h | 101 if (likely(!current->rseq.slice.state.granted)) in rseq_arm_slice_extension_timer() 109 if (IS_ENABLED(CONFIG_RSEQ_STATS) && t->rseq.slice.state.granted) in rseq_slice_clear_grant() 111 t->rseq.slice.state.granted = false; in rseq_slice_clear_grant() 143 if (unlikely(work_pending || state.granted)) { in __rseq_grant_slice_extension() 156 usr_ctrl.granted = 1; in __rseq_grant_slice_extension() 162 curr->rseq.slice.state.granted = true; in __rseq_grant_slice_extension()
|
| H A D | rseq_types.h | 85 u8 granted; member
|
| /linux/fs/ocfs2/dlm/ |
| H A D | dlmconvert.c | 127 if (!dlm_lock_on_list(&res->granted, lock)) { in __dlmconvert_master() 170 list_for_each_entry(tmplock, &res->granted, list) { in __dlmconvert_master() 202 list_move_tail(&lock->list, &res->granted); in __dlmconvert_master() 237 list_move_tail(&lock->list, &res->granted); in dlm_revert_pending_convert() 482 list_for_each_entry(tmp_lock, &res->granted, list) { in dlm_convert_lock_handler()
|
| H A D | dlmunlock.c | 213 list_add_tail(&lock->list, &res->granted); in dlmunlock_common() 276 list_move_tail(&lock->list, &res->granted); in dlm_commit_pending_cancel() 439 queue=&res->granted; in dlm_unlock_lock_handler() 545 } else if (dlm_lock_on_list(&res->granted, lock)) { in dlm_get_cancel_actions() 566 if (!dlm_lock_on_list(&res->granted, lock)) { in dlm_get_unlock_actions()
|
| H A D | dlmthread.c | 63 if (list_empty(&res->granted) && in __dlm_lockres_has_locks() 370 list_for_each_entry(lock, &res->granted, list) { in dlm_shuffle_lists() 419 list_move_tail(&target->list, &res->granted); in dlm_shuffle_lists() 437 list_for_each_entry(lock, &res->granted, list) { in dlm_shuffle_lists() 479 list_move_tail(&target->list, &res->granted); in dlm_shuffle_lists()
|
| H A D | dlmlock.c | 78 list_for_each_entry(tmplock, &res->granted, list) { in dlm_can_grant_new_lock() 130 list_add_tail(&lock->list, &res->granted); in dlmlock_master() 264 list_move_tail(&lock->list, &res->granted); in dlmlock_remote()
|
| /linux/arch/m68k/fpsp040/ |
| H A D | README | 25 You are hereby granted a copyright license to use, modify, and 29 No licenses are granted by implication, estoppel or otherwise
|
| /linux/kernel/ |
| H A D | rseq.c | 545 if (st->cookie == current && current->rseq.slice.state.granted) { in rseq_slice_expired() 650 struct rseq_slice_ctrl ctrl = { .granted = curr->rseq.slice.state.granted }; in rseq_syscall_enter_work() 661 if (!ctrl.granted) in rseq_syscall_enter_work() 693 curr->rseq.slice.state.granted = false; in rseq_syscall_enter_work()
|
| /linux/Documentation/tools/rv/ |
| H A D | common_appendix.rst | 15 Copyright \(C) 2022 Red Hat, Inc. Free use of this software is granted under
|
| /linux/LICENSES/dual/ |
| H A D | MPL-1.1 | 112 (c) the licenses granted in this Section 2.1(a) and (b) are 117 granted: 1) for code that You delete from the Original Code; 2) 142 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are 147 granted: 1) for any code that Contributor has deleted from the 198 granted by such Contributor under Sections 2.1 or 2.2, 334 8.1. This License and the rights granted hereunder will terminate 337 sublicenses to the Covered Code which are properly granted shall 348 infringes any patent, then any and all rights granted by such 358 is not withdrawn, the rights granted by Participant to You under 364 any rights granted to You by such Participant under Sections 2.1(b) [all …]
|
| H A D | CDDL-1.0 | 105 (c) The licenses granted in Sections 2.1(a) and (b) are 111 granted: (1) for code that You delete from the Original 142 (c) The licenses granted in Sections 2.2(a) and 2.2(b) are 148 granted: (1) for any code that Contributor has deleted from 279 6.1. This License and the rights granted hereunder will terminate 292 infringes any patent, then any and all rights granted directly or 303 all end user licenses that have been validly granted by You or any 305 granted to You by any distributor) shall survive termination.
|
| /linux/include/uapi/linux/ |
| H A D | rseq.h | 83 __u8 granted; member
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | README | 23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE 26 No licenses are granted by implication, estoppel or otherwise under any patents
|
| H A D | MISC | 23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE 26 No licenses are granted by implication, estoppel or otherwise under any patents
|
| /linux/fs/smb/server/ |
| H A D | smbacl.c | 1327 int granted = le32_to_cpu(*pdaccess & ~FILE_MAXIMAL_ACCESS_LE); in smb_check_perm_dacl() local 1365 granted = READ_CONTROL | WRITE_DAC | FILE_READ_ATTRIBUTES | in smb_check_perm_dacl() 1380 granted |= le32_to_cpu(ace->access_req); in smb_check_perm_dacl() 1417 granted = READ_CONTROL | WRITE_DAC | FILE_READ_ATTRIBUTES | in smb_check_perm_dacl() 1420 granted |= le32_to_cpu(ace->access_req); in smb_check_perm_dacl() 1423 granted = GENERIC_ALL_FLAGS; in smb_check_perm_dacl() 1477 if (granted & in smb_check_perm_dacl() 1480 granted, le32_to_cpu(ace->access_req)); in smb_check_perm_dacl() 1485 *pdaccess = cpu_to_le32(granted); in smb_check_perm_dacl()
|
| /linux/security/tomoyo/ |
| H A D | domain.c | 180 r->granted = true; in tomoyo_check_acl() 189 r->granted = false; in tomoyo_check_acl() 593 r.granted = false; in tomoyo_assign_domain() 869 ee->r.granted = false; in tomoyo_find_next_domain()
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-ipq4019-ap.dk01.1-c1.dts | 4 * purpose with or without fee is hereby granted, provided that the above
|
| /linux/LICENSES/deprecated/ |
| H A D | ISC | 15 purpose with or without fee is hereby granted, provided that the above
|
| H A D | 0BSD | 15 purpose with or without fee is hereby granted.
|
| H A D | Zlib | 18 Permission is granted to anyone to use this software for any purpose, including
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | arm-realview-eb-bbrevd.dts | 4 * Permission is hereby granted, free of charge, to any person obtaining a copy
|
| H A D | arm-realview-eb-a9mp-bbrevd.dts | 4 * Permission is hereby granted, free of charge, to any person obtaining a copy
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | other_interfaces.rst | 25 higher than the kernel is granted. Such secure features include
|