Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_bpf.c385 bool cork = false, enospc = sk_msg_full(msg), redir_ingress; in tcp_bpf_send_verdict() local
404 msg->cork_bytes > msg->sg.size && !enospc) { in tcp_bpf_send_verdict()
515 bool enospc = false; in tcp_bpf_sendmsg() local
538 enospc = true; in tcp_bpf_sendmsg()
555 if (psock->cork_bytes && !enospc) in tcp_bpf_sendmsg()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A 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/fs/f2fs/
H A Df2fs.h2366 goto enospc; in inc_valid_block_count()
2374 goto enospc; in inc_valid_block_count()
2388 enospc: in inc_valid_block_count()
2678 goto enospc; in inc_valid_node_count()
2687 goto enospc; in inc_valid_node_count()
2693 goto enospc; in inc_valid_node_count()
2710 enospc: in inc_valid_node_count()
/linux/net/tls/
H A Dtls_sw.c852 bool enospc, policy, redir_ingress; in bpf_exec_tx_verdict() local
870 enospc = sk_msg_full(msg); in bpf_exec_tx_verdict()
877 !enospc && !full_record) { in bpf_exec_tx_verdict()