Home
last modified time | relevance | path

Searched refs:space (Results 1026 - 1050 of 1108) sorted by relevance

1...<<4142434445

/kernel/linux/linux-6.6/net/core/
H A Dfilter.c1215 /* try to charge the socket memory if there is space available
1380 * space through sk_get_filter(), we do not need to hold in bpf_prog_create()
1405 * that it builds up its insns buffer from user space provided buffer.
2751 u32 new, i = 0, l = 0, space, copy = 0, offset = 0; in BPF_CALL_4() local
2775 space = MAX_MSG_FRAGS - sk_msg_elem_used(msg); in BPF_CALL_4()
2777 /* If no space available will fallback to copy, we need at in BPF_CALL_4()
2784 if (!space || (space == 1 && start != offset)) in BPF_CALL_4()
2916 u32 i = 0, l = 0, space, offset = 0; in BPF_CALL_4() local
2938 space in BPF_CALL_4()
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_tables_api.c4204 best.space = ~0; in nft_select_set_ops()
4220 est.space < best.space) in nft_select_set_ops()
4225 if (est.space < best.space) in nft_select_set_ops()
4227 if (est.space == best.space && in nft_select_set_ops()
9960 /* 1. Allocate space for next generation rules_gen_X[] */ in nf_tables_commit()
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c579 /* Local space layout. */
1757 int space, size, bracketlen; in set_private_data_ptrs() local
1762 space = 0; in set_private_data_ptrs()
1847 space = 1; in set_private_data_ptrs()
1852 space = 2; in set_private_data_ptrs()
1857 space = 2; in set_private_data_ptrs()
1862 space = 1; in set_private_data_ptrs()
1868 space = 2; in set_private_data_ptrs()
1874 space = 2; in set_private_data_ptrs()
1879 space in set_private_data_ptrs()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c573 tp->rcvq_space.space = min3(tp->rcv_ssthresh, tp->rcv_wnd, in tcp_init_buffer_space()
704 * This function should be called every time data is copied to user space.
705 * It calculates the appropriate TCP receive buffer space.
722 if (copied <= tp->rcvq_space.space) in tcp_rcv_space_adjust()
745 grow = rcvwin * (copied - tp->rcvq_space.space); in tcp_rcv_space_adjust()
746 do_div(grow, tp->rcvq_space.space); in tcp_rcv_space_adjust()
763 tp->rcvq_space.space = copied; in tcp_rcv_space_adjust()
1187 * |<------------+------+----- TCP seqno space --------------+---------->|
1195 * equal to the ideal case (infinite seqno space without wrap caused issues).
1197 * With D-SACK the lower bound is extended to cover sequence space belo
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c589 tp->rcvq_space.space = min3(tp->rcv_ssthresh, tp->rcv_wnd, in tcp_init_buffer_space()
720 * This function should be called every time data is copied to user space.
721 * It calculates the appropriate TCP receive buffer space.
738 if (copied <= tp->rcvq_space.space) in tcp_rcv_space_adjust()
761 grow = rcvwin * (copied - tp->rcvq_space.space); in tcp_rcv_space_adjust()
762 do_div(grow, tp->rcvq_space.space); in tcp_rcv_space_adjust()
774 tp->rcvq_space.space = copied; in tcp_rcv_space_adjust()
1206 * |<------------+------+----- TCP seqno space --------------+---------->|
1214 * equal to the ideal case (infinite seqno space without wrap caused issues).
1216 * With D-SACK the lower bound is extended to cover sequence space belo
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm.asm1989 ; uses blockq as scratch space
2168 ; store everything on stack to make space available for t16-31
2170 ; so we don't need to allocate extra stack space
/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp1100 /* check if this is a dead operand, then we can re-use the space from the definition in get_regs_for_copies()
1121 /* Try to find space within the bounds but outside of the definition */ in get_regs_for_copies()
1208 /* FIXME: we messed up and couldn't find space for the variables to be copied */ in get_regs_for_copies()
1266 /* we might have to move dead operands to dst in order to make space */ in get_reg_impl()
1355 /* p_create_vector: also re-place killed operands in the definition space */ in get_reg_impl()
1494 /* 0xffffffff is a special variable ID used reserve a space for killed in compact_relocate_vars()
1533 if (!bounds.contains(vec)) /* not enough space for other operands */ in is_mimg_vaddr_intact()
1588 * Try to find new space which fits the whole vector. in get_reg_vector()
1649 /* try to find space without live-range splits */ in get_reg()
1656 /* try to find space wit in get_reg()
1690 PhysReg space = compact_relocate_vars(ctx, vars, parallelcopies, regs.lo()); get_reg() local
[all...]
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h283 /* ALIGNTEXT4ifNOP is the same as ALIGNTEXT4, but only if the space is
302 /* ALIGNTEXT4ifNOP is the same as ALIGNTEXT4, but only if the space is
320 #define SPACE CHOICE(.comm, .space, .space)
329 #define D_SPACE(n) .space n
/third_party/python/Lib/test/
H A Dtest_xml_etree.py434 # Test preserving white space chars in attributes
850 ET.indent(elem, space='\t')
862 ET.indent(elem, space='')
910 ET.indent(elem, level=1, space=' ')
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc552 // wasm code space, and another one lives on the heap. Both of them have the in CallRecordWriteStub()
593 // wasm code space, and another one lives on the heap. Both of them have the in CallRecordWriteStub()
2613 // Make kScratchRegister the space we have left. The stack might already be in CallRecordWriteStub()
2860 int space = XMMRegister::kNumRegisters * kDoubleSize + in CallRecordWriteStub() local
2862 AllocateStackSpace(space); in CallRecordWriteStub()
2977 // including the ones passed in registers, and space is always allocated for in CallRecordWriteStub()
2999 // Make stack end at alignment and allocate space for arguments and old rsp. in CallRecordWriteStub()
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc2637 void MacroAssembler::BumpSystemStackPointer(const Operand& space) { in Emit() argument
2641 // values of 'space' cannot be handled. in Emit()
2643 sub(sp, StackPointer(), space); in Emit()
/kernel/linux/linux-5.10/scripts/
H A Dcheckpatch.pl201 # Perl's Getopt::Long allows options to take optional arguments after a space.
2560 # new versions of GNU diff omit the leading space on completely
2785 "Use a single space after $ucfirst_sign_off\n" . $herecurr) &&
2898 my $space = 1;
2914 $space = 0 if ($line =~ /\bcommit [0-9a-f]/i);
2938 ($short || $long || $space || $case || ($orig_desc ne $description) || !$hasparens)) {
3051 # check for repeated words separated by a single space
3416 # check for space before tabs.
3420 "please, no space before tabs\n" . $herevet) &&
3484 # check for space afte
[all...]
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py1305 'DISKFULL': r'.*\bNo space left on device.*',
3747 'smsg': 'Freezing user space processes .*',
4746 t3 {color:black;font:20px Times;white-space:nowrap;}\n\
4747 t4 {color:black;font:bold 30px Times;line-height:60px;white-space:nowrap;}\n\
4769 .thread {position:absolute;height:0%;overflow:hidden;z-index:7;line-height:30px;font-size:14px;border:1px solid;text-align:center;white-space:nowrap;}\n\
4777 .traceevent {position:absolute;font-size:10px;z-index:7;overflow:hidden;color:black;text-align:center;white-space:nowrap;border-radius:5px;border:1px solid black;background:linear-gradient(to bottom right,#CCC,#969696);}\n\
6482 ' -gzip Gzip the trace and dmesg logs to save space\n'\
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py1485 'DISKFULL': r'.*\bNo space left on device.*',
4005 'smsg': 'Freezing user space processes.*',
5000 t3 {color:black;font:20px Times;white-space:nowrap;}\n\
5001 t4 {color:black;font:bold 30px Times;line-height:60px;white-space:nowrap;}\n\
5023 .thread {position:absolute;height:0%;overflow:hidden;z-index:7;line-height:30px;font-size:14px;border:1px solid;text-align:center;white-space:nowrap;}\n\
5031 .traceevent {position:absolute;font-size:10px;z-index:7;overflow:hidden;color:black;text-align:center;white-space:nowrap;border-radius:5px;border:1px solid black;background:linear-gradient(to bottom right,#CCC,#969696);}\n\
6722 ' -gzip Gzip the trace and dmesg logs to save space\n'\
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl285 # Perl's Getopt::Long allows options to take optional arguments after a space.
2824 # new versions of GNU diff omit the leading space on completely
3058 "Use a single space after $ucfirst_sign_off\n" . $herecurr) &&
3340 my $space = 1;
3374 $space = 0 if ($input =~ /\bcommit [0-9a-f]/i);
3384 ($short || $long || $space || $case || ($orig_desc ne $description) || !$has_quotes) &&
3509 # check for repeated words separated by a single space
3900 # check for space before tabs.
3904 "please, no space before tabs\n" . $herevet) &&
3982 # check for space afte
[all...]
/third_party/ltp/scripts/
H A Dcheckpatch.pl282 # Perl's Getopt::Long allows options to take optional arguments after a space.
2762 # new versions of GNU diff omit the leading space on completely
2996 "Use a single space after $ucfirst_sign_off\n" . $herecurr) &&
3199 my $space = 1;
3233 $space = 0 if ($input =~ /\bcommit [0-9a-f]/i);
3243 ($short || $long || $space || $case || ($orig_desc ne $description) || !$has_quotes) &&
3362 # check for repeated words separated by a single space
3748 # check for space before tabs.
3752 "please, no space before tabs\n" . $herevet) &&
3830 # check for space afte
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c139 * Each engine class may require a different amount of space for a context
861 * default context also requires GTT space which may not in engine_init_common()
1621 drm_printf(m, "\t\tring->space: 0x%08x\n", rq->ring->space); in intel_engine_dump()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c522 /* Try space compression for the skb. if the skb has enough space left in its in tcp_nip_data_queue_ofo()
523 * linear space, the page fragment from its shared space can be copied into the in tcp_nip_data_queue_ofo()
524 * linear space to free the page fragment. If the remaining amount of linear space in tcp_nip_data_queue_ofo()
1845 tp->rcvq_space.space = tp->rcv_wnd; in tcp_nip_init_buffer_space()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm236 // Save IB_STS.FIRST_REPLAY[15] and IB_STS.RCNT[20:16] into unused space ttmp11[31:26].
H A Dcwsr_trap_handler_gfx10.asm216 // unused space ttmp11[31:24].
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c148 * Each engine class may require a different amount of space for a context
868 * default context also requires GTT space which may not in engine_init_common()
1669 drm_printf(m, "\t\tring->space: 0x%08x\n", in intel_engine_dump()
1670 rq->ring->space); in intel_engine_dump()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_set_pipapo.c36 * relies on the consideration that every contiguous range in a space of b bits
311 * Automatic Time-space Tradeoffs
951 * @len: Total length of mask space (set and unset bits), bytes
973 * @len: Total length of mask space (set and unset bits), bytes
1149 * insertion), but the extra space won't be used by any
2083 * nft_pipapo_estimate() - Set size, space and lookup complexity
2103 est->space = NFT_SET_CLASS_O_N;
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_debugfs.c1058 seq_printf(m, " (ringbuffer, space: %d, head: %u, tail: %u, emit: %u)", in describe_ctx_ring()
1059 ring->space, ring->head, ring->tail, ring->emit); in describe_ctx_ring()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm1086 // Save IB_STS.FIRST_REPLAY[15] and IB_STS.RCNT[20:16] into unused space s_save_ib_sts[31:26].
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c264 * Each engine class may require a different amount of space for a context
1453 * default context also requires GTT space which may not in engine_init_common()
2282 drm_printf(m, "\t\tring->space: 0x%08x\n", in engine_dump_request()
2283 rq->ring->space); in engine_dump_request()

Completed in 102 milliseconds

1...<<4142434445