Home
last modified time | relevance | path

Searched refs:callers (Results 1 – 25 of 68) sorted by relevance

123

/openbmc/linux/Documentation/mm/
H A Dpage_frags.rst26 allocation. The netdev_alloc_cache is used by callers making use of the
28 used by callers of the __napi_alloc_frag and __napi_alloc_skb calls. The
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0009-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch14 (currently) all systemd callers of laccess() pass mode as F_OK, so
49 + the links above doesn't apply. Note also that (currently) all systemd callers
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0007-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch14 (currently) all systemd callers of laccess() pass mode as F_OK, so
49 + the links above doesn't apply. Note also that (currently) all systemd callers
/openbmc/linux/Documentation/networking/
H A Dtc-actions-env-rules.rst23 The "environmental" rules for callers of actions (qdiscs etc) are:
/openbmc/linux/drivers/scsi/
H A Dxen-scsifront.c129 unsigned callers; member
589 info->callers++; in scsifront_enter()
595 info->callers--; in scsifront_return()
596 if (info->callers) in scsifront_return()
985 while (info->callers && !err) { in scsifront_suspend()
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A Dvalgrind-make-ld-XXX.so-strlen-intercept-optional.patch31 + patch the many different architecture specific callers to
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-fread.rst73 - The driver failed to write to the callers buffer due to an
/openbmc/linux/Documentation/arch/x86/
H A Damd_hsmp.rst41 * Locking across callers is taken care by the driver.
/openbmc/linux/Documentation/core-api/
H A Ddebug-objects.rst85 on the callers stack. If it is on the callers stack then a limited
108 the callers stack.
H A Dtimekeeping.rst73 more convenient for some callers.
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst121 check for ->link() target not being a directory is done by callers. Feel
128 ->link() callers hold ->i_mutex on the object we are linking to. Some of your
318 nobh_write_begin, blockdev_direct_IO*) to callers. Take a look at
319 ext2_write_failed and callers for an example.
781 is returned and callers reference to inode is subsumed by that. On
909 instead of passing mount and dentry separately. For callers that used to
928 callers never looked at specific -E... values anyway. -> iterate_shared()
938 changed to simplify callers. The passed file is in a non-open state and on
/openbmc/linux/Documentation/bpf/
H A Dcpumasks.rst255 complementary kfuncs that allow callers to atomically test and set (or clear)
273 callers can also perform bitwise operations between multiple cpumasks using
/openbmc/openbmc-test-automation/docs/
H A Dredfish_coding_guidelines.md21 - Support for python-like strings for all arguments which allows callers to
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/
H A Dmultipath-tools_0.10.0.bb11 mpath device. It processes management requests from callers and hides \
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/
H A D0001-Fix-uprobes-make-uprobe_register-return-struct-uprob.patch51 Add this argument to uprobe_register(), update the callers, and kill
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Dterminfo_fixes.patch91 +MEMCHECK = valgrind --tool=memcheck --leak-check=yes --leak-resolution=med --num-callers=20
/openbmc/linux/Documentation/target/
H A Dtcm_mod_builder.rst17 1) Generate new API callers for drivers/target/target_core_fabric_configs.c logic
/openbmc/linux/Documentation/trace/
H A Devents-kmem.rst66 callers should be batching their activities.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch789 - (cc, nc, tt, ct, callers) = p.stats[fsa_pid]
793 - (cc, nc, tt, ct, callers) = p.stats[fsd_pid]
797 - self.assertEqual(len(callers), 2)
798 - (cc, nc, tt, ct) = callers[fsa_pid]
802 - (cc, nc, tt, ct) = callers[fsb_pid]
2700 + (cc, nc, tt, ct, callers) = p.stats[fsa_pid]
2704 + (cc, nc, tt, ct, callers) = p.stats[fsd_pid]
2708 + self.assertEqual(len(callers), 2)
2709 + (cc, nc, tt, ct) = callers[fsa_pid]
2713 + (cc, nc, tt, ct) = callers[fsb_pid]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js117 var innerEquiv,callers=[],parents=[],parentsB=[],getProto=Object.getPrototypeOf||function(obj){retu…
118 …=b.multiline&&a.sticky===b.sticky;},"function":function(){var caller=callers[callers.length-1];ret…
123 callers.push(a.constructor);parents.push(a);parentsB.push(b);for(i in a){loop=false;for(j=0;j<paren…
125 parents.pop();parentsB.pop();callers.pop();for(i in b){bProperties.push(i);}
/openbmc/linux/Documentation/driver-api/usb/
H A Ddma.rst83 This may force your callers to do some bounce buffering, copying from
/openbmc/linux/kernel/dma/
H A DKconfig253 Perform extra checking that callers of dma_map_sg() have respected the
/openbmc/linux/Documentation/process/
H A Ddeprecated.rst117 in callers. The respective kstrtol(), kstrtoll(),
141 for callers using only NUL-terminated strings.
/openbmc/linux/Documentation/rust/
H A Dcoding-guidelines.rst98 in code documentation. ``# Safety`` sections specify the contract that callers
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch25 /* Similarly for fcntl. Note that callers must always:

123