Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 37) sorted by relevance

12

/xnu-11215/bsd/netinet/
H A Dtcp_ledbat.c93 tp->snd_cwnd += update; in update_cwnd()
110 tp->snd_cwnd += update; in update_cwnd()
115 tp->snd_cwnd -= update; in update_cwnd()
234 uint32_t update = 0; in ledbat_pp_congestion_avd() local
271 update = tp->t_maxseg; in ledbat_pp_congestion_avd()
273 update_cwnd(tp, update, true); in ledbat_pp_congestion_avd()
290 update_cwnd(tp, update, false); in ledbat_pp_congestion_avd()
306 uint32_t update = 0; in ledbat_pp_ack_rcvd() local
343 update_cwnd(tp, update, true); in ledbat_pp_ack_rcvd()
358 update = MIN(tp->t_bytes_acked / gain_factor, in ledbat_pp_ack_rcvd()
[all …]
H A Dtcp_rledbat.c120 uint32_t update = 0; in rledbat_congestion_avd() local
155 update = tp->t_maxseg; in rledbat_congestion_avd()
166 tp->t_rlstate.win += update; in rledbat_congestion_avd()
189 update = (uint32_t)(MIN(((double)qdelay / target_qdelay - 1), 0.5) * in rledbat_congestion_avd()
192 tp->t_rlstate.win -= update; in rledbat_congestion_avd()
222 uint32_t update = 0; in tcp_rledbat_data_rcvd() local
301 update = MIN(segment_len, TCP_CC_CWND_INIT_PKTS * in tcp_rledbat_data_rcvd()
303 tp->t_rlstate.win += update; in tcp_rledbat_data_rcvd()
325 update = MIN(tp->t_rlstate.rcvd_bytes / gain_factor, in tcp_rledbat_data_rcvd()
328 tp->t_rlstate.win += update; in tcp_rledbat_data_rcvd()
/xnu-11215/osfmk/i386/
H A Ducode.c71 struct intel_ucupdate *update; in copyin_update() local
99 ret = kmem_alloc(kernel_map, (vm_offset_t *)&update, size, in copyin_update()
106 error = copyin((user_addr_t)inaddr, (void*)update, size); in copyin_update()
108 kmem_free(kernel_map, (vm_offset_t)update, size); in copyin_update()
112 global_update = update; in copyin_update()
/xnu-11215/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c93 update(struct ccdrbg_state *ctx, unsigned ndata, ...) in update() function
167 update(ctx, 3, entropy_nbytes, entropy, nonce_nbytes, nonce, ps_nbytes, ps); in init()
194 update(ctx, 2, entropy_nbytes, entropy, add_nbytes, add); in reseed()
229 update(ctx, 1, add_nbytes, add); in generate()
254 update(ctx, 1, add_nbytes, add); in generate()
/xnu-11215/tests/
H A Dmach_continuous_time.c33 update(uint64_t *a, uint64_t *c) in update() function
112 update(&abs_now, &cnt_now);
117 update(&abs_now, &cnt_now);
173 update(&abs_now, &cnt_now);
200 update(&abs_now, &cnt_now);
H A Dipsec.m192 …ey_socket, payload, (size_t)PFKEY_UNUNIT64(msg_payload->sadb_msg_len), 0), "pfkey send update sa");
/xnu-11215/bsd/netinet6/
H A Dah_core.c484 (algo->update)(algos, mtod(m, caddr_t) + off, len); in ah_update_mbuf()
510 (algo->update)(algos, mtod(n, caddr_t) + off, tlen); in ah_update_mbuf()
585 (algo->update)(&algos, (caddr_t)&iphdr, sizeof(struct ip)); in ah4_calccksum()
682 (algo->update)(&algos, (caddr_t)p, hlen - sizeof(struct ip)); in ah4_calccksum()
740 (algo->update)(&algos, mtod(n, caddr_t), n->m_len); in ah4_calccksum()
862 (algo->update)(&algos, (caddr_t)&ip6copy, in ah6_calccksum()
904 (algo->update)(&algos, mtod(n, caddr_t), n->m_len); in ah6_calccksum()
984 (algo->update)(&algos, mtod(n, caddr_t), n->m_len); in ah6_calccksum()
H A Dah.h80 void (*update)(struct ah_algorithm_state *, caddr_t, size_t); member
H A Desp_core.c1558 (*algo->update)(&s, (caddr_t)(mtod(m, u_char *) + off), in esp_auth()
1564 (*algo->update)(&s, (caddr_t)(mtod(m, u_char *) + off), length); in esp_auth()
1630 (*algo->update)(&state, (caddr_t)input_data, input_data_len); in esp_auth_data()
/xnu-11215/osfmk/kern/
H A Dexclaves_upcalls_stashtask.txt1 …ng deprecated in favor of v2 upcalls. If you cannot avoid it, ensure you update the newer v2 upcal…
/xnu-11215/osfmk/x86_64/
H A Dboot_pt.c63 #error Please update boot_pt.c to reflect the new value of NPGPTD
/xnu-11215/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c106 void (*update)(struct netif_gso_ip_tcp_state*, member
380 state->update(state, pkt, baddr0); in netif_gso_tcp_segment_mbuf()
570 state->update = netif_gso_ipv6_tcp_update; in netif_gso_ip_tcp_init_state()
591 state->update = netif_gso_ipv4_tcp_update; in netif_gso_ip_tcp_init_state()
/xnu-11215/doc/observability/
H A Drecount.md94 …ure execution handoff, `recount_enter_secure` and `recount_leave_secure` update the current thread…
98 It stores the last update time in a 64-bit value combined with a state stored in the top two bits t…
109 Since three entities need to be updated at once (thread, task, and processor), only the last update
/xnu-11215/bsd/net/classq/
H A Dclassq_subr.c707 boolean_t update) in ifclassq_tbr_set() argument
747 if (update) { in ifclassq_tbr_set()
833 if (update && tbr->tbr_rate_raw != old_rate) { in ifclassq_tbr_set()
/xnu-11215/tools/lldbmacros/kmemory/
H A Dzone.py737 into.update(kmem.iter_addresses(target.xIterAsULong(
756 into.update(kmem.iter_addresses(target.xIterAsULong(
761 into.update(kmem.iter_addresses(target.xIterAsULong(
/xnu-11215/bsd/security/audit/
H A Daudit_session.c811 int update; in audit_update_sentry() local
816 update = (aia->ai_auid != new_aia->ai_auid || in audit_update_sentry()
821 if (update) { in audit_update_sentry()
825 return update; in audit_update_sentry()
/xnu-11215/doc/lifecycle/
H A Dstartup.md40 If a new rank needs to be used, update this documentation in the proper section.
/xnu-11215/tools/
H A Dformat_vm_parameter_validation.py48 format_bool_result.update({
/xnu-11215/bsd/kern/
H A Dkern_resource.c127 void (^update)(struct plimit *plim));
1809 proc_limitupdate(proc_t p, bool unblock, void (^update)(struct plimit *))
1824 update(copy_plim);
/xnu-11215/doc/vm/
H A Dsanitize.md270 was previously unused, you may need to update the golden results.
421 Step 10: update the "golden" files of expected results. This is done last
/xnu-11215/bsd/net/
H A Dnecp_client.c609 struct necp_client_observer_update *__sized_by(update_length) update;
847 necp_update_get_tlv_buffer(const struct necp_client_observer_update *update, size_t buffer_size) in necp_update_get_tlv_buffer() argument
849 if (update == NULL) { in necp_update_get_tlv_buffer()
853 return __unsafe_forge_bidi_indexable(uint8_t *, update->tlv_buffer, buffer_size); in necp_update_get_tlv_buffer()
856 #define necp_update_get_tlv_buffer(update, buffer_size) ((update)->tlv_buffer) argument
1546 client_update->update = buffer; in necp_client_update_alloc()
1554 kfree_data_sized_by(client_update->update, client_update->update_length); in necp_client_update_free()
1573 client_update->update->update_type = NECP_CLIENT_UPDATE_TYPE_PARAMETERS; in necp_client_update_observer_add_internal()
1596 client_update->update->update_type = NECP_CLIENT_UPDATE_TYPE_RESULT; in necp_client_update_observer_update_internal()
1619 client_update->update->update_type = NECP_CLIENT_UPDATE_TYPE_REMOVE; in necp_client_update_observer_remove_internal()
[all …]
/xnu-11215/makedefs/
H A DMakeInc.cmd310 # replacecontents - Write contents to a file and update modtime *only* if
/xnu-11215/tools/lldbmacros/
H A DREADME.md197 You can re-run the same command every time you update the code in file.
381 …* If you are adding new file then please update the Makefile and xnu.py imports to ensure they get…
/xnu-11215/doc/arm/
H A Dsme.md190 `PSTATE.ZA` to match the new process's saved state, but doesn't update
/xnu-11215/doc/debugging/
H A Ddebugging.md451 That means we are broken by a library update! Older versions of library do not load data for a sect…

12