Home
last modified time | relevance | path

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

12

/linux-6.15/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-6.15/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-lock.txt56 Don't complain, do it.
H A Dperf-kwork.txt69 Don't complain, do it.
H A Dperf-sched.txt99 Don't complain, do it.
H A Dperf-trace.txt163 Don't complain, do it.
/linux-6.15/security/apparmor/
H A Dlib.c267 perms->complain = ALL_PERMS_MASK; in aa_apply_modes_to_perms()
324 else if (denied == (denied & perms->complain)) in aa_check_perms()
H A Dpolicy_unpack.c660 aa_unpack_u32(e, &perm->complain, NULL) && in unpack_perm()
1203 if (perm->complain & (perm->allow | perm->deny)) in verify_perm()
1207 if (perm->complain & perm->prompt) in verify_perm()
/linux-6.15/Documentation/kbuild/
H A DKconfig.select-break8 # kconfig will not complain and enable this layout for configuration. This is
/linux-6.15/Documentation/RCU/
H A Dlockdep.rst99 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
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
/linux-6.15/fs/nfs/
H A Dwrite.c1575 static unsigned long complain; in nfs_writeback_done() local
1578 if (time_before(complain, jiffies)) { in nfs_writeback_done()
1583 complain = jiffies + 300 * HZ; in nfs_writeback_done()
1607 static unsigned long complain; in nfs_writeback_result() local
1614 if (time_before(complain, jiffies)) { in nfs_writeback_result()
1618 complain = jiffies + 300 * HZ; in nfs_writeback_result()
/linux-6.15/Documentation/security/
H A Dsak.rst51 incorrectly holding /dev/console open. Be sure to complain to your
/linux-6.15/Documentation/dev-tools/
H A Dsparse.rst29 there because sparse will complain about casting to/from a bitwise type,
/linux-6.15/tools/perf/util/
H A DBuild307 # Some newer clang and gcc version complain about this
321 # Some newer clang and gcc version complain about this
/linux-6.15/Documentation/maintainer/
H A Dpull-requests.rst152 asking to be pulled from, git will complain saying it is not there,
/linux-6.15/Documentation/usb/
H A Dgadget_serial.rst171 Windows will complain that the Gadget Serial driver has not passed
/linux-6.15/Documentation/process/
H A Dbotching-up-ioctls.rst225 complain about regressions disappears, too.
H A D1.Intro.rst167 direction of kernel development. Users who complain from the sidelines
/linux-6.15/Documentation/locking/
H A Dlocktypes.rst533 Lockdep will complain if these constraints are violated, both in
/linux-6.15/Documentation/driver-api/gpio/
H A Ddriver.rst340 so the IRQ core will complain if it is called from an IRQ handler which is
362 and as result the IRQ core will complain that generic_handle_irq() is called

12