Home
last modified time | relevance | path

Searched defs:sn (Results 1 – 25 of 186) sorted by relevance

12345678

/kernel/linux/linux-5.10/arch/mips/math-emu/
Dieee754.h250 #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 …]
Dieee754sp.c56 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()
Dieee754dp.c56 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()
/kernel/linux/linux-6.6/arch/mips/math-emu/
Dieee754.h250 #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 …]
Dieee754dp.c56 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()
Dieee754sp.c56 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()
/kernel/linux/linux-5.10/net/smc/
Dsmc_pnet.c106 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
475 struct smc_net *sn; in smc_pnet_enter() local
598 struct smc_net *sn; in _smc_pnet_dump() local
719 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_is_ndev_pnetid() local
738 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_add_pnetid() local
764 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_remove_pnetid() local
809 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_destroy_pnetids_list() local
858 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_net_init() local
[all …]
/kernel/linux/linux-6.6/net/smc/
Dsmc_pnet.c107 struct smc_net *sn; in smc_pnet_remove_by_pnetid() local
190 struct smc_net *sn; in smc_pnet_add_by_ndev() local
222 struct smc_net *sn; in smc_pnet_remove_by_ndev() local
483 struct smc_net *sn; in smc_pnet_enter() local
606 struct smc_net *sn; in _smc_pnet_dump() local
728 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_is_ndev_pnetid() local
747 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_add_pnetid() local
773 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_remove_pnetid() local
828 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_destroy_pnetids_list() local
879 struct smc_net *sn = net_generic(net, smc_net_id); in smc_pnet_net_init() local
[all …]
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c124 void init_gssp_clnt(struct sunrpc_net *sn) in init_gssp_clnt()
132 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in set_gssp_clnt() local
147 void clear_gssp_clnt(struct sunrpc_net *sn) in clear_gssp_clnt()
157 static struct rpc_clnt *get_gssp_clnt(struct sunrpc_net *sn) in get_gssp_clnt()
171 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in gssp_call() local
Dsvcauth_gss.c1172 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_legacy_init() local
1309 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in svcauth_gss_proxy_init() local
1364 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in set_gss_proxy() local
1376 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in use_gss_proxy() local
1443 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in read_gssp() local
1469 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in create_use_gss_proxy_proc_entry() local
1484 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in destroy_use_gss_proxy_proc_entry() local
1524 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in create_krb5_enctypes_proc_entry() local
1535 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in destroy_krb5_enctypes_proc_entry() local
1639 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_accept() local
[all …]
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c123 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
Dsvcauth_gss.c1241 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_legacy_init() local
1356 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in svcauth_gss_proxy_init() local
1411 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in set_gss_proxy() local
1423 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in use_gss_proxy() local
1465 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in read_gssp() local
1491 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in create_use_gss_proxy_proc_entry() local
1506 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in destroy_use_gss_proxy_proc_entry() local
1544 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_accept() local
1836 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_release() local
1916 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rsi_cache_create_net() local
[all …]
/kernel/linux/linux-5.10/net/sunrpc/
Dsvcauth_unix.c309 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
609 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in unix_gid_cache_create() local
627 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in unix_gid_cache_destroy() local
654 struct sunrpc_net *sn = net_generic(rqstp->rq_xprt->xpt_net, in unix_gid_find() local
685 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in svcauth_unix_set_client() local
907 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in ip_map_cache_create() local
[all …]
Dsunrpc_syms.c35 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
Dstats.c285 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
Drpcb_clnt.c166 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
Drpc_pipe.c926 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_add_pipe_dir_object() local
949 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_remove_pipe_dir_object() local
974 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_find_or_alloc_pipe_dir_object() local
1200 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_pipefs_init_net() local
1213 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_pipefs_exit_net() local
1226 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_get_sb_net() local
1238 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_put_sb_net() local
1363 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_fill_super() local
1412 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in gssd_running() local
1446 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_kill_sb() local
/kernel/linux/linux-6.6/net/sunrpc/
Dsvcauth_unix.c330 struct sunrpc_net *sn; in svcauth_unix_purge() local
341 struct sunrpc_net *sn; in ip_map_cached_get() local
379 struct sunrpc_net *sn; in ip_map_cached_put() local
393 struct sunrpc_net *sn; in svcauth_unix_info_release() local
602 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in unix_gid_cache_create() local
620 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in unix_gid_cache_destroy() local
647 struct sunrpc_net *sn = net_generic(rqstp->rq_xprt->xpt_net, in unix_gid_find() local
678 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in svcauth_unix_set_client() local
1036 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in ip_map_cache_create() local
1054 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in ip_map_cache_destroy() local
Dsunrpc_syms.c36 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in sunrpc_init_net() local
71 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in sunrpc_exit_net() local
Drpcb_clnt.c167 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpcb_get_local() local
180 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpcb_put_local() local
210 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpcb_set_local() local
403 static int rpcb_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg… in rpcb_register_call()
465 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpcb_register() local
482 static int rpcb_register_inet4(struct sunrpc_net *sn, in rpcb_register_inet4()
508 static int rpcb_register_inet6(struct sunrpc_net *sn, in rpcb_register_inet6()
531 static int rpcb_unregister_all_protofamilies(struct sunrpc_net *sn, in rpcb_unregister_all_protofamilies()
600 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpcb_v4_register() local
Dstats.c290 struct sunrpc_net *sn; in do_register() local
307 struct sunrpc_net *sn; in rpc_proc_unregister() local
324 struct sunrpc_net *sn; in svc_proc_unregister() local
333 struct sunrpc_net *sn; in rpc_proc_init() local
Drpc_pipe.c927 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_add_pipe_dir_object() local
950 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_remove_pipe_dir_object() local
975 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_find_or_alloc_pipe_dir_object() local
1201 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_pipefs_init_net() local
1214 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_pipefs_exit_net() local
1227 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_get_sb_net() local
1239 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_put_sb_net() local
1364 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_fill_super() local
1413 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in gssd_running() local
1447 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rpc_kill_sb() local
/kernel/linux/linux-5.10/arch/arm/vfp/
Dvfpsingle.c895 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 …]
/kernel/linux/linux-6.6/arch/arm/vfp/
Dvfpsingle.c895 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 …]
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
Drx.c468 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()

12345678