Home
last modified time | relevance | path

Searched refs:complain (Results 1 – 25 of 29) sorted by relevance

12

/linux/security/apparmor/include/
H A Dperms.h77 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 Dcapability.c140 if (perms.complain & request) in profile_capable()
213 caps.val |= ((u64)(perms.complain)) << (i * 5); in aa_profile_capget()
H A Dlib.c383 perms->complain = ALL_PERMS_MASK; in aa_apply_modes_to_perms()
440 else if (denied == (denied & perms->complain)) in aa_check_perms()
H A Dpolicy_unpack.c912 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 Dperf-evlist.txt25 Don't complain, do it.
H A Dperf-data.txt41 Don't complain, do it.
H A Dperf-buildid-cache.txt29 Don't complain, do it.
H A Dperf-timechart.txt55 Don't complain, do it.
H A Dperf-inject.txt83 Don't complain, do it.
H A Dperf-kwork.txt69 Don't complain, do it.
H A Dperf-lock.txt56 Don't complain, do it.
H A Dperf-sched.txt358 Don't complain, do it.
H A Dperf-trace.txt164 Don't complain, do it.
/linux/Documentation/kbuild/
H A DKconfig.select-break8 # kconfig will not complain and enable this layout for configuration. This is
/linux/fs/nfs/
H A Dwrite.c1522 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 Dsak.rst51 incorrectly holding /dev/console open. Be sure to complain to your
/linux/Documentation/RCU/
H A Drcu_dereference.rst29 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 Dchecklist.rst169 will complain if you access rcu_dereference() outside
/linux/tools/perf/util/
H A DBuild322 # Some newer clang and gcc version complain about this
336 # Some newer clang and gcc version complain about this
/linux/Documentation/usb/
H A Dgadget_serial.rst171 Windows will complain that the Gadget Serial driver has not passed
/linux/Documentation/process/
H A Dbotching-up-ioctls.rst225 complain about regressions disappears, too.
/linux/Documentation/filesystems/xfs/
H A Dxfs-self-describing-metadata.rst353 repair will probably complain about it - but it needs to be fixed.
/linux/tools/memory-model/Documentation/
H A Daccess-marking.txt50 KCSAN will complain about many types of data races involving plain
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.reg58 * REG_PRETTY_PRINT config will complain if dont_generate_debug_code
/linux/Documentation/driver-api/
H A Dlibata.rst974 - decrease PIO xfer speed. if at PIO3, complain, but continue

12