Home
last modified time | relevance | path

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

12

/linux-6.1.9/security/apparmor/
Dlib.c310 perms->complain = ALL_PERMS_MASK; in aa_apply_modes_to_perms()
373 accum->complain |= addend->complain & ~addend->allow & ~addend->deny; in aa_perms_accum_raw()
392 accum->complain |= addend->complain & ~accum->allow & ~accum->deny; in aa_perms_accum()
466 else if (denied == (denied & perms->complain)) in aa_check_perms()
/linux-6.1.9/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-lock.txt53 Don't complain, do it.
Dperf-timechart.txt55 Don't complain, do it.
Dperf-kwork.txt65 Don't complain, do it.
Dperf-inject.txt83 Don't complain, do it.
Dperf-sched.txt79 Don't complain, do it.
Dperf-trace.txt159 Don't complain, do it.
/linux-6.1.9/Documentation/kbuild/
DKconfig.select-break8 # kconfig will not complain and enable this layout for configuration. This is
/linux-6.1.9/Documentation/RCU/
Dlockdep.rst96 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
Drcu_dereference.rst16 will complain. Worse yet, your code can see random memory-corruption
466 or as a formal parameter, with "__rcu", which tells sparse to complain if
467 this pointer is accessed directly. It will also cause sparse to complain
/linux-6.1.9/security/apparmor/include/
Dperms.h75 u32 complain; /* accumulates only used when ~allow & ~deny */ member
/linux-6.1.9/fs/nfs/
Dwrite.c1576 static unsigned long complain; in nfs_writeback_done() local
1579 if (time_before(complain, jiffies)) { in nfs_writeback_done()
1584 complain = jiffies + 300 * HZ; in nfs_writeback_done()
1608 static unsigned long complain; in nfs_writeback_result() local
1615 if (time_before(complain, jiffies)) { in nfs_writeback_result()
1619 complain = jiffies + 300 * HZ; in nfs_writeback_result()
/linux-6.1.9/Documentation/security/
Dsak.rst51 incorrectly holding /dev/console open. Be sure to complain to your
/linux-6.1.9/Documentation/dev-tools/
Dsparse.rst29 there because sparse will complain about casting to/from a bitwise type,
/linux-6.1.9/Documentation/maintainer/
Dpull-requests.rst154 asking to be pulled from, git will complain saying it is not there,
/linux-6.1.9/Documentation/usb/
Dgadget_serial.rst171 Windows will complain that the Gadget Serial driver has not passed
/linux-6.1.9/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-6.1.9/Documentation/locking/
Dlocktypes.rst533 Lockdep will complain if these constraints are violated, both in
/linux-6.1.9/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
/linux-6.1.9/Documentation/filesystems/
Dxfs-self-describing-metadata.rst352 repair will probably complain about it - but it needs to be fixed.
/linux-6.1.9/tools/memory-model/Documentation/
Daccess-marking.txt44 KCSAN will complain about many types of data races involving plain

12