| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_fifo.h | 230 fifo->head.pointer = fifo->tail.pointer = stub; in ck_fifo_mpmc_init() 266 next.pointer = ck_pr_load_ptr(&tail.pointer->next.pointer); in ck_fifo_mpmc_enqueue() 278 update.pointer = next.pointer; in ck_fifo_mpmc_enqueue() 319 next.pointer = ck_pr_load_ptr(&tail.pointer->next.pointer); in ck_fifo_mpmc_tryenqueue() 331 update.pointer = next.pointer; in ck_fifo_mpmc_tryenqueue() 371 next.pointer = ck_pr_load_ptr(&head.pointer->next.pointer); in ck_fifo_mpmc_dequeue() 373 update.pointer = next.pointer; in ck_fifo_mpmc_dequeue() 374 if (head.pointer == tail.pointer) { in ck_fifo_mpmc_dequeue() 426 next.pointer = ck_pr_load_ptr(&head.pointer->next.pointer); in ck_fifo_mpmc_trydequeue() 428 update.pointer = next.pointer; in ck_fifo_mpmc_trydequeue() [all …]
|
| H A D | ck_hp.h | 53 void *pointer; member 78 ck_hp_set(struct ck_hp_record *record, unsigned int i, void *pointer) in ck_hp_set() argument 81 ck_pr_store_ptr(&record->pointers[i], pointer); in ck_hp_set() 86 ck_hp_set_fence(struct ck_hp_record *record, unsigned int i, void *pointer) in ck_hp_set_fence() argument 90 ck_pr_fas_ptr(&record->pointers[i], pointer); in ck_hp_set_fence() 92 ck_pr_store_ptr(&record->pointers[i], pointer); in ck_hp_set_fence()
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_hp.c | 181 if (hazard == pointer) in ck_hp_member_scan() 196 void *pointer; in ck_hp_member_cache() local 210 pointer = ck_pr_load_ptr(&record->pointers[i]); in ck_hp_member_cache() 211 if (pointer != NULL) in ck_hp_member_cache() 212 cache[hazards++] = pointer; in ck_hp_member_cache() 241 match = bsearch(&hazard->pointer, cache, n_hazards, in ck_hp_reclaim() 249 ck_hp_member_scan(marker, global->degree, hazard->pointer)) { in ck_hp_reclaim() 274 void *pointer) in ck_hp_retire() argument 277 ck_pr_store_ptr(&hazard->pointer, pointer); in ck_hp_retire() 292 void *pointer) in ck_hp_free() argument [all …]
|
| H A D | ck_ht.c | 340 void *pointer; in ck_ht_map_probe_wr() local 358 pointer = ck_ht_entry_key(cursor); in ck_ht_map_probe_wr() 359 if (memcmp(pointer, key, key_length) == 0) in ck_ht_map_probe_wr() 562 void *pointer; in ck_ht_map_probe_rd() local 588 pointer = ck_ht_entry_key(snapshot); in ck_ht_map_probe_rd() 589 if (memcmp(pointer, key, key_length) == 0) in ck_ht_map_probe_rd()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-rw.m4 | 4 dnl # the offset as a pointer which is needed by vn_rdwr(). 21 AC_MSG_CHECKING([whether kernel_write() takes loff_t pointer]) 25 [kernel_write() take loff_t pointer]) 34 dnl # the offset as a pointer which is needed by vn_rdwr(). 51 AC_MSG_CHECKING([whether kernel_read() takes loff_t pointer]) 55 [kernel_read() take loff_t pointer])
|
| H A D | always-compiler-options.m4 | 165 dnl # Check if gcc supports -fno-omit-frame-pointer option. 168 AC_MSG_CHECKING([whether $CC supports -fno-omit-frame-pointer]) 171 CFLAGS="$CFLAGS -Werror -fno-omit-frame-pointer" 174 NO_OMIT_FRAME_POINTER=-fno-omit-frame-pointer
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | stack_lib.rst | 21 * Lookup a pointer to a stack by its name. 46 data pointer and a next pointer, and an atomic stack depth counter. The 53 pointer to the head of the list. The operation retries if it is unsuccessful 60 from the head -- then swinging the head pointer (using a CAS as well). While 74 compare-and-swap instruction to atomically update both the stack top pointer 78 1. Thread A reads head pointer X and stores the pointed-to list element. 79 2. Other threads modify the list such that the head pointer is once again X, 81 3. Thread A changes the head pointer with a compare-and-swap and succeeds. 84 both pop stale data and incorrect change the head pointer. By adding a 87 head pointer remains the same.
|
| H A D | bpf_lib.rst | 35 These instructions can only be used when execution context is a pointer to 37 Register ``R6`` is an implicit input that must contain pointer to ``rte_mbuf``. 64 - tail-pointer call
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | st,stm32-mdma.yaml | 23 0x0: Source address pointer is fixed 24 0x2: Source address pointer is incremented after each data transfer 25 0x3: Source address pointer is decremented after each data transfer 27 0x0: Destination address pointer is fixed 28 0x2: Destination address pointer is incremented after each data transfer 29 0x3: Destination address pointer is decremented after each data transfer
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | meson.build | 6 if cc.has_argument('-Wno-pointer-to-int-cast') 7 cflags += '-Wno-pointer-to-int-cast'
|
| /f-stack/dpdk/drivers/net/pfe/ |
| H A D | meson.build | 15 if cc.has_argument('-Wno-pointer-arith') 16 cflags += '-Wno-pointer-arith'
|
| /f-stack/dpdk/drivers/net/dpaa/ |
| H A D | meson.build | 17 if cc.has_argument('-Wno-pointer-arith') 18 cflags += '-Wno-pointer-arith'
|
| /f-stack/dpdk/drivers/common/dpaax/ |
| H A D | meson.build | 17 if cc.has_argument('-Wno-pointer-arith') 18 cflags += '-Wno-pointer-arith'
|
| /f-stack/dpdk/drivers/raw/octeontx2_dma/ |
| H A D | meson.build | 11 extra_flags += ['-Wno-int-to-pointer-cast', '-Wno-pointer-to-int-cast']
|
| /f-stack/dpdk/drivers/bus/dpaa/ |
| H A D | meson.build | 25 if cc.has_argument('-Wno-pointer-arith') 26 cflags += '-Wno-pointer-arith'
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | meson.build | 21 extra_flags += ['-Wno-int-to-pointer-cast', '-Wno-pointer-to-int-cast']
|
| /f-stack/freebsd/contrib/openzfs/module/ |
| H A D | Makefile.bsd | 322 CFLAGS.gcc+= -Wno-pointer-to-int-cast 335 CFLAGS.zfs_vnops_os.c= -Wno-pointer-arith 337 CFLAGS.zfs_fletcher.c= -Wno-cast-qual -Wno-pointer-arith 338 CFLAGS.zfs_fletcher_intel.c= -Wno-cast-qual -Wno-pointer-arith 339 CFLAGS.zfs_fletcher_sse.c= -Wno-cast-qual -Wno-pointer-arith 340 CFLAGS.zfs_fletcher_avx512.c= -Wno-cast-qual -Wno-pointer-arith 368 CFLAGS.zfs_zstd.c= -Wno-cast-qual -Wno-pointer-arith
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_x540.c | 471 u16 pointer = 0; in ixgbe_calc_eeprom_checksum_X540() local 500 if (ixgbe_read_eerd_generic(hw, i, &pointer)) { in ixgbe_calc_eeprom_checksum_X540() 506 if (pointer == 0xFFFF || pointer == 0 || in ixgbe_calc_eeprom_checksum_X540() 507 pointer >= hw->eeprom.word_size) in ixgbe_calc_eeprom_checksum_X540() 510 if (ixgbe_read_eerd_generic(hw, pointer, &length)) { in ixgbe_calc_eeprom_checksum_X540() 517 (pointer + length) >= hw->eeprom.word_size) in ixgbe_calc_eeprom_checksum_X540() 520 for (j = pointer + 1; j <= pointer + length; j++) { in ixgbe_calc_eeprom_checksum_X540()
|
| /f-stack/app/nginx-1.16.1/auto/cc/ |
| H A D | gcc | 55 #CFLAGS="$CFLAGS -fomit-frame-pointer" 126 PCRE_OPT="-O2 -fomit-frame-pointer $PIPE $CPU_OPT" 132 ZLIB_OPT="-O2 -fomit-frame-pointer $PIPE $CPU_OPT"
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfsbootenv/ |
| H A D | libzfsbootenv.abi | 37 <pointer-type-def type-id='type-id-1' size-in-bits='64' id='type-id-6'/> 38 <pointer-type-def type-id='type-id-6' size-in-bits='64' id='type-id-7'/> 40 <pointer-type-def type-id='type-id-8' size-in-bits='64' id='type-id-9'/> 57 <pointer-type-def type-id='type-id-11' size-in-bits='64' id='type-id-13'/> 58 <pointer-type-def type-id='type-id-13' size-in-bits='64' id='type-id-14'/> 199 <pointer-type-def type-id='type-id-26' size-in-bits='64' id='type-id-35'/> 200 <pointer-type-def type-id='type-id-25' size-in-bits='64' id='type-id-28'/> 201 <pointer-type-def type-id='type-id-19' size-in-bits='64' id='type-id-32'/> 202 <pointer-type-def type-id='type-id-34' size-in-bits='64' id='type-id-30'/> 203 <pointer-type-def type-id='type-id-20' size-in-bits='64' id='type-id-27'/> [all …]
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | std.octeon1 | 10 makeoptions "CWARNFLAGS.clang"+="-Wno-parentheses-equality -Wno-pointer-sign"
|
| /f-stack/freebsd/mips/nlm/dev/net/ucore/ |
| H A D | crt0_basic.S | 52 la sp, __stack # set stack pointer
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | cmd_line.rst | 105 It contains a pointer to a callback function that is executed when the command is parsed, 106 an opaque pointer, a help string and a list of tokens in a NULL-terminated table. 158 A pointer to this structure is given as an argument to the callback function and can be used in the…
|
| /f-stack/freebsd/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.abi | 850 <pointer-type-def type-id='type-id-44' size-in-bits='64' id='type-id-39'/> 851 <pointer-type-def type-id='type-id-43' size-in-bits='64' id='type-id-47'/> 852 <pointer-type-def type-id='type-id-7' size-in-bits='64' id='type-id-51'/> 853 <pointer-type-def type-id='type-id-55' size-in-bits='64' id='type-id-49'/> 854 <pointer-type-def type-id='type-id-8' size-in-bits='64' id='type-id-46'/> 855 <pointer-type-def type-id='type-id-9' size-in-bits='64' id='type-id-52'/> 856 <pointer-type-def type-id='type-id-87' size-in-bits='64' id='type-id-131'/> 857 <pointer-type-def type-id='type-id-1' size-in-bits='64' id='type-id-45'/> 919 <pointer-type-def type-id='type-id-56' size-in-bits='64' id='type-id-42'/> 920 <pointer-type-def type-id='type-id-38' size-in-bits='64' id='type-id-36'/> [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | marvell-pxa168.txt | 7 - clocks: pointer to the clock for the device.
|