Home
last modified time | relevance | path

Searched refs:enospc (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/ipv4/
Dtcp_bpf.c384 bool cork = false, enospc = sk_msg_full(msg), redir_ingress; in tcp_bpf_send_verdict() local
403 msg->cork_bytes > msg->sg.size && !enospc) { in tcp_bpf_send_verdict()
514 bool enospc = false; in tcp_bpf_sendmsg() local
537 enospc = true; in tcp_bpf_sendmsg()
554 if (psock->cork_bytes && !enospc) in tcp_bpf_sendmsg()
/Linux-v6.6/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_mman.c664 int enospc = HAS_LMEM(i915) ? -ENXIO : -ENOSPC; in igt_mmap_offset_exhaustion() local
715 if (!assert_mmap_offset(i915, 2 * PAGE_SIZE, enospc)) { in igt_mmap_offset_exhaustion()
735 if (!assert_mmap_offset(i915, PAGE_SIZE, enospc)) { in igt_mmap_offset_exhaustion()
/Linux-v6.6/fs/f2fs/
Df2fs.h2296 goto enospc; in inc_valid_block_count()
2308 enospc: in inc_valid_block_count()
2613 goto enospc; in inc_valid_node_count()
2633 goto enospc; in inc_valid_node_count()
2639 goto enospc; in inc_valid_node_count()
2656 enospc: in inc_valid_node_count()
/Linux-v6.6/net/tls/
Dtls_sw.c812 bool enospc, policy, redir_ingress; in bpf_exec_tx_verdict() local
830 enospc = sk_msg_full(msg); in bpf_exec_tx_verdict()
837 !enospc && !full_record) { in bpf_exec_tx_verdict()