Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 25 of 32) sorted by relevance

12

/f-stack/freebsd/contrib/rdma/krping/
H A Dgetopt.c29 int krping_getopt(const char *caller, char **options, in krping_getopt() argument
54 "an argument\n", caller, token); in krping_getopt()
65 "in %s=%s\n", caller, token, val); in krping_getopt()
72 "%s option\n", caller, val, token); in krping_getopt()
76 printk(KERN_INFO "%s: Unrecognized option %s\n", caller, token); in krping_getopt()
H A Dgetopt.h18 extern int krping_getopt(const char *caller, char **options, const struct krping_option *opts,
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_zrlock.h52 __field(const char *, caller)
60 __entry->caller = zrl->zr_caller ? zrl->zr_caller : "(null)";
66 __entry->refcount, __entry->owner_pid, __entry->caller,
/f-stack/freebsd/i386/include/
H A Dasmacros.h111 #define FAKE_MCOUNT(caller) pushl caller ; call *__mcountp ; popl %ecx argument
132 #define FAKE_MCOUNT(caller) argument
/f-stack/dpdk/doc/guides/prog_guide/
H A Dip_fragment_reassembly_lib.rst28 The caller has an ability to explicitly specify which mempools should be used to allocate 'direct' …
92 …, reassemble the packet, mark table's entry as empty and return the reassembled mbuf to the caller.
94 b) If no, then return a NULL to the caller.
99 mark the table entry as invalid and return NULL to the caller.
H A Dpacket_distrib_lib.rst46 then the process API returns to the caller.
58 It returns to the caller all packets which have finished processing by all worker cores.
H A Drcu_lib.rst150 ``rte_rcu_qsbr_start()`` returns a token to each caller.
/f-stack/freebsd/amd64/include/
H A Dasmacros.h118 #define FAKE_MCOUNT(caller) pushq caller ; call __mcount ; popq %rcx argument
139 #define FAKE_MCOUNT(caller) argument
/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Darena.c108 malloc_atfork(size_t sz, const Void_t *caller) in malloc_atfork() argument
114 free_atfork(Void_t* mem, const Void_t *caller) in free_atfork() argument
H A Dmalloc.c1497 static Void_t* malloc_check(size_t sz, const Void_t *caller);
1498 static void free_check(Void_t* mem, const Void_t *caller);
1500 const Void_t *caller);
1502 const Void_t *caller);
1504 static Void_t* malloc_starter(size_t sz, const Void_t *caller);
1505 static void free_starter(Void_t* mem, const Void_t *caller);
1506 static Void_t* malloc_atfork(size_t sz, const Void_t *caller);
1507 static void free_atfork(Void_t* mem, const Void_t *caller);
/f-stack/freebsd/crypto/skein/amd64/
H A Dskein_block_asm.s293 #---- saved caller parameters (from regs rdi, rsi, rdx, rcx)
302 #---- caller's stack frame (aligned mod 16)
341 popq %\_reg_ #restore caller's regs
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-zlib.m46 dnl # workspace (268K). The caller can now specific the windowBits and
H A Dhost-cpu-c-abi.m4207 # No need to distinguish them here; the caller may distinguish
570 # No need to distinguish them here; the caller may distinguish
H A Diconv.m4148 #if 0 /* This bug could be worked around by the caller. */
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_reassembly.rst221 …, reassemble the packet, mark table's entry as empty and return the reassembled mbuf to the caller.
223 #. If no, then just return a NULL to the caller.
228 mark the table entry as invalid and return NULL to the caller.
H A Dlink_status_intr.rst185 which is different from the main thread of its caller.
/f-stack/tools/libxo/doc/
H A Dfield-modifiers.rst257 needed, but often this needs to be controlled by the caller::
305 needed, but often this needs to be controlled by the caller::
H A Dapi.rst21 opaque to the caller.
87 avoiding the need for the caller to perform this task.
553 various times, the caller may wish to flush any data buffered within
883 Markers use names which are not user-visible, allowing the caller to
1021 caller.
1299 defaults to "UTF-8". The caller may wish to avoid this behavior,
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY54 all errors are reported to the caller on the stack.
/f-stack/freebsd/kern/
H A Dbus_if.m276 * caller did not use the RF_ACTIVE to specify that it should be
277 * activated immediately, the caller is responsible for calling
466 * interrupt handler - the caller should save this value to use in a
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst407 that case, preventing the caller from knowing if the object had to be freed
416 that case, preventing the caller from knowing if the object had to be freed
H A Drelease_17_11.rst56 that the caller can determine whether a device supports the operation or not
487 caller can determine whether the backing device supports the operation or if
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1952.txt164 clarity and to eliminate the requirement for the caller to do pre-
642 function so it shouldn't be done by the caller. Usage example:
/f-stack/app/redis-5.0.5/tests/unit/
H A Dscripting.tcl121 test {EVAL - SELECT inside Lua should not affect the caller} {
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in2650 my $caller = ($i > 0) ? $addrs[$i-1] : 0;
2651 $func = "Run#" . ShortIdFor($caller);

12