Home
last modified time | relevance | path

Searched refs:le (Results 1 – 25 of 44) sorted by relevance

12

/f-stack/freebsd/netinet/
H A Dtcp_lro.c534 le->m_head->m_pkthdr.len = le->p_len; in tcp_flush_out_le()
551 le->ulp_csum = (le->ulp_csum >> 16) + in tcp_flush_out_le()
565 le->m_head->m_pkthdr.lro_nsegs = le->append_cnt; in tcp_flush_out_le()
705 th = tcp_lro_get_th(le, le->m_head); in tcp_lro_condense()
811 le->window = WIN_MAX(le->window, th->th_win); in tcp_lro_condense()
892 le->source_port, &le->dest_ip6,le->dest_port, in tcp_lro_flush()
900 le->source_port, le->le_ip4->ip_dst, le->dest_port, in tcp_lro_flush()
973 if (le->m_head != le->m_last_mbuf) { in tcp_lro_flush()
988 bzero(le, sizeof(*le)); in tcp_lro_flush()
1323 le->m_prev_last = le->m_last_mbuf; in tcp_lro_rx2()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_leaf.c135 le->le_type = BSWAP_8(le->le_type); in zap_leaf_byteswap()
136 le->le_value_intlen = BSWAP_8(le->le_value_intlen); in zap_leaf_byteswap()
137 le->le_next = BSWAP_16(le->le_next); in zap_leaf_byteswap()
138 le->le_name_chunk = BSWAP_16(le->le_name_chunk); in zap_leaf_byteswap()
139 le->le_name_numints = BSWAP_16(le->le_name_numints); in zap_leaf_byteswap()
140 le->le_value_chunk = BSWAP_16(le->le_value_chunk); in zap_leaf_byteswap()
142 le->le_cd = BSWAP_32(le->le_cd); in zap_leaf_byteswap()
143 le->le_hash = BSWAP_64(le->le_hash); in zap_leaf_byteswap()
452 if (HCD_GTEQ(le->le_hash, le->le_cd, h, cd) && in zap_leaf_lookup_closest()
485 le->le_value_intlen, le->le_value_numints, in zap_entry_read()
[all …]
H A Darc.c10252 dev, le->le_dva, le->le_daddr, in l2arc_hdr_restore()
10253 L2BLK_GET_PSIZE((le)->le_prop), le->le_birth, in l2arc_hdr_restore()
10254 L2BLK_GET_COMPRESS((le)->le_prop), le->le_complevel, in l2arc_hdr_restore()
10257 L2BLK_GET_STATE((le)->le_prop)); in l2arc_hdr_restore()
10259 L2BLK_GET_PSIZE((le)->le_prop)); in l2arc_hdr_restore()
10567 l2arc_log_ent_phys_t *le; in l2arc_log_blk_insert() local
10577 le = &lb->lb_entries[index]; in l2arc_log_blk_insert()
10578 bzero(le, sizeof (*le)); in l2arc_log_blk_insert()
10579 le->le_dva = hdr->b_dva; in l2arc_log_blk_insert()
10580 le->le_birth = hdr->b_birth; in l2arc_log_blk_insert()
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c674 le.flushed = 1; in ngx_http_scgi_create_request()
676 le.ip = params->lengths->elts; in ngx_http_scgi_create_request()
677 le.request = r; in ngx_http_scgi_create_request()
679 while (*(uintptr_t *) le.ip) { in ngx_http_scgi_create_request()
682 key_len = lcode(&le); in ngx_http_scgi_create_request()
685 skip_empty = lcode(&le); in ngx_http_scgi_create_request()
687 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_scgi_create_request()
796 le.ip = params->lengths->elts; in ngx_http_scgi_create_request()
798 while (*(uintptr_t *) le.ip) { in ngx_http_scgi_create_request()
804 skip_empty = lcode(&le); in ngx_http_scgi_create_request()
[all …]
H A Dngx_http_uwsgi_module.c862 le.flushed = 1; in ngx_http_uwsgi_create_request()
864 le.ip = params->lengths->elts; in ngx_http_uwsgi_create_request()
865 le.request = r; in ngx_http_uwsgi_create_request()
867 while (*(uintptr_t *) le.ip) { in ngx_http_uwsgi_create_request()
870 key_len = lcode(&le); in ngx_http_uwsgi_create_request()
873 skip_empty = lcode(&le); in ngx_http_uwsgi_create_request()
875 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_uwsgi_create_request()
1001 le.ip = params->lengths->elts; in ngx_http_uwsgi_create_request()
1003 while (*(uintptr_t *) le.ip) { in ngx_http_uwsgi_create_request()
1009 skip_empty = lcode(&le); in ngx_http_uwsgi_create_request()
[all …]
H A Dngx_http_fastcgi_module.c869 le.flushed = 1; in ngx_http_fastcgi_create_request()
871 le.ip = params->lengths->elts; in ngx_http_fastcgi_create_request()
872 le.request = r; in ngx_http_fastcgi_create_request()
874 while (*(uintptr_t *) le.ip) { in ngx_http_fastcgi_create_request()
877 key_len = lcode(&le); in ngx_http_fastcgi_create_request()
880 skip_empty = lcode(&le); in ngx_http_fastcgi_create_request()
882 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_fastcgi_create_request()
1033 le.ip = params->lengths->elts; in ngx_http_fastcgi_create_request()
1035 while (*(uintptr_t *) le.ip) { in ngx_http_fastcgi_create_request()
1041 skip_empty = lcode(&le); in ngx_http_fastcgi_create_request()
[all …]
H A Dngx_http_proxy_module.c1262 le.request = r; in ngx_http_proxy_create_request()
1263 le.flushed = 1; in ngx_http_proxy_create_request()
1268 body_len += lcode(&le); in ngx_http_proxy_create_request()
1283 le.request = r; in ngx_http_proxy_create_request()
1284 le.flushed = 1; in ngx_http_proxy_create_request()
1286 while (*(uintptr_t *) le.ip) { in ngx_http_proxy_create_request()
1289 key_len = lcode(&le); in ngx_http_proxy_create_request()
1291 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_proxy_create_request()
1399 while (*(uintptr_t *) le.ip) { in ngx_http_proxy_create_request()
1402 (void) lcode(&le); in ngx_http_proxy_create_request()
[all …]
H A Dngx_http_grpc_module.c594 ngx_http_script_engine_t e, le; in ngx_http_grpc_create_request() local
653 le.request = r; in ngx_http_grpc_create_request()
654 le.flushed = 1; in ngx_http_grpc_create_request()
656 while (*(uintptr_t *) le.ip) { in ngx_http_grpc_create_request()
659 key_len = lcode(&le); in ngx_http_grpc_create_request()
661 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_grpc_create_request()
664 le.ip += sizeof(uintptr_t); in ngx_http_grpc_create_request()
864 while (*(uintptr_t *) le.ip) { in ngx_http_grpc_create_request()
867 key_len = lcode(&le); in ngx_http_grpc_create_request()
869 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_grpc_create_request()
[all …]
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c945 ngx_http_script_engine_t le; in ngx_http_script_regex_start_code() local
1061 le.ip = code->lengths->elts; in ngx_http_script_regex_start_code()
1062 le.line = e->line; in ngx_http_script_regex_start_code()
1063 le.request = r; in ngx_http_script_regex_start_code()
1064 le.quote = code->redirect; in ngx_http_script_regex_start_code()
1070 len += lcode(&le); in ngx_http_script_regex_start_code()
1661 le.ip = code->lengths->elts; in ngx_http_script_complex_value_code()
1662 le.line = e->line; in ngx_http_script_complex_value_code()
1663 le.request = e->request; in ngx_http_script_complex_value_code()
1664 le.quote = e->quote; in ngx_http_script_complex_value_code()
[all …]
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c97 int li = 1, le = 1; in countlevels() local
99 while (lua_getstack(L, le, &ar)) { li = le; le *= 2; } in countlevels()
101 while (li < le) { in countlevels()
102 int m = (li + le)/2; in countlevels()
104 else le = m; in countlevels()
106 return le - 1; in countlevels()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_lookup.c99 uint8_t lb, lc, ld, le; in nix_create_non_tunnel_ptype_array() local
107 le = (idx & 0xF000) >> 12; in nix_create_non_tunnel_ptype_array()
174 switch (le) { in nix_create_non_tunnel_ptype_array()
/f-stack/freebsd/arm64/arm64/
H A Dbzero.S61 b.le normal
125 csel x2, x1, x2, le
/f-stack/lib/
H A Dff_kern_timeout.c367 LIST_INSERT_HEAD(&cc->cc_callwheel[bucket], c, c_links.le); in callout_cc_add()
585 c = LIST_NEXT(c, c_links.le); in softclock()
588 LIST_NEXT(c, c_links.le); in softclock()
590 LIST_REMOVE(c, c_links.le); in softclock()
755 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in callout_reset_tick_on()
756 LIST_REMOVE(c, c_links.le); in callout_reset_tick_on()
1000 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in _callout_stop_safe()
1001 LIST_REMOVE(c, c_links.le); in _callout_stop_safe()
1147 LIST_FOREACH(tmp, sc, c_links.le) { in sysctl_kern_callout_stat()
/f-stack/freebsd/kern/
H A Dkern_timeout.c476 LIST_NEXT(tmp, c_links.le); in callout_process()
478 LIST_REMOVE(tmp, c_links.le); in callout_process()
487 tmpn = LIST_NEXT(tmp, c_links.le); in callout_process()
488 LIST_REMOVE(tmp, c_links.le); in callout_process()
514 tmp = LIST_NEXT(tmp, c_links.le); in callout_process()
588 LIST_INSERT_HEAD(&cc->cc_callwheel[bucket], c, c_links.le); in callout_cc_add()
974 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in callout_reset_sbt_on()
975 LIST_REMOVE(c, c_links.le); in callout_reset_sbt_on()
1302 cc_exec_next(cc) = LIST_NEXT(c, c_links.le); in _callout_stop_safe()
1303 LIST_REMOVE(c, c_links.le); in _callout_stop_safe()
[all …]
/f-stack/freebsd/sys/
H A D_callout.h55 LIST_ENTRY(callout) le;
/f-stack/tools/compat/include/sys/
H A D_callout.h51 LIST_ENTRY(callout) le;
/f-stack/dpdk/buildtools/pmdinfogen/
H A Dpmdinfogen.h77 ___x = le##width##toh(x); \
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md36 buckets. For example, a latency bucket tagged "le=10" includes the values
37 in the bucket "le=1".
153 The largest bucket is tagged "le=+Inf", representing the total count
159 | le | bucket for histogram, latency is less than or equal to bucket value in seconds |
190 The largest bucket is tagged "le=+Inf", representing the total count
199 | le | bucket for histogram, I/O size is less than or equal to bucket value in bytes |
/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_fastpath.c75 set_regex_ctrl_seg(void *seg, uint8_t le, uint16_t subset_id0, in set_regex_ctrl_seg() argument
79 MLX5_SET(regexp_mmo_control, seg, le, le); in set_regex_ctrl_seg()
/f-stack/freebsd/mips/conf/
H A Dstd.MALTA53 device le
H A DX100061 #device le
/f-stack/dpdk/drivers/common/octeontx2/hw/
H A Dotx2_npc.h447 uint64_t le : 12; member
474 uint64_t le : 20; member
/f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/
H A De500v2_power_isa.dtsi42 power-isa-e.le; // Embedded.Little-Endian
H A De5500_power_isa.dtsi46 power-isa-e.le; // Embedded.Little-Endian
H A De500mc_power_isa.dtsi46 power-isa-e.le; // Embedded.Little-Endian

12