/Linux-v5.10/arch/mips/math-emu/ |
D | ieee754.h | 250 #define ieee754dp_inf(sn) (ieee754dp_spcvals[IEEE754_SPCVAL_PINFINITY+(sn)]) argument 251 #define ieee754dp_zero(sn) (ieee754dp_spcvals[IEEE754_SPCVAL_PZERO+(sn)]) argument 252 #define ieee754dp_one(sn) (ieee754dp_spcvals[IEEE754_SPCVAL_PONE+(sn)]) argument 253 #define ieee754dp_ten(sn) (ieee754dp_spcvals[IEEE754_SPCVAL_PTEN+(sn)]) argument 256 #define ieee754dp_max(sn) (ieee754dp_spcvals[IEEE754_SPCVAL_PMAX+(sn)]) argument 257 #define ieee754dp_min(sn) (ieee754dp_spcvals[IEEE754_SPCVAL_PMIN+(sn)]) argument 258 #define ieee754dp_mind(sn) (ieee754dp_spcvals[IEEE754_SPCVAL_PMIND+(sn)]) argument 262 #define ieee754sp_inf(sn) (ieee754sp_spcvals[IEEE754_SPCVAL_PINFINITY+(sn)]) argument 263 #define ieee754sp_zero(sn) (ieee754sp_spcvals[IEEE754_SPCVAL_PZERO+(sn)]) argument 264 #define ieee754sp_one(sn) (ieee754sp_spcvals[IEEE754_SPCVAL_PONE+(sn)]) argument [all …]
|
D | ieee754sp.c | 56 static unsigned int ieee754sp_get_rounding(int sn, unsigned int xm) in ieee754sp_get_rounding() 87 union ieee754sp ieee754sp_format(int sn, int xe, unsigned int xm) in ieee754sp_format()
|
D | ieee754dp.c | 56 static u64 ieee754dp_get_rounding(int sn, u64 xm) in ieee754dp_get_rounding() 87 union ieee754dp ieee754dp_format(int sn, int xe, u64 xm) in ieee754dp_format()
|
/Linux-v5.10/net/smc/ |
D | smc_pnet.c | 106 struct smc_net *sn; in smc_pnet_remove_by_pnetid() local 187 struct smc_net *sn; in smc_pnet_add_by_ndev() local 219 struct smc_net *sn; in smc_pnet_remove_by_ndev() local 474 struct smc_net *sn; in smc_pnet_enter() local 597 struct smc_net *sn; in _smc_pnet_dump() local 718 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_is_ndev_pnetid() local 737 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_add_pnetid() local 763 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_remove_pnetid() local 808 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_destroy_pnetids_list() local 857 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_net_init() local [all …]
|
/Linux-v5.10/net/sunrpc/auth_gss/ |
D | gss_rpc_upcall.c | 123 void init_gssp_clnt(struct sunrpc_net *sn) in init_gssp_clnt() 131 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in set_gssp_clnt() local 146 void clear_gssp_clnt(struct sunrpc_net *sn) in clear_gssp_clnt() 156 static struct rpc_clnt *get_gssp_clnt(struct sunrpc_net *sn) in get_gssp_clnt() 170 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in gssp_call() local
|
D | svcauth_gss.c | 1236 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_legacy_init() local 1351 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in svcauth_gss_proxy_init() local 1406 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in set_gss_proxy() local 1418 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in use_gss_proxy() local 1460 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in read_gssp() local 1486 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in create_use_gss_proxy_proc_entry() local 1501 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in destroy_use_gss_proxy_proc_entry() local 1539 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_accept() local 1831 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_release() local 1908 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rsi_cache_create_net() local [all …]
|
/Linux-v5.10/net/sunrpc/ |
D | svcauth_unix.c | 309 struct sunrpc_net *sn; in ip_map_lookup() local 337 struct sunrpc_net *sn; in svcauth_unix_purge() local 348 struct sunrpc_net *sn; in ip_map_cached_get() local 386 struct sunrpc_net *sn; in ip_map_cached_put() local 400 struct sunrpc_net *sn; in svcauth_unix_info_release() local 600 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in unix_gid_cache_create() local 618 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in unix_gid_cache_destroy() local 645 struct sunrpc_net *sn = net_generic(rqstp->rq_xprt->xpt_net, in unix_gid_find() local 676 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in svcauth_unix_set_client() local 898 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in ip_map_cache_create() local [all …]
|
D | sunrpc_syms.c | 35 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in sunrpc_init_net() local 70 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in sunrpc_exit_net() local
|
D | stats.c | 285 struct sunrpc_net *sn; in do_register() local 302 struct sunrpc_net *sn; in rpc_proc_unregister() local 319 struct sunrpc_net *sn; in svc_proc_unregister() local 328 struct sunrpc_net *sn; in rpc_proc_init() local
|
D | rpcb_clnt.c | 166 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpcb_get_local() local 179 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpcb_put_local() local 209 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpcb_set_local() local 378 static int rpcb_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg… in rpcb_register_call() 440 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpcb_register() local 457 static int rpcb_register_inet4(struct sunrpc_net *sn, in rpcb_register_inet4() 483 static int rpcb_register_inet6(struct sunrpc_net *sn, in rpcb_register_inet6() 506 static int rpcb_unregister_all_protofamilies(struct sunrpc_net *sn, in rpcb_unregister_all_protofamilies() 575 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpcb_v4_register() local
|
D | rpc_pipe.c | 925 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_add_pipe_dir_object() local 948 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_remove_pipe_dir_object() local 973 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_find_or_alloc_pipe_dir_object() local 1199 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_pipefs_init_net() local 1212 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_pipefs_exit_net() local 1225 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_get_sb_net() local 1237 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_put_sb_net() local 1362 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_fill_super() local 1411 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in gssd_running() local 1445 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_kill_sb() local
|
/Linux-v5.10/arch/arm/vfp/ |
D | vfpsingle.c | 895 vfp_single_multiply_accumulate(int sd, int sn, s32 m, u32 fpscr, u32 negate, char *func) in vfp_single_multiply_accumulate() 935 static u32 vfp_single_fmac(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fmac() 943 static u32 vfp_single_fnmac(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fnmac() 951 static u32 vfp_single_fmsc(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fmsc() 959 static u32 vfp_single_fnmsc(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fnmsc() 967 static u32 vfp_single_fmul(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fmul() 990 static u32 vfp_single_fnmul(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fnmul() 1014 static u32 vfp_single_fadd(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fadd() 1041 static u32 vfp_single_fsub(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fsub() 1052 static u32 vfp_single_fdiv(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fdiv() [all …]
|
/Linux-v5.10/drivers/net/wimax/i2400m/ |
D | rx.c | 468 unsigned sn; /* Serial number for the skb */ member 522 unsigned __i2400m_roq_nsn(struct i2400m_roq *roq, unsigned sn) in __i2400m_roq_nsn() 545 unsigned ws, count, sn, nsn, new_ws; member 590 unsigned ws, unsigned count, unsigned sn, in i2400m_roq_log_add() 658 struct sk_buff *skb, unsigned sn, unsigned nsn) in __i2400m_roq_queue() 742 unsigned sn) in __i2400m_roq_update_ws() 856 unsigned sn) in i2400m_roq_update_ws() 885 struct sk_buff * skb, unsigned sn) in i2400m_roq_queue_update_ws()
|
/Linux-v5.10/drivers/soc/atmel/ |
D | sfr.c | 48 u8 sn[SFR_SN_SIZE]; in atmel_sfr_probe() local
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | tcp_server.py | 45 sn = serverSocket.getsockname() variable
|
/Linux-v5.10/net/netfilter/ |
D | nf_conntrack_proto_sctp.c | 625 struct nf_sctp_net *sn = nf_sctp_pernet(net); in sctp_timeout_nlattr_to_obj() local 678 struct nf_sctp_net *sn = nf_sctp_pernet(net); in nf_conntrack_sctp_init_net() local
|
/Linux-v5.10/tools/perf/util/ |
D | strlist.h | 63 static inline struct str_node *strlist__next(struct str_node *sn) in strlist__next()
|
/Linux-v5.10/drivers/block/aoe/ |
D | aoenet.c | 136 int sn; in aoenet_rcv() local
|
/Linux-v5.10/drivers/block/drbd/ |
D | drbd_proc.c | 218 const char *sn; in drbd_seq_show() local
|
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
D | sdma_txreq.h | 111 u64 sn; member
|
/Linux-v5.10/arch/x86/kvm/vmx/ |
D | posted_intr.h | 16 sn : 1, member
|
/Linux-v5.10/fs/fscache/ |
D | object.c | 41 #define WORK_STATE(n, sn, f) \ argument 62 #define WAIT_STATE(n, sn, ...) \ argument
|
/Linux-v5.10/drivers/usb/host/ |
D | ehci-timer.c | 293 struct ehci_sitd *sitd, *sn; in end_free_itds() local
|
/Linux-v5.10/drivers/media/pci/cx23885/ |
D | cx23885-cards.c | 1222 u32 sn; in viewcast_eeprom() local
|
/Linux-v5.10/drivers/net/wireless/realtek/rtw88/ |
D | tx.c | 168 void rtw_tx_report_enqueue(struct rtw_dev *rtwdev, struct sk_buff *skb, u8 sn) in rtw_tx_report_enqueue() 207 u8 sn, st; in rtw_tx_report_handle() local
|