Home
last modified time | relevance | path

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

12

/Linux-v6.6/security/apparmor/include/
Dperms.h74 u32 complain; /* accumulates only used when ~allow & ~deny */ member
112 accum->complain |= addend->complain & ~addend->allow & ~addend->deny; in aa_perms_accum_raw()
139 accum->complain |= addend->complain & ~accum->allow & ~accum->deny; in aa_perms_accum()
/Linux-v6.6/tools/perf/Documentation/
Dperf-evlist.txt25 Don't complain, do it.
Dperf-data.txt41 Don't complain, do it.
Dperf-buildid-cache.txt29 Don't complain, do it.
Dperf-timechart.txt55 Don't complain, do it.
Dperf-kwork.txt65 Don't complain, do it.
Dperf-sched.txt79 Don't complain, do it.
Dperf-inject.txt83 Don't complain, do it.
Dperf-lock.txt56 Don't complain, do it.
Dperf-trace.txt159 Don't complain, do it.
/Linux-v6.6/security/apparmor/
Dlib.c329 perms->complain = ALL_PERMS_MASK; in aa_apply_modes_to_perms()
407 else if (denied == (denied & perms->complain)) in aa_check_perms()
Dpolicy_unpack.c657 aa_unpack_u32(e, &perm->complain, NULL) && in unpack_perm()
1196 if (perm->complain & (perm->allow | perm->deny)) in verify_perm()
1200 if (perm->complain & perm->prompt) in verify_perm()
/Linux-v6.6/Documentation/kbuild/
DKconfig.select-break8 # kconfig will not complain and enable this layout for configuration. This is
/Linux-v6.6/Documentation/RCU/
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
Drcu_dereference.rst16 will complain. Worse yet, your code can see random memory-corruption
477 or as a formal parameter, with "__rcu", which tells sparse to complain if
478 this pointer is accessed directly. It will also cause sparse to complain
/Linux-v6.6/fs/nfs/
Dwrite.c1581 static unsigned long complain; in nfs_writeback_done() local
1584 if (time_before(complain, jiffies)) { in nfs_writeback_done()
1589 complain = jiffies + 300 * HZ; in nfs_writeback_done()
1613 static unsigned long complain; in nfs_writeback_result() local
1620 if (time_before(complain, jiffies)) { in nfs_writeback_result()
1624 complain = jiffies + 300 * HZ; in nfs_writeback_result()
/Linux-v6.6/Documentation/security/
Dsak.rst51 incorrectly holding /dev/console open. Be sure to complain to your
/Linux-v6.6/Documentation/dev-tools/
Dsparse.rst29 there because sparse will complain about casting to/from a bitwise type,
/Linux-v6.6/tools/perf/util/
DBuild286 # Some newer clang and gcc version complain about this
300 # Some newer clang and gcc version complain about this
/Linux-v6.6/Documentation/maintainer/
Dpull-requests.rst152 asking to be pulled from, git will complain saying it is not there,
/Linux-v6.6/Documentation/usb/
Dgadget_serial.rst171 Windows will complain that the Gadget Serial driver has not passed
/Linux-v6.6/Documentation/process/
Dbotching-up-ioctls.rst225 complain about regressions disappears, too.
D1.Intro.rst167 direction of kernel development. Users who complain from the sidelines
/Linux-v6.6/Documentation/locking/
Dlocktypes.rst533 Lockdep will complain if these constraints are violated, both in
/Linux-v6.6/Documentation/driver-api/gpio/
Ddriver.rst341 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

12