Searched refs:_result (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/net/dns_resolver/ |
D | dns_query.c | 76 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-v5.4/include/linux/ |
D | dns_resolver.h | 31 const char *options, char **_result, time64_t *_expiry,
|
/Linux-v5.4/lib/mpi/ |
D | mpih-mul.c | 428 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()
|
D | mpi-internal.h | 134 mpi_ptr_t vp, mpi_size_t vsize, mpi_limb_t *_result);
|
/Linux-v5.4/tools/testing/selftests/bpf/progs/ |
D | test_select_reuseport_kern.c | 59 #define GOTO_DONE(_result) ({ \ argument 60 result = (_result); \
|
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_main.c | 885 #define FM10K_SET_FLAG(_input, _flag, _result) \ argument 886 ((_flag <= _result) ? \ 887 ((u32)(_input & _flag) * (_result / _flag)) : \ 888 ((u32)(_input & _flag) / (_flag / _result)))
|
/Linux-v5.4/Documentation/networking/ |
D | dns_resolver.txt | 74 const char *options, char **_result, time_t *_expiry);
|
/Linux-v5.4/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 5827 #define IGB_SET_FLAG(_input, _flag, _result) \ argument 5828 ((_flag <= _result) ? \ 5829 ((u32)(_input & _flag) * (_result / _flag)) : \ 5830 ((u32)(_input & _flag) / (_flag / _result)))
|
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8092 #define IXGBE_SET_FLAG(_input, _flag, _result) \ argument 8093 ((_flag <= _result) ? \ 8094 ((u32)(_input & _flag) * (_result / _flag)) : \ 8095 ((u32)(_input & _flag) / (_flag / _result)))
|