/linux-6.3-rc2/security/apparmor/include/ |
A D | perms.h | 74 u32 complain; /* accumulates only used when ~allow & ~deny */ member 112 accum->complain |= addend->complain & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() 139 accum->complain |= addend->complain & ~accum->allow & ~accum->deny; in aa_perms_accum()
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-evlist.txt | 25 Don't complain, do it.
|
A D | perf-data.txt | 41 Don't complain, do it.
|
A D | perf-buildid-cache.txt | 29 Don't complain, do it.
|
A D | perf-timechart.txt | 55 Don't complain, do it.
|
A D | perf-kwork.txt | 65 Don't complain, do it.
|
A D | perf-inject.txt | 83 Don't complain, do it.
|
A D | perf-lock.txt | 53 Don't complain, do it.
|
A D | perf-sched.txt | 79 Don't complain, do it.
|
A D | perf-trace.txt | 159 Don't complain, do it.
|
/linux-6.3-rc2/security/apparmor/ |
A D | lib.c | 329 perms->complain = ALL_PERMS_MASK; in aa_apply_modes_to_perms() 407 else if (denied == (denied & perms->complain)) in aa_check_perms()
|
A D | policy_unpack.c | 654 aa_unpack_u32(e, &perm->complain, NULL) && in unpack_perm() 1169 if (perm->complain & (perm->allow | perm->deny)) in verify_perm() 1173 if (perm->complain & perm->prompt) in verify_perm()
|
/linux-6.3-rc2/Documentation/kbuild/ |
A D | Kconfig.select-break | 8 # kconfig will not complain and enable this layout for configuration. This is
|
/linux-6.3-rc2/Documentation/RCU/ |
A D | lockdep.rst | 99 complain even if this was used in an RCU read-side critical section unless 110 traversal primitives will complain only if the lockdep expression is
|
A D | rcu_dereference.rst | 16 will complain. Worse yet, your code can see random memory-corruption 477 or as a formal parameter, with "__rcu", which tells sparse to complain if 478 this pointer is accessed directly. It will also cause sparse to complain
|
/linux-6.3-rc2/fs/nfs/ |
A D | write.c | 1578 static unsigned long complain; in nfs_writeback_done() local 1581 if (time_before(complain, jiffies)) { in nfs_writeback_done() 1586 complain = jiffies + 300 * HZ; in nfs_writeback_done() 1610 static unsigned long complain; in nfs_writeback_result() local 1617 if (time_before(complain, jiffies)) { in nfs_writeback_result() 1621 complain = jiffies + 300 * HZ; in nfs_writeback_result()
|
/linux-6.3-rc2/Documentation/security/ |
A D | sak.rst | 51 incorrectly holding /dev/console open. Be sure to complain to your
|
/linux-6.3-rc2/Documentation/dev-tools/ |
A D | sparse.rst | 29 there because sparse will complain about casting to/from a bitwise type,
|
/linux-6.3-rc2/Documentation/maintainer/ |
A D | pull-requests.rst | 154 asking to be pulled from, git will complain saying it is not there,
|
/linux-6.3-rc2/Documentation/usb/ |
A D | gadget_serial.rst | 171 Windows will complain that the Gadget Serial driver has not passed
|
/linux-6.3-rc2/Documentation/process/ |
A D | botching-up-ioctls.rst | 225 complain about regressions disappears, too.
|
A D | 1.Intro.rst | 167 direction of kernel development. Users who complain from the sidelines
|
/linux-6.3-rc2/Documentation/locking/ |
A D | locktypes.rst | 533 Lockdep will complain if these constraints are violated, both in
|
/linux-6.3-rc2/Documentation/driver-api/gpio/ |
A D | driver.rst | 341 so the IRQ core will complain if it is called from an IRQ handler which is 363 and as result the IRQ core will complain that generic_handle_irq() is called
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | xfs-self-describing-metadata.rst | 352 repair will probably complain about it - but it needs to be fixed.
|