Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 158) sorted by relevance

1234567

/f-stack/freebsd/netinet/cc/
H A Dcc_hd.c184 uint32_t new; in hd_pmax_handler() local
202 uint32_t new; in hd_qmin_handler() local
220 uint32_t new; in hd_qthresh_handler() local
H A Dcc_chd.c417 uint32_t new; in chd_loss_fair_handler() local
435 uint32_t new; in chd_pmax_handler() local
453 uint32_t new; in chd_qthresh_handler() local
H A Dcc_dctcp.c399 uint32_t new; in dctcp_alpha_handler() local
417 uint32_t new; in dctcp_shift_g_handler() local
435 uint32_t new; in dctcp_slowstart_handler() local
H A Dcc_vegas.c256 uint32_t new; in vegas_alpha_handler() local
274 uint32_t new; in vegas_beta_handler() local
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_array.c50 void *elt, *new; in ngx_array_push() local
97 void *elt, *new; in ngx_array_push_n() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c157 zfs_rangelock_enter_writer(zfs_rangelock_t *rl, zfs_locked_range_t *new, in zfs_rangelock_enter_writer()
311 zfs_rangelock_add_reader(avl_tree_t *tree, zfs_locked_range_t *new, in zfs_rangelock_add_reader()
402 zfs_rangelock_enter_reader(zfs_rangelock_t *rl, zfs_locked_range_t *new, in zfs_rangelock_enter_reader()
485 zfs_locked_range_t *new; in zfs_rangelock_enter_impl() local
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c518 hrtime_t new, delta; in kstat_waitq_enter() local
534 hrtime_t new, delta; in kstat_waitq_exit() local
549 hrtime_t new, delta; in kstat_runq_enter() local
565 hrtime_t new, delta; in kstat_runq_exit() local
/f-stack/freebsd/netinet/
H A Dip_id.c158 int error, new; in sysctl_ip_randomid() local
178 int error, new; in sysctl_ip_id_change() local
H A Dsctp_sysctl.c568 uint32_t old, new; local
603 uint32_t new; local
629 uint32_t new; local
H A Dtcp_fastopen.c667 unsigned int new; in sysctl_net_inet_tcp_fastopen_autokey() local
695 unsigned int new; in sysctl_net_inet_tcp_fastopen_psk_enable() local
722 unsigned int new; in sysctl_net_inet_tcp_fastopen_server_enable() local
808 unsigned int new; in sysctl_net_inet_tcp_fastopen_ccache_bucket_limit() local
835 unsigned int new, i; in sysctl_net_inet_tcp_fastopen_client_enable() local
/f-stack/freebsd/kern/
H A Dsysv_ipc.c159 ipcperm_old2new(struct ipc_perm_old *old, struct ipc_perm *new) in ipcperm_old2new()
172 ipcperm_new2old(struct ipc_perm *new, struct ipc_perm_old *old) in ipcperm_new2old()
H A Dsubr_atomic64.c108 int atomic_cmpset_64(volatile u_int64_t *p, u_int64_t old, u_int64_t new) in atomic_cmpset_64()
121 int atomic_fcmpset_64(volatile u_int64_t *p, u_int64_t *old, u_int64_t new) in atomic_fcmpset_64()
/f-stack/dpdk/kernel/linux/igb_uio/
H A Dcompat.h76 uint16_t orig, new; in pci_intx_mask_supported() local
107 uint16_t old, new; in pci_check_and_mask_intx() local
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.c544 struct bmac1_stats *new = BNX2X_SP(sc, mac_stats.bmac1_stats); in bnx2x_bmac_stats_update() local
578 struct bmac2_stats *new = BNX2X_SP(sc, mac_stats.bmac2_stats); in bnx2x_bmac_stats_update() local
641 struct mstat_stats *new = BNX2X_SP(sc, mac_stats.mstat_stats); in bnx2x_mstat_stats_update() local
717 struct emac_stats *new = BNX2X_SP(sc, mac_stats.emac_stats); in bnx2x_emac_stats_update() local
775 struct nig_stats *new = BNX2X_SP(sc, nig_stats); in bnx2x_hw_stats_update() local
/f-stack/freebsd/netipsec/
H A Dsubr_ipsec.c132 u_int old, new; in ipsec_kmod_enter() local
146 u_int old, new; in ipsec_kmod_exit() local
157 u_int old, new; in ipsec_kmod_drain() local
/f-stack/freebsd/amd64/include/xen/
H A Dsynch_bitops.h65 #define synch_cmpxchg(ptr, old, new) \ argument
73 unsigned long new, int size) in __synch_cmpxchg()
/f-stack/freebsd/i386/include/xen/
H A Dsynch_bitops.h64 #define synch_cmpxchg(ptr, old, new) \ argument
72 unsigned long new, int size) in __synch_cmpxchg()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c56 hrtime_t new, delta; in kstat_waitq_enter() local
73 hrtime_t new, delta; in kstat_waitq_exit() local
89 hrtime_t new, delta; in kstat_runq_enter() local
106 hrtime_t new, delta; in kstat_runq_exit() local
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_atomic.h33 #define ngx_atomic_cmp_set(lock, old, new) \ argument
64 #define ngx_atomic_cmp_set(lock, old, new) \ argument
76 #define ngx_atomic_cmp_set(lock, old, new) \ argument
/f-stack/tools/compat/
H A Dsysctl.c35 size_t *oldlenp, const void *new, size_t newlen) in sysctl()
H A Dlinkaddr.c59 int byte = 0, state = NAMING, new; in link_addr() local
/f-stack/freebsd/netinet6/
H A Dnd6_rtr.c627 struct nd_pfxrouter *new; in pfxrtr_add() local
674 defrouter_addreq(struct nd_defrouter *new) in defrouter_addreq()
1059 defrtrlist_update(struct nd_defrouter *new) in defrtrlist_update()
1172 in6_init_address_ltimes(struct nd_prefix *new, struct in6_addrlifetime *lt6) in in6_init_address_ltimes()
1358 struct nd_prefix *new; in nd6_prelist_add() local
1475 prelist_update(struct nd_prefixctl *new, struct nd_defrouter *dr, in prelist_update()
/f-stack/freebsd/security/mac_portacl/
H A Dmac_portacl.c178 struct rule *new; in parse_rule_element() local
243 struct rule *new; in parse_rules() local
/f-stack/freebsd/vm/
H A Dvm_unix.c94 vm_offset_t new, old, base; in kern_break() local
/f-stack/freebsd/netinet/libalias/
H A Dalias_util.c158 u_short *new = newp; in DifferentialChecksum() local

1234567