| /f-stack/freebsd/contrib/rdma/krping/ |
| H A D | getopt.c | 29 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 D | getopt.h | 18 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 D | trace_zrlock.h | 52 __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 D | asmacros.h | 111 #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 D | ip_fragment_reassembly_lib.rst | 28 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 D | packet_distrib_lib.rst | 46 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 D | rcu_lib.rst | 150 ``rte_rcu_qsbr_start()`` returns a token to each caller.
|
| /f-stack/freebsd/amd64/include/ |
| H A D | asmacros.h | 118 #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 D | arena.c | 108 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 D | malloc.c | 1497 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 D | skein_block_asm.s | 293 #---- 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 D | kernel-zlib.m4 | 6 dnl # workspace (268K). The caller can now specific the windowBits and
|
| H A D | host-cpu-c-abi.m4 | 207 # No need to distinguish them here; the caller may distinguish 570 # No need to distinguish them here; the caller may distinguish
|
| H A D | iconv.m4 | 148 #if 0 /* This bug could be worked around by the caller. */
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_reassembly.rst | 221 …, 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 D | link_status_intr.rst | 185 which is different from the main thread of its caller.
|
| /f-stack/tools/libxo/doc/ |
| H A D | field-modifiers.rst | 257 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 D | api.rst | 21 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 D | HISTORY | 54 all errors are reported to the caller on the stack.
|
| /f-stack/freebsd/kern/ |
| H A D | bus_if.m | 276 * 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 D | release_16_04.rst | 407 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 D | release_17_11.rst | 56 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 D | rfc1952.txt | 164 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 D | scripting.tcl | 121 test {EVAL - SELECT inside Lua should not affect the caller} {
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/bin/ |
| H A D | jeprof.in | 2650 my $caller = ($i > 0) ? $addrs[$i-1] : 0; 2651 $func = "Run#" . ShortIdFor($caller);
|