Searched refs:complain (Results 1 – 25 of 32) sorted by relevance
12
/kernel/linux/linux-5.10/security/apparmor/ |
D | lib.c | 310 perms->complain = ALL_PERMS_MASK; in aa_apply_modes_to_perms() 356 accum->complain |= addend->complain & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() 375 accum->complain |= addend->complain & ~accum->allow & ~accum->deny; in aa_perms_accum() 449 else if (denied == (denied & perms->complain)) in aa_check_perms()
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-evlist.txt | 25 Don't complain, do it.
|
D | perf-data.txt | 38 Don't complain, do it.
|
D | perf-inject.txt | 69 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 | 159 Don't complain, do it.
|
/kernel/linux/linux-5.10/Documentation/kbuild/ |
D | Kconfig.select-break | 8 # kconfig will not complain and enable this layout for configuration. This is
|
/kernel/linux/linux-5.10/Documentation/RCU/ |
D | lockdep.rst | 96 complain if this was used in an RCU read-side critical section unless one 107 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 454 or as a formal parameter, with "__rcu", which tells sparse to complain if 455 this pointer is accessed directly. It will also cause sparse to complain
|
D | stallwarn.rst | 169 some other CPU will complain. This delay is normally set to
|
D | checklist.rst | 155 will complain if you access rcu_dereference() outside
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
D | perms.h | 75 u32 complain; /* accumulates only used when ~allow & ~deny */ member
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | write.c | 1567 static unsigned long complain; in nfs_writeback_done() local 1570 if (time_before(complain, jiffies)) { in nfs_writeback_done() 1575 complain = jiffies + 300 * HZ; in nfs_writeback_done() 1598 static unsigned long complain; in nfs_writeback_result() local 1605 if (time_before(complain, jiffies)) { in nfs_writeback_result() 1609 complain = jiffies + 300 * HZ; in nfs_writeback_result()
|
/kernel/linux/linux-5.10/Documentation/security/ |
D | sak.rst | 51 incorrectly holding /dev/console open. Be sure to complain to your
|
/kernel/linux/linux-5.10/Documentation/dev-tools/ |
D | sparse.rst | 29 there because sparse will complain about casting to/from a bitwise type,
|
/kernel/linux/linux-5.10/Documentation/maintainer/ |
D | pull-requests.rst | 154 asking to be pulled from, git will complain saying it is not there,
|
/kernel/linux/linux-5.10/Documentation/usb/ |
D | gadget_serial.rst | 171 Windows will complain that the Gadget Serial driver has not passed
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/locking/ |
D | locktypes.rst | 536 Lockdep will complain if these constraints are violated, both in
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | xfs-self-describing-metadata.rst | 352 repair will probably complain about it - but it needs to be fixed.
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
D | Kconfig | 429 to keep this option enabled. Otherwise people might complain about a
|
12