Searched refs:complain (Results 1 – 25 of 29) sorted by relevance
12
/Linux-v4.19/security/apparmor/ |
D | lib.c | 312 perms->complain = ALL_PERMS_MASK; in aa_apply_modes_to_perms() 358 accum->complain |= addend->complain & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() 377 accum->complain |= addend->complain & ~accum->allow & ~accum->deny; in aa_perms_accum() 451 else if (denied == (denied & perms->complain)) in aa_check_perms()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-evlist.txt | 25 Don't complain, do it.
|
D | perf-data.txt | 35 Don't complain, do it.
|
D | perf-inject.txt | 65 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-sched.txt | 79 Don't complain, do it.
|
D | perf-trace.txt | 150 Don't complain, do it.
|
/Linux-v4.19/Documentation/kbuild/ |
D | Kconfig.select-break | 8 # kconfig will not complain and enable this layout for configuration. This is
|
/Linux-v4.19/security/apparmor/include/ |
D | perms.h | 79 u32 complain; /* accumulates only used when ~allow & ~deny */ member
|
/Linux-v4.19/fs/nfs/ |
D | write.c | 1552 static unsigned long complain; in nfs_writeback_done() local 1555 if (time_before(complain, jiffies)) { in nfs_writeback_done() 1560 complain = jiffies + 300 * HZ; in nfs_writeback_done() 1583 static unsigned long complain; in nfs_writeback_result() local 1590 if (time_before(complain, jiffies)) { in nfs_writeback_result() 1594 complain = jiffies + 300 * HZ; in nfs_writeback_result()
|
/Linux-v4.19/Documentation/EDID/ |
D | HOWTO.txt | 55 most probably complain about a wrong CRC. Fortunately, the utility also
|
/Linux-v4.19/Documentation/ |
D | SAK.txt | 51 incorrectly holding /dev/console open. Be sure to complain to your
|
/Linux-v4.19/Documentation/dev-tools/ |
D | sparse.rst | 27 there because sparse will complain about casting to/from a bitwise type,
|
/Linux-v4.19/Documentation/RCU/ |
D | lockdep.txt | 92 complain if this was used in an RCU read-side critical section unless one
|
D | rcu_dereference.txt | 13 will complain. Worse yet, your code can see random memory-corruption
|
D | stallwarn.txt | 150 some other CPU will complain. This delay is normally set to
|
D | checklist.txt | 151 will complain if you access rcu_dereference() outside
|
/Linux-v4.19/Documentation/maintainer/ |
D | pull-requests.rst | 154 asking to be pulled from, git will complain saying it is not there,
|
/Linux-v4.19/Documentation/driver-api/gpio/ |
D | driver.rst | 256 so the IRQ core will complain if it is called from an IRQ handler which is 277 core will complain that generic_handle_irq() is called with IRQ enabled and
|
/Linux-v4.19/Documentation/usb/ |
D | gadget_serial.txt | 168 Windows will complain that the Gadget Serial driver has not passed
|
/Linux-v4.19/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 224 complain about regressions disappears, too.
|
/Linux-v4.19/Documentation/process/ |
D | 1.Intro.rst | 165 direction of kernel development. Users who complain from the sidelines
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | Kconfig | 400 to keep this option enabled. Otherwise people might complain about a
|
/Linux-v4.19/Documentation/filesystems/ |
D | xfs-self-describing-metadata.txt | 349 repair will probably complain about it - but it needs to be fixed.
|
12