| /f-stack/freebsd/kern/ |
| H A D | kern_timeout.c | 183 #define cc_exec_next(cc) cc->cc_next argument 202 #define CC_LOCK(cc) mtx_lock_spin(&(cc)->cc_lock) argument 203 #define CC_UNLOCK(cc) mtx_unlock_spin(&(cc)->cc_lock) argument 557 CC_LOCK(cc); in callout_lock() 562 return (cc); in callout_lock() 718 CC_LOCK(cc); in softclock_call_cc() 726 CC_LOCK(cc); in softclock_call_cc() 747 CC_LOCK(cc); in softclock_call_cc() 780 CC_LOCK(cc); in softclock_call_cc() 813 CC_LOCK(cc); in softclock() [all …]
|
| H A D | tty_compat.c | 132 cc_t *cc; in ttsetcompat() local 134 cc = term->c_cc; in ttsetcompat() 135 cc[VINTR] = tc->t_intrc; in ttsetcompat() 136 cc[VQUIT] = tc->t_quitc; in ttsetcompat() 138 cc[VSTOP] = tc->t_stopc; in ttsetcompat() 139 cc[VEOF] = tc->t_eofc; in ttsetcompat() 140 cc[VEOL] = tc->t_brkc; in ttsetcompat() 148 cc_t *cc; in ttsetcompat() local 150 cc = term->c_cc; in ttsetcompat() 226 tc->t_eofc = cc[VEOF]; in tty_ioctl_compat() [all …]
|
| /f-stack/freebsd/opencrypto/ |
| H A D | criov.c | 246 memset(cc, 0, sizeof(*cc)); in crypto_cursor_init() 287 remain = cc->cc_mbuf->m_len - cc->cc_offset; in crypto_cursor_advance() 293 cc->cc_mbuf = cc->cc_mbuf->m_next; in crypto_cursor_advance() 353 *cc->cc_vmpage)) + cc->cc_offset); in crypto_cursor_segbase() 375 return (cc->cc_mbuf->m_len - cc->cc_offset); in crypto_cursor_seglen() 377 return (cc->cc_iov->iov_len - cc->cc_offset); in crypto_cursor_seglen() 407 remain = cc->cc_mbuf->m_len - cc->cc_offset; in crypto_cursor_copyback() 416 cc->cc_mbuf = cc->cc_mbuf->m_next; in crypto_cursor_copyback() 425 *cc->cc_vmpage)) + cc->cc_offset; in crypto_cursor_copyback() 497 cc->cc_mbuf = cc->cc_mbuf->m_next; in crypto_cursor_copydata() [all …]
|
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 162 #define cc_exec_next(cc) cc->cc_next argument 168 #define CC_LOCK(cc) mtx_lock_spin(&(cc)->cc_lock) argument 169 #define CC_UNLOCK(cc) mtx_unlock_spin(&(cc)->cc_lock) argument 170 #define CC_LOCK_ASSERT(cc) mtx_assert(&(cc)->cc_lock, MA_OWNED) argument 317 for (; (cc->cc_softticks - ticks) < 0; cc->cc_softticks++) { in callout_tick() 347 return (cc); in callout_lock() 489 CC_LOCK(cc); in softclock_call_cc() 569 CC_LOCK(cc); in softclock() 636 CC_LOCK(cc); 1089 CC_LOCK(cc); in adjust_timeout_calltodo() [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_data.c | 49 struct ccdata *cc; in cc_create() local 51 cc = CCMALLOC(sizeof(*cc)); in cc_create() 52 if (cc == NULL) in cc_create() 61 cc->funcs = vtab; in cc_create() 62 cc->cookie = 0; in cc_create() 64 return (cc); in cc_create() 90 cc->cookie = 0; in cc_reset() 100 cc_reset(cc); in cc_destroy() 101 CCFREE(cc); in cc_destroy() 110 cc->log = flags; in cc_set_log() [all …]
|
| H A D | cc_sig.c | 256 s = TAILQ_FIRST(&cc->sigs); in sig_flush() 262 TAILQ_REMOVE(&cc->sigs, s, link); in sig_flush() 268 s = TAILQ_FIRST(&cc->def_sigs); in sig_flush() 289 sig_flush(user->cc, SIG_USER, user); in cc_user_sig_flush() 300 sig_flush(conn->cc, SIG_CONN, conn); in cc_conn_sig_flush() 307 cc_work(struct ccdata *cc) in cc_work() argument 311 cc_sig_log(cc, "start %s", "work"); in cc_work() 313 TAILQ_REMOVE(&cc->sigs, s, link); in cc_work() 323 cc_sig_log(cc, "end %s", "work"); in cc_work() 330 cc_sig_flush_all(struct ccdata *cc) in cc_sig_flush_all() argument [all …]
|
| H A D | cc_port.c | 52 find_port(struct ccdata *cc, u_int portno) in find_port() argument 83 port->cc = cc; in cc_port_create() 97 TAILQ_FOREACH(p1, &cc->port_list, node_link) in cc_port_create() 148 cc_unmanage(struct ccdata *cc) in cc_unmanage() argument 176 cc_get_addrs(struct ccdata *cc, u_int portno, in cc_get_addrs() argument 252 if ((port = find_port(cc, portno)) == NULL) in cc_addr_unregister() 275 if ((port = find_port(cc, portno)) == NULL) in cc_addr_register() 303 if ((port = find_port(cc, portno)) == NULL) in cc_port_get_param() 339 TAILQ_FOREACH(p, &cc->port_list, node_link) in cc_port_getlist() 347 TAILQ_FOREACH(p, &cc->port_list, node_link) in cc_port_getlist() [all …]
|
| H A D | cc_dump.c | 56 struct ccdata *cc; /* what to dump */ member 76 d->ret = d->func(d->cc, d->uarg, d->buf); in cc_dumpf() 97 d->ret = d->func(d->cc, d->uarg, d->buf); in cc_dumpf() 300 cc_dump(struct ccdata *cc, size_t maxsiz, cc_dump_f func, void *uarg) in cc_dump() argument 310 d.cc = cc; in cc_dump() 317 cc_dumpf(&d, "dump of node %p\n", cc); in cc_dump() 319 TAILQ_FOREACH(port, &cc->port_list, node_link) in cc_dump() 322 LIST_FOREACH(user, &cc->user_list, node_link) in cc_dump() 326 LIST_FOREACH(conn, &cc->orphaned_conns, port_link) in cc_dump() 330 d.ret = d.func(d.cc, d.uarg, d.buf); in cc_dump()
|
| /f-stack/dpdk/drivers/net/memif/ |
| H A D | memif_socket.c | 106 if (cc == NULL) { in memif_msg_enq_disconnect() 215 cc->dev = dev; in memif_msg_receive_init() 216 pmd->cc = cc; in memif_msg_receive_init() 515 rte_free(cc); in memif_intr_unregister_handler() 555 pmd->cc); in memif_disconnect() 563 pmd->cc, in memif_disconnect() 779 cc, in memif_intr_handler() 835 cc->dev = NULL; in memif_listener_handler() 860 if (cc != NULL) in memif_listener_handler() 861 rte_free(cc); in memif_listener_handler() [all …]
|
| /f-stack/dpdk/drivers/baseband/turbo_sw/ |
| H A D | meson.build | 7 lib4g = cc.find_library('libturbo', dirs: [path + '/lib_turbo'], required: false) 9 ext_deps += cc.find_library('libturbo', dirs: [path + '/lib_turbo'], required: true) 10 ext_deps += cc.find_library('libcrc', dirs: [path + '/lib_crc'], required: true) 11 …ext_deps += cc.find_library('librate_matching', dirs: [path + '/lib_rate_matching'], required: tru… 12 ext_deps += cc.find_library('libcommon', dirs: [path + '/lib_common'], required: true) 13 ext_deps += cc.find_library('libstdc++', required: true) 14 ext_deps += cc.find_library('libirc', required: true) 15 ext_deps += cc.find_library('libimf', required: true) 16 ext_deps += cc.find_library('libipps', required: true) 17 ext_deps += cc.find_library('libsvml', required: true) [all …]
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | meson.build | 27 cc.get_define('__PCLMUL__', args: machine_args) != '') 29 cc.get_define('__AVX512F__', args: machine_args) != '' and 33 cc.get_define('__VPCLMULQDQ__', args: machine_args) != '') 36 cc.has_argument('-mpclmul') and cc.has_argument('-maes')) 39 cc.has_argument('-mavx512f') and 40 cc.has_argument('-mavx512bw') and 41 cc.has_argument('-mavx512dq') and 42 cc.has_argument('-mavx512vl') and 43 cc.has_argument('-mvpclmulqdq') and 44 cc.has_argument('-mavx2') and [all …]
|
| /f-stack/dpdk/examples/pipeline/examples/ |
| H A D | packet.txt | 9 000000 aa bb cc dd 00 00 b0 b1 b2 b3 b4 b5 08 00 45 00 15 000000 aa bb cc dd 00 01 b0 b1 b2 b3 b4 b5 08 00 45 00 21 000000 aa bb cc dd 00 02 b0 b1 b2 b3 b4 b5 08 00 45 00 27 000000 aa bb cc dd 00 03 b0 b1 b2 b3 b4 b5 08 00 45 00 33 000000 aa bb cc dd 00 04 b0 b1 b2 b3 b4 b5 08 00 45 00 39 000000 aa bb cc dd 00 05 b0 b1 b2 b3 b4 b5 08 00 45 00 45 000000 aa bb cc dd 00 06 b0 b1 b2 b3 b4 b5 08 00 45 00 51 000000 aa bb cc dd 00 07 b0 b1 b2 b3 b4 b5 08 00 45 00 57 000000 aa bb cc dd 00 08 b0 b1 b2 b3 b4 b5 08 00 45 00 63 000000 aa bb cc dd 00 09 b0 b1 b2 b3 b4 b5 08 00 45 00 [all …]
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_evdev_crypto_adptr_dp.h | 23 uint8_t cc) in otx2_ca_deq_post_process() argument 26 if (likely(cc == NO_ERR)) { in otx2_ca_deq_post_process() 34 if (cc == ERR_GC_ICV_MISCOMPARE) in otx2_ca_deq_post_process() 60 uint8_t cc; in otx2_handle_crypto_event() local 63 cc = otx2_cpt_compcode_get(req); in otx2_handle_crypto_event() 69 otx2_ca_deq_post_process(req->qp, cop, rsp, cc); in otx2_handle_crypto_event()
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | Kbuild.include | 70 # cc-cross-prefix 74 cc-cross-prefix = \ 109 # cc-option 115 # cc-option-yn 120 # cc-option-align 125 # cc-disable-warning 130 # cc-version 134 # cc-fullversion 139 # cc-ifversion 141 cc-ifversion = $(shell [ $(call cc-version, $(CC)) $(1) $(2) ] && echo $(3)) [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | accf_http.c | 159 int cmplen, cc; in sohashttpget() local 162 cc = sbavail(&so->so_rcv) - 1; in sohashttpget() 163 if (cc < 1) in sohashttpget() 175 if (cc < cmplen) { in sohashttpget() 177 DPRINT("short cc (%d) but mbufstrncmp ok", cc); in sohashttpget() 180 DPRINT("short cc (%d) mbufstrncmp failed", cc); in sohashttpget() 203 int i, cc, spaces, inspaces; in soparsehttpvers() local 209 cc = sbavail(&so->so_rcv); in soparsehttpvers() 214 for (i = 0; i < m->m_len; i++, cc--) { in soparsehttpvers() 239 if (cc < sizeof("HTTP/1.0") - 1) { in soparsehttpvers() [all …]
|
| /f-stack/dpdk/drivers/net/iavf/ |
| H A D | meson.build | 24 if cc.get_define('__AVX2__', args: machine_args) != '' 27 elif cc.has_argument('-mavx2') 39 cc.get_define('__AVX512F__', args: machine_args) != '' and 40 cc.get_define('__AVX512BW__', args: machine_args) != '') 44 cc.has_argument('-mavx512f') and 45 cc.has_argument('-mavx512bw')) 50 if cc.has_argument('-march=skylake-avx512')
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | meson.build | 26 if cc.get_define('__AVX2__', args: machine_args) != '' 28 elif cc.has_argument('-mavx2') 39 cc.get_define('__AVX512F__', args: machine_args) != '' and 40 cc.get_define('__AVX512BW__', args: machine_args) != '') 44 cc.has_argument('-mavx512f') and 45 cc.has_argument('-mavx512bw')) 50 if cc.has_argument('-march=skylake-avx512')
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | meson.build | 13 …if cc.has_argument('-mavx512f') and cc.has_argument('-mavx512vl') and cc.has_argument('-mavx512bw') 22 if (toolchain == 'gcc' and cc.version().version_compare('>=8.3.0')) 24 elif (toolchain == 'clang' and cc.version().version_compare('>=3.7.0')) 26 elif (toolchain == 'icc' and cc.version().version_compare('>=16.0.0'))
|
| /f-stack/dpdk/config/ |
| H A D | meson.build | 18 # TODO: use cc.get_linker_id() with Meson >= 0.54 19 is_ms_linker = is_windows and (cc.get_id() == 'clang') 104 toolchain = cc.get_id() 122 if cc.find_library('m', required : false).found() 155 if fdt_dep.found() and cc.has_header('fdt.h') 215 if cc.get_id() == 'gcc' and cc.version().version_compare('>=10.0') 223 if cc.get_id() == 'intel' 230 if cc.has_argument(arg) 278 if cc.get_id() == 'gcc' 295 if cc.has_argument('-ffat-lto-objects') [all …]
|
| /f-stack/app/nginx-1.16.1/auto/cc/ |
| H A D | conf | 37 . auto/cc/name 87 . auto/cc/gcc 93 . auto/cc/clang 99 . auto/cc/icc 105 . auto/cc/sunc 111 . auto/cc/ccc 117 . auto/cc/acc 123 . auto/cc/msvc 129 . auto/cc/owc 135 . auto/cc/bcc
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mca.c | 696 struct cmc_state *cc; in cmci_update() local 711 cc->last_intr = time_uptime; in cmci_update() 722 struct amd_et_state *cc; in amd_thresholding_update() local 1068 struct cmc_state *cc; in cmci_monitor() local 1126 struct cmc_state *cc; in cmci_resume() local 1140 cc->last_intr = 0; in cmci_resume() 1178 struct amd_et_state *cc; in amd_thresholding_monitor() local 1232 cc->cur_threshold = 1; in amd_thresholding_monitor() 1242 struct amd_et_state *cc; in amd_thresholding_resume() local 1251 cc->last_intr = 0; in amd_thresholding_resume() [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lparser.c | 455 cc->nh++; in recfield() 467 cc->v.k = VVOID; in closelistfield() 469 luaK_setlist(fs, cc->t->u.s.info, cc->na, cc->tostore); /* flush */ in closelistfield() 479 luaK_setlist(fs, cc->t->u.s.info, cc->na, LUA_MULTRET); in lastlistfield() 485 luaK_setlist(fs, cc->t->u.s.info, cc->na, cc->tostore); in lastlistfield() 491 expr(ls, &cc->v); in listfield() 493 cc->na++; in listfield() 494 cc->tostore++; in listfield() 504 cc.na = cc.nh = cc.tostore = 0; in constructor() 505 cc.t = t; in constructor() [all …]
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | meson.build | 11 if (toolchain == 'gcc' and cc.version().version_compare('>=8.3.0')) 13 elif (toolchain == 'clang' and cc.version().version_compare('>=3.7.0')) 15 elif (toolchain == 'icc' and cc.version().version_compare('>=16.0.0')) 19 cc.has_header('linux/userfaultfd.h'))
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lparser.c | 668 cc->nh++; in recfield() 680 cc->v.k = VVOID; in closelistfield() 682 luaK_setlist(fs, cc->t->u.info, cc->na, cc->tostore); /* flush */ in closelistfield() 692 luaK_setlist(fs, cc->t->u.info, cc->na, LUA_MULTRET); in lastlistfield() 698 luaK_setlist(fs, cc->t->u.info, cc->na, cc->tostore); in lastlistfield() 705 expr(ls, &cc->v); in listfield() 707 cc->na++; in listfield() 708 cc->tostore++; in listfield() 741 cc.na = cc.nh = cc.tostore = 0; in constructor() 742 cc.t = t; in constructor() [all …]
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_radar.c | 138 HAL_CHANNEL_INTERNAL *base, *cc; 145 cc = AH_PRIVATE(ah)->ah_curchan; 146 if (cc != AH_NULL && cc->channel == c->channel && 147 (cc->channel_flags & CHAN_FLAGS) == flags) { 148 return cc; 157 cc = &base[lim >> 1]; 158 d = c->channel - cc->channel; 161 return cc; 163 d = flags - (cc->channel_flags & CHAN_FLAGS); 166 cc->channel, cc->channel_flags, d); [all …]
|