Searched refs:complain (Results 1 – 25 of 37) sorted by relevance
12
| /Linux-v6.6/security/apparmor/include/ |
| 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-v6.6/tools/perf/Documentation/ |
| D | perf-evlist.txt | 25 Don't complain, do it.
|
| D | perf-data.txt | 41 Don't complain, do it.
|
| D | perf-buildid-cache.txt | 29 Don't complain, do it.
|
| D | perf-timechart.txt | 55 Don't complain, do it.
|
| D | perf-kwork.txt | 65 Don't complain, do it.
|
| D | perf-sched.txt | 79 Don't complain, do it.
|
| D | perf-inject.txt | 83 Don't complain, do it.
|
| D | perf-lock.txt | 56 Don't complain, do it.
|
| D | perf-trace.txt | 159 Don't complain, do it.
|
| /Linux-v6.6/security/apparmor/ |
| 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()
|
| D | policy_unpack.c | 657 aa_unpack_u32(e, &perm->complain, NULL) && in unpack_perm() 1196 if (perm->complain & (perm->allow | perm->deny)) in verify_perm() 1200 if (perm->complain & perm->prompt) in verify_perm()
|
| /Linux-v6.6/Documentation/kbuild/ |
| D | Kconfig.select-break | 8 # kconfig will not complain and enable this layout for configuration. This is
|
| /Linux-v6.6/Documentation/RCU/ |
| 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
|
| 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-v6.6/fs/nfs/ |
| D | write.c | 1581 static unsigned long complain; in nfs_writeback_done() local 1584 if (time_before(complain, jiffies)) { in nfs_writeback_done() 1589 complain = jiffies + 300 * HZ; in nfs_writeback_done() 1613 static unsigned long complain; in nfs_writeback_result() local 1620 if (time_before(complain, jiffies)) { in nfs_writeback_result() 1624 complain = jiffies + 300 * HZ; in nfs_writeback_result()
|
| /Linux-v6.6/Documentation/security/ |
| D | sak.rst | 51 incorrectly holding /dev/console open. Be sure to complain to your
|
| /Linux-v6.6/Documentation/dev-tools/ |
| D | sparse.rst | 29 there because sparse will complain about casting to/from a bitwise type,
|
| /Linux-v6.6/tools/perf/util/ |
| D | Build | 286 # Some newer clang and gcc version complain about this 300 # Some newer clang and gcc version complain about this
|
| /Linux-v6.6/Documentation/maintainer/ |
| D | pull-requests.rst | 152 asking to be pulled from, git will complain saying it is not there,
|
| /Linux-v6.6/Documentation/usb/ |
| D | gadget_serial.rst | 171 Windows will complain that the Gadget Serial driver has not passed
|
| /Linux-v6.6/Documentation/process/ |
| D | botching-up-ioctls.rst | 225 complain about regressions disappears, too.
|
| D | 1.Intro.rst | 167 direction of kernel development. Users who complain from the sidelines
|
| /Linux-v6.6/Documentation/locking/ |
| D | locktypes.rst | 533 Lockdep will complain if these constraints are violated, both in
|
| /Linux-v6.6/Documentation/driver-api/gpio/ |
| 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
|
12