| /linux/security/apparmor/include/ |
| H A D | perms.h | 77 u32 complain; /* accumulates only used when ~allow & ~deny */ member 115 accum->complain |= addend->complain & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() 142 accum->complain |= addend->complain & ~accum->allow & ~accum->deny; in aa_perms_accum()
|
| /linux/security/apparmor/ |
| H A D | capability.c | 140 if (perms.complain & request) in profile_capable() 213 caps.val |= ((u64)(perms.complain)) << (i * 5); in aa_profile_capget()
|
| H A D | lib.c | 383 perms->complain = ALL_PERMS_MASK; in aa_apply_modes_to_perms() 440 else if (denied == (denied & perms->complain)) in aa_check_perms()
|
| H A D | policy_unpack.c | 912 aa_unpack_u32(e, &perm->complain, NULL) && in unpack_perm() 1504 if (perm->complain & (perm->allow | perm->deny)) in verify_perm() 1508 if (perm->complain & perm->prompt) in verify_perm()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-evlist.txt | 25 Don't complain, do it.
|
| H A D | perf-data.txt | 41 Don't complain, do it.
|
| H A D | perf-buildid-cache.txt | 29 Don't complain, do it.
|
| H A D | perf-timechart.txt | 55 Don't complain, do it.
|
| H A D | perf-inject.txt | 83 Don't complain, do it.
|
| H A D | perf-kwork.txt | 69 Don't complain, do it.
|
| H A D | perf-lock.txt | 56 Don't complain, do it.
|
| H A D | perf-sched.txt | 358 Don't complain, do it.
|
| H A D | perf-trace.txt | 164 Don't complain, do it.
|
| /linux/Documentation/kbuild/ |
| H A D | Kconfig.select-break | 8 # kconfig will not complain and enable this layout for configuration. This is
|
| /linux/fs/nfs/ |
| H A D | write.c | 1522 static unsigned long complain; in nfs_writeback_done() local 1525 if (time_before(complain, jiffies)) { in nfs_writeback_done() 1530 complain = jiffies + 300 * HZ; in nfs_writeback_done() 1555 static unsigned long complain; in nfs_writeback_result() local 1562 if (time_before(complain, jiffies)) { in nfs_writeback_result() 1566 complain = jiffies + 300 * HZ; in nfs_writeback_result()
|
| /linux/Documentation/security/ |
| H A D | sak.rst | 51 incorrectly holding /dev/console open. Be sure to complain to your
|
| /linux/Documentation/RCU/ |
| H A D | rcu_dereference.rst | 29 will complain. Worse yet, your code can see random memory-corruption 493 or as a formal parameter, with "__rcu", which tells sparse to complain if 494 this pointer is accessed directly. It will also cause sparse to complain
|
| H A D | checklist.rst | 169 will complain if you access rcu_dereference() outside
|
| /linux/tools/perf/util/ |
| H A D | Build | 322 # Some newer clang and gcc version complain about this 336 # Some newer clang and gcc version complain about this
|
| /linux/Documentation/usb/ |
| H A D | gadget_serial.rst | 171 Windows will complain that the Gadget Serial driver has not passed
|
| /linux/Documentation/process/ |
| H A D | botching-up-ioctls.rst | 225 complain about regressions disappears, too.
|
| /linux/Documentation/filesystems/xfs/ |
| H A D | xfs-self-describing-metadata.rst | 353 repair will probably complain about it - but it needs to be fixed.
|
| /linux/tools/memory-model/Documentation/ |
| H A D | access-marking.txt | 50 KCSAN will complain about many types of data races involving plain
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx.reg | 58 * REG_PRETTY_PRINT config will complain if dont_generate_debug_code
|
| /linux/Documentation/driver-api/ |
| H A D | libata.rst | 974 - decrease PIO xfer speed. if at PIO3, complain, but continue
|