Home
last modified time | relevance | path

Searched refs:_result (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/net/dns_resolver/
H A Ddns_query.c76 const char *options, char **_result, time64_t *_expiry, in dns_query() argument
152 if (_result) { in dns_query()
154 *_result = kmemdup_nul(upayload->data, len, GFP_KERNEL); in dns_query()
155 if (!*_result) in dns_query()
/linux-6.15/drivers/md/dm-vdo/
H A Dmemory-alloc.h88 int _result; \
91 _result = __vdo_do_allocation(COUNT, \
97 _result; \
/linux-6.15/lib/crypto/mpi/
H A Dmpih-mul.c428 mpi_ptr_t vp, mpi_size_t vsize, mpi_limb_t *_result) in mpihelp_mul() argument
439 *_result = 0; in mpihelp_mul()
474 *_result = cy; in mpihelp_mul()
482 *_result = *prod_endp; in mpihelp_mul()
H A Dmpi-internal.h173 mpi_ptr_t vp, mpi_size_t vsize, mpi_limb_t *_result);
/linux-6.15/include/linux/
H A Ddns_resolver.h31 const char *options, char **_result, time64_t *_expiry,
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_select_reuseport_kern.c56 #define GOTO_DONE(_result) ({ \ argument
57 result = (_result); \
/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h921 #define WX_SET_FLAG(_input, _flag, _result) \ argument
922 (((_flag) <= (_result)) ? \
923 ((u32)((_input) & (_flag)) * ((_result) / (_flag))) : \
924 ((u32)((_input) & (_flag)) / ((_flag) / (_result))))
/linux-6.15/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c874 #define FM10K_SET_FLAG(_input, _flag, _result) \ argument
875 ((_flag <= _result) ? \
876 ((u32)(_input & _flag) * (_result / _flag)) : \
877 ((u32)(_input & _flag) / (_flag / _result)))
/linux-6.15/Documentation/networking/
H A Ddns_resolver.rst75 const char *options, char **_result, time_t *_expiry);
/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_connector_test.c1104 #define YUV420_ALLOWED_TEST(_formats, _allowed, _result) \ argument
1108 .expected_result = _result, \
/linux-6.15/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1799 typeof(_val) _result = (_val); \
1805 SYSCALL_RET(_regs) = _result; \
1812 if (_result < 0) { \
1813 SYSCALL_RET(_regs) = -_result; \
1816 SYSCALL_RET(_regs) = _result; \
/linux-6.15/drivers/net/ethernet/intel/igc/
H A Digc_main.c1246 #define IGC_SET_FLAG(_input, _flag, _result) \ argument
1247 (((_flag) <= (_result)) ? \
1248 ((u32)((_input) & (_flag)) * ((_result) / (_flag))) : \
1249 ((u32)((_input) & (_flag)) / ((_flag) / (_result))))
/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb_main.c6139 #define IGB_SET_FLAG(_input, _flag, _result) \ argument
6140 ((_flag <= _result) ? \
6141 ((u32)(_input & _flag) * (_result / _flag)) : \
6142 ((u32)(_input & _flag) / (_flag / _result)))
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8598 #define IXGBE_SET_FLAG(_input, _flag, _result) \ argument
8599 ((_flag <= _result) ? \
8600 ((u32)(_input & _flag) * (_result / _flag)) : \
8601 ((u32)(_input & _flag) / (_flag / _result)))