Home
last modified time | relevance | path

Searched refs:sn (Results 1 – 25 of 124) sorted by relevance

12345

/linux/arch/mips/math-emu/
A Dieee754.h251 #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
263 #define ieee754sp_zero(sn) (ieee754sp_spcvals[IEEE754_SPCVAL_PZERO+(sn)]) argument
264 #define ieee754sp_one(sn) (ieee754sp_spcvals[IEEE754_SPCVAL_PONE+(sn)]) argument
265 #define ieee754sp_ten(sn) (ieee754sp_spcvals[IEEE754_SPCVAL_PTEN+(sn)]) argument
268 #define ieee754sp_max(sn) (ieee754sp_spcvals[IEEE754_SPCVAL_PMAX+(sn)]) argument
[all …]
A Dieee754dp.c69 if (!sn) /* ?? */ in ieee754dp_get_rounding()
73 if (sn) /* ?? */ in ieee754dp_get_rounding()
105 return ieee754dp_zero(sn); in ieee754dp_format()
107 if (sn == 0) in ieee754dp_format()
112 if (sn == 0) in ieee754dp_format()
124 xm = ieee754dp_get_rounding(sn, xm); in ieee754dp_format()
147 xm = ieee754dp_get_rounding(sn, xm); in ieee754dp_format()
168 return ieee754dp_inf(sn); in ieee754dp_format()
170 return ieee754dp_max(sn); in ieee754dp_format()
172 if (sn == 0) in ieee754dp_format()
[all …]
A Dieee754sp.c69 if (!sn) /* ?? */ in ieee754sp_get_rounding()
73 if (sn) /* ?? */ in ieee754sp_get_rounding()
105 return ieee754sp_zero(sn); in ieee754sp_format()
107 if (sn == 0) in ieee754sp_format()
112 if (sn == 0) in ieee754sp_format()
124 xm = ieee754sp_get_rounding(sn, xm); in ieee754sp_format()
146 xm = ieee754sp_get_rounding(sn, xm); in ieee754sp_format()
167 return ieee754sp_inf(sn); in ieee754sp_format()
169 return ieee754sp_max(sn); in ieee754sp_format()
171 if (sn == 0) in ieee754sp_format()
[all …]
/linux/net/sunrpc/auth_gss/
A Dgss_rpc_upcall.c125 mutex_init(&sn->gssp_lock); in init_gssp_clnt()
126 sn->gssp_clnt = NULL; in init_gssp_clnt()
135 mutex_lock(&sn->gssp_lock); in set_gssp_clnt()
138 if (sn->gssp_clnt) in set_gssp_clnt()
140 sn->gssp_clnt = clnt; in set_gssp_clnt()
148 mutex_lock(&sn->gssp_lock); in clear_gssp_clnt()
149 if (sn->gssp_clnt) { in clear_gssp_clnt()
151 sn->gssp_clnt = NULL; in clear_gssp_clnt()
160 mutex_lock(&sn->gssp_lock); in get_gssp_clnt()
161 clnt = sn->gssp_clnt; in get_gssp_clnt()
[all …]
A Dsvcauth_gss.c1426 if (sn->use_gss_proxy == -1) in use_gss_proxy()
1428 return sn->use_gss_proxy; in use_gss_proxy()
1494 sn->use_gss_proxy = -1; in create_use_gss_proxy_proc_entry()
1496 sn->proc_net_rpc, in create_use_gss_proxy_proc_entry()
1500 init_gssp_clnt(sn); in create_use_gss_proxy_proc_entry()
1508 if (sn->use_gssp_proc) { in destroy_use_gss_proxy_proc_entry()
1510 clear_gssp_clnt(sn); in destroy_use_gss_proxy_proc_entry()
1928 sn->rsi_cache = cd; in rsi_cache_create_net()
1937 sn->rsi_cache = NULL; in rsi_cache_destroy_net()
1957 sn->rsc_cache = cd; in rsc_cache_create_net()
[all …]
/linux/net/sunrpc/
A Drpcb_clnt.c169 if (sn->rpcb_users) in rpcb_get_local()
170 sn->rpcb_users++; in rpcb_get_local()
171 cnt = sn->rpcb_users; in rpcb_get_local()
185 if (sn->rpcb_users) { in rpcb_put_local()
190 shutdown = !sn->rpcb_users; in rpcb_put_local()
212 sn->rpcb_local_clnt = clnt; in rpcb_set_local()
216 sn->rpcb_users = 1; in rpcb_set_local()
453 return rpcb_register_call(sn, sn->rpcb_local_clnt, &msg, is_set); in rpcb_register()
477 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet4()
503 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet6()
[all …]
A Dsvcauth_unix.c328 struct sunrpc_net *sn; in svcauth_unix_purge() local
330 sn = net_generic(net, sunrpc_net_id); in svcauth_unix_purge()
331 cache_purge(sn->ip_map_cache); in svcauth_unix_purge()
339 struct sunrpc_net *sn; in ip_map_cached_get() local
377 struct sunrpc_net *sn; in ip_map_cached_put() local
380 cache_put(&ipm->h, sn->ip_map_cache); in ip_map_cached_put()
391 struct sunrpc_net *sn; in svcauth_unix_info_release() local
603 sn->unix_gid_cache = cd; in unix_gid_cache_create()
612 sn->unix_gid_cache = NULL; in unix_gid_cache_destroy()
905 sn->ip_map_cache = cd; in ip_map_cache_create()
[all …]
A Dstats.c285 struct sunrpc_net *sn; in do_register() local
288 sn = net_generic(net, sunrpc_net_id); in do_register()
302 struct sunrpc_net *sn; in rpc_proc_unregister() local
304 sn = net_generic(net, sunrpc_net_id); in rpc_proc_unregister()
305 remove_proc_entry(name, sn->proc_net_rpc); in rpc_proc_unregister()
319 struct sunrpc_net *sn; in svc_proc_unregister() local
321 sn = net_generic(net, sunrpc_net_id); in svc_proc_unregister()
322 remove_proc_entry(name, sn->proc_net_rpc); in svc_proc_unregister()
328 struct sunrpc_net *sn; in rpc_proc_init() local
331 sn = net_generic(net, sunrpc_net_id); in rpc_proc_init()
[all …]
A Drpc_pipe.c978 mutex_lock(&sn->pipefs_sb_lock); in rpc_find_or_alloc_pipe_dir_object()
1204 if (IS_ERR(sn->gssd_dummy)) in rpc_pipefs_init_net()
1205 return PTR_ERR(sn->gssd_dummy); in rpc_pipefs_init_net()
1208 sn->pipe_version = -1; in rpc_pipefs_init_net()
1230 if (sn->pipefs_sb) in rpc_get_sb_net()
1231 return sn->pipefs_sb; in rpc_get_sb_net()
1241 WARN_ON(sn->pipefs_sb == NULL); in rpc_put_sb_net()
1390 sn->pipefs_sb = sb; in rpc_fill_super()
1404 sn->pipefs_sb = NULL; in rpc_fill_super()
1450 if (sn->pipefs_sb != sb) { in rpc_kill_sb()
[all …]
A Dsunrpc_syms.c36 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in sunrpc_init_net() local
54 INIT_LIST_HEAD(&sn->all_clients); in sunrpc_init_net()
55 spin_lock_init(&sn->rpc_client_lock); in sunrpc_init_net()
56 spin_lock_init(&sn->rpcb_clnt_lock); in sunrpc_init_net()
71 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in sunrpc_exit_net() local
77 WARN_ON_ONCE(!list_empty(&sn->all_clients)); in sunrpc_exit_net()
/linux/net/smc/
A Dsmc_pnet.c106 struct smc_net *sn; in smc_pnet_remove_by_pnetid() local
112 pnettable = &sn->pnettable; in smc_pnet_remove_by_pnetid()
187 struct smc_net *sn; in smc_pnet_add_by_ndev() local
192 pnettable = &sn->pnettable; in smc_pnet_add_by_ndev()
219 struct smc_net *sn; in smc_pnet_remove_by_ndev() local
224 pnettable = &sn->pnettable; in smc_pnet_remove_by_ndev()
473 struct smc_net *sn; in smc_pnet_enter() local
596 struct smc_net *sn; in _smc_pnet_dump() local
936 struct smc_net *sn; in smc_pnet_find_ndev_pnetid_by_table() local
1137 struct smc_net *sn; in smc_pnetid_by_table_ib() local
[all …]
/linux/arch/arm/vfp/
A Dvfpsingle.c901 v = vfp_get_float(sn); in vfp_single_multiply_accumulate()
902 pr_debug("VFP: s%u = %08x\n", sn, v); in vfp_single_multiply_accumulate()
971 s32 n = vfp_get_float(sn); in vfp_single_fmul()
973 pr_debug("VFP: s%u = %08x\n", sn, n); in vfp_single_fmul()
994 s32 n = vfp_get_float(sn); in vfp_single_fnmul()
996 pr_debug("VFP: s%u = %08x\n", sn, n); in vfp_single_fnmul()
1018 s32 n = vfp_get_float(sn); in vfp_single_fadd()
1020 pr_debug("VFP: s%u = %08x\n", sn, n); in vfp_single_fadd()
1056 s32 n = vfp_get_float(sn); in vfp_single_fdiv()
1177 unsigned int sn = vfp_get_sn(inst); in vfp_single_cpdo() local
[all …]
/linux/drivers/misc/sgi-xp/
A Dxpc_uv.c79 part_uv = &xpc_partitions[partid].sn.uv; in xpc_setup_partitions_uv()
96 part_uv = &xpc_partitions[partid].sn.uv; in xpc_teardown_partitions_uv()
385 if (part->sn.uv.act_state_req == 0) in xpc_process_activate_IRQ_rcvd_uv()
391 act_state_req = part->sn.uv.act_state_req; in xpc_process_activate_IRQ_rcvd_uv()
392 part->sn.uv.act_state_req = 0; in xpc_process_activate_IRQ_rcvd_uv()
821 rp->sn.uv.activate_gru_mq_desc_gpa = in xpc_setup_rsvd_page_uv()
906 part->sn.uv.heartbeat_gpa = remote_rp->sn.uv.heartbeat_gpa; in xpc_request_partition_activation_uv()
907 part->sn.uv.activate_gru_mq_desc_gpa = in xpc_request_partition_activation_uv()
1022 ch_uv = &part->channels[ch_number].sn.uv; in xpc_setup_ch_structures_uv()
1324 part_uv = &xpc_partitions[partid].sn.uv; in xpc_any_partition_engaged_uv()
[all …]
/linux/drivers/block/aoe/
A Daoenet.c136 int sn; in aoenet_rcv() local
147 sn = sizeof(*h) + sizeof(*ah); in aoenet_rcv()
148 if (skb->len >= sn) { in aoenet_rcv()
149 sn -= skb_headlen(skb); in aoenet_rcv()
150 if (sn > 0 && !__pskb_pull_tail(skb, sn)) in aoenet_rcv()
/linux/crypto/
A Dtwofish_common.c501 ctx->s[1][i] = mds[1][q0[q1[q1[(a) ^ sb] ^ sf] ^ sj] ^ sn]; \
580 u8 si = 0, sj = 0, sk = 0, sl = 0, sm = 0, sn = 0, so = 0, sp = 0; in __twofish_setkey() local
624 CALC_S (sm, sn, so, sp, 24, 0x00, 0x2D, 0x01, 0x2D); /* 01 A4 02 A4 */ in __twofish_setkey()
625 CALC_S (sm, sn, so, sp, 25, 0x2D, 0xA4, 0x44, 0x8A); /* A4 56 A1 55 */ in __twofish_setkey()
626 CALC_S (sm, sn, so, sp, 26, 0x8A, 0xD5, 0xBF, 0xD1); /* 55 82 FC 87 */ in __twofish_setkey()
627 CALC_S (sm, sn, so, sp, 27, 0xD1, 0x7F, 0x3D, 0x99); /* 87 F3 C1 5A */ in __twofish_setkey()
628 CALC_S (sm, sn, so, sp, 28, 0x99, 0x46, 0x66, 0x96); /* 5A 1E 47 58 */ in __twofish_setkey()
629 CALC_S (sm, sn, so, sp, 29, 0x96, 0x3C, 0x5B, 0xED); /* 58 C6 AE DB */ in __twofish_setkey()
630 CALC_S (sm, sn, so, sp, 30, 0xED, 0x37, 0x4F, 0xE0); /* DB 68 3D 9E */ in __twofish_setkey()
631 CALC_S (sm, sn, so, sp, 31, 0xE0, 0xD0, 0x8C, 0x17); /* 9E E5 19 03 */ in __twofish_setkey()
/linux/fs/cifs/
A Dcifs_debug.h84 const char *sn = ""; \
86 sn = server->hostname; \
89 __FILE__, sn, ##__VA_ARGS__); \
92 sn, ##__VA_ARGS__); \
95 sn, ##__VA_ARGS__); \
/linux/tools/perf/util/
A Dstrlist.h35 void strlist__remove(struct strlist *slist, struct str_node *sn);
63 static inline struct str_node *strlist__next(struct str_node *sn) in strlist__next() argument
66 if (!sn) in strlist__next()
68 rn = rb_next(&sn->rb_node); in strlist__next()
/linux/net/mac80211/
A Dmesh_hwmp.c494 mpath->sn = orig_sn; in hwmp_route_info_get()
592 ifmsh->sn = target_sn; in hwmp_preq_frame_process()
597 ++ifmsh->sn; in hwmp_preq_frame_process()
600 target_sn = ifmsh->sn; in hwmp_preq_frame_process()
609 target_sn = ++ifmsh->sn; in hwmp_preq_frame_process()
623 mpath->sn = target_sn; in hwmp_preq_frame_process()
629 target_sn = mpath->sn; in hwmp_preq_frame_process()
793 mpath->sn = target_sn; in hwmp_perr_frame_process()
795 mpath->sn += 1; in hwmp_perr_frame_process()
880 mpath->sn = orig_sn; in hwmp_rann_frame_process()
[all …]
/linux/include/linux/mlx4/
A Dcq.h152 u32 sn; in mlx4_cq_arm() local
155 sn = cq->arm_sn & 3; in mlx4_cq_arm()
158 *cq->arm_db = cpu_to_be32(sn << 28 | cmd | ci); in mlx4_cq_arm()
166 doorbell[0] = cpu_to_be32(sn << 28 | cmd | cq->cqn); in mlx4_cq_arm()
/linux/net/rose/
A Drose_route.c372 struct rose_neigh *sn; in rose_add_loopback_neigh() local
377 sn = rose_loopback_neigh; in rose_add_loopback_neigh()
380 sn->digipeat = NULL; in rose_add_loopback_neigh()
381 sn->ax25 = NULL; in rose_add_loopback_neigh()
382 sn->dev = NULL; in rose_add_loopback_neigh()
383 sn->count = 0; in rose_add_loopback_neigh()
384 sn->use = 0; in rose_add_loopback_neigh()
385 sn->dce_mode = 1; in rose_add_loopback_neigh()
386 sn->loopback = 1; in rose_add_loopback_neigh()
388 sn->restarted = 1; in rose_add_loopback_neigh()
[all …]
/linux/include/linux/mlx5/
A Dcq.h156 u32 sn; in mlx5_cq_arm() local
159 sn = cq->arm_sn & 3; in mlx5_cq_arm()
162 *cq->arm_db = cpu_to_be32(sn << 28 | cmd | ci); in mlx5_cq_arm()
169 doorbell[0] = cpu_to_be32(sn << 28 | cmd | ci); in mlx5_cq_arm()
/linux/drivers/soc/atmel/
A Dsfr.c48 u8 sn[SFR_SN_SIZE]; in atmel_sfr_probe() local
70 ret = atmel_sfr_read(priv, 0, sn, SFR_SN_SIZE); in atmel_sfr_probe()
72 add_device_randomness(sn, SFR_SN_SIZE); in atmel_sfr_probe()
/linux/drivers/s390/char/
A Dsclp_early_core.c322 u16 sn; in sclp_early_read_storage_info() local
344 for (sn = 0; sn < sccb->assigned; sn++) { in sclp_early_read_storage_info()
345 if (!sccb->entries[sn]) in sclp_early_read_storage_info()
347 rn = sccb->entries[sn] >> 16; in sclp_early_read_storage_info()
/linux/drivers/net/wireless/realtek/rtw88/
A Dtx.c59 SET_TX_DESC_SW_DEFINE(txdesc, pkt_info->sn); in rtw_tx_fill_tx_desc()
152 pkt_info->sn = (atomic_inc_return(&tx_report->sn) << 2) & 0xfc; in rtw_tx_report_enable()
172 void rtw_tx_report_enqueue(struct rtw_dev *rtwdev, struct sk_buff *skb, u8 sn) in rtw_tx_report_enqueue() argument
180 *drv_data = sn; in rtw_tx_report_enqueue()
211 u8 sn, st; in rtw_tx_report_handle() local
217 sn = GET_CCX_REPORT_SEQNUM_V0(c2h->payload); in rtw_tx_report_handle()
220 sn = GET_CCX_REPORT_SEQNUM_V1(c2h->payload); in rtw_tx_report_handle()
227 if (*n == sn) { in rtw_tx_report_handle()
/linux/drivers/scsi/aacraid/
A Dlinit.c583 unsigned char sn[16]; in aac_show_unique_id() local
585 memset(sn, 0, sizeof(sn)); in aac_show_unique_id()
588 memcpy(sn, aac->fsa_dev[sdev_id(sdev)].identifier, sizeof(sn)); in aac_show_unique_id()
592 sn[0], sn[1], sn[2], sn[3], in aac_show_unique_id()
593 sn[4], sn[5], sn[6], sn[7], in aac_show_unique_id()
594 sn[8], sn[9], sn[10], sn[11], in aac_show_unique_id()
595 sn[12], sn[13], sn[14], sn[15]); in aac_show_unique_id()

Completed in 47 milliseconds

12345