/linux-6.3-rc2/arch/mips/math-emu/ |
A D | ieee754dp.c | 69 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 D | ieee754sp.c | 69 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 …]
|
A D | ieee754.h | 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 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 …]
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | gss_rpc_upcall.c | 126 mutex_init(&sn->gssp_lock); in init_gssp_clnt() 127 sn->gssp_clnt = NULL; in init_gssp_clnt() 136 mutex_lock(&sn->gssp_lock); in set_gssp_clnt() 139 if (sn->gssp_clnt) in set_gssp_clnt() 141 sn->gssp_clnt = clnt; in set_gssp_clnt() 149 mutex_lock(&sn->gssp_lock); in clear_gssp_clnt() 150 if (sn->gssp_clnt) { in clear_gssp_clnt() 152 sn->gssp_clnt = NULL; in clear_gssp_clnt() 161 mutex_lock(&sn->gssp_lock); in get_gssp_clnt() 162 clnt = sn->gssp_clnt; in get_gssp_clnt() [all …]
|
A D | svcauth_gss.c | 1387 return sn->use_gss_proxy; in use_gss_proxy() 1478 sn->use_gss_proxy = -1; in create_use_gss_proxy_proc_entry() 1480 sn->proc_net_rpc, in create_use_gss_proxy_proc_entry() 1484 init_gssp_clnt(sn); in create_use_gss_proxy_proc_entry() 1492 if (sn->use_gssp_proc) { in destroy_use_gss_proxy_proc_entry() 1494 clear_gssp_clnt(sn); in destroy_use_gss_proxy_proc_entry() 1532 sn->gss_krb5_enctypes = in create_krb5_enctypes_proc_entry() 2044 sn->rsi_cache = cd; in rsi_cache_create_net() 2053 sn->rsi_cache = NULL; in rsi_cache_destroy_net() 2073 sn->rsc_cache = cd; in rsc_cache_create_net() [all …]
|
/linux-6.3-rc2/net/sunrpc/ |
A D | rpcb_clnt.c | 169 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 D | stats.c | 290 struct sunrpc_net *sn; in do_register() local 293 sn = net_generic(net, sunrpc_net_id); in do_register() 307 struct sunrpc_net *sn; in rpc_proc_unregister() local 309 sn = net_generic(net, sunrpc_net_id); in rpc_proc_unregister() 310 remove_proc_entry(name, sn->proc_net_rpc); in rpc_proc_unregister() 324 struct sunrpc_net *sn; in svc_proc_unregister() local 326 sn = net_generic(net, sunrpc_net_id); in svc_proc_unregister() 327 remove_proc_entry(name, sn->proc_net_rpc); in svc_proc_unregister() 333 struct sunrpc_net *sn; in rpc_proc_init() local 336 sn = net_generic(net, sunrpc_net_id); in rpc_proc_init() [all …]
|
A D | sunrpc_syms.c | 36 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()
|
A D | svcauth_unix.c | 329 struct sunrpc_net *sn; in svcauth_unix_purge() local 331 sn = net_generic(net, sunrpc_net_id); in svcauth_unix_purge() 332 cache_purge(sn->ip_map_cache); in svcauth_unix_purge() 340 struct sunrpc_net *sn; in ip_map_cached_get() local 378 struct sunrpc_net *sn; in ip_map_cached_put() local 381 cache_put(&ipm->h, sn->ip_map_cache); in ip_map_cached_put() 392 struct sunrpc_net *sn; in svcauth_unix_info_release() local 604 sn->unix_gid_cache = cd; in unix_gid_cache_create() 613 sn->unix_gid_cache = NULL; in unix_gid_cache_destroy() 1033 sn->ip_map_cache = cd; in ip_map_cache_create() [all …]
|
A D | rpc_pipe.c | 978 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 …]
|
/linux-6.3-rc2/net/smc/ |
A D | smc_pnet.c | 107 struct smc_net *sn; in smc_pnet_remove_by_pnetid() local 113 pnettable = &sn->pnettable; in smc_pnet_remove_by_pnetid() 190 struct smc_net *sn; in smc_pnet_add_by_ndev() local 195 pnettable = &sn->pnettable; in smc_pnet_add_by_ndev() 222 struct smc_net *sn; in smc_pnet_remove_by_ndev() local 227 pnettable = &sn->pnettable; in smc_pnet_remove_by_ndev() 483 struct smc_net *sn; in smc_pnet_enter() local 606 struct smc_net *sn; in _smc_pnet_dump() local 950 struct smc_net *sn; in smc_pnet_find_ndev_pnetid_by_table() local 1162 struct smc_net *sn; in smc_pnetid_by_table_ib() local [all …]
|
/linux-6.3-rc2/arch/arm/vfp/ |
A D | vfpsingle.c | 901 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-6.3-rc2/drivers/misc/sgi-xp/ |
A D | xpc_uv.c | 79 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-6.3-rc2/drivers/block/aoe/ |
A D | aoenet.c | 136 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-6.3-rc2/fs/cifs/ |
A D | cifs_debug.h | 84 const char *sn = ""; \ 86 sn = server->hostname; \ 89 __FILE__, sn, ##__VA_ARGS__); \ 92 sn, ##__VA_ARGS__); \ 95 sn, ##__VA_ARGS__); \
|
/linux-6.3-rc2/tools/perf/util/ |
A D | strlist.h | 35 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-6.3-rc2/crypto/ |
A D | twofish_common.c | 501 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-6.3-rc2/net/hsr/ |
A D | hsr_framereg.c | 41 struct hsr_self_node *sn; in hsr_addr_is_self() local 45 sn = rcu_dereference(hsr->self_node); in hsr_addr_is_self() 46 if (!sn) { in hsr_addr_is_self() 51 if (ether_addr_equal(addr, sn->macaddress_A) || in hsr_addr_is_self() 52 ether_addr_equal(addr, sn->macaddress_B)) in hsr_addr_is_self() 81 struct hsr_self_node *sn, *old; in hsr_create_self_node() local 83 sn = kmalloc(sizeof(*sn), GFP_KERNEL); in hsr_create_self_node() 84 if (!sn) in hsr_create_self_node() 87 ether_addr_copy(sn->macaddress_A, addr_a); in hsr_create_self_node() 88 ether_addr_copy(sn->macaddress_B, addr_b); in hsr_create_self_node() [all …]
|
/linux-6.3-rc2/include/linux/mlx4/ |
A D | cq.h | 152 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-6.3-rc2/net/mac80211/ |
A D | mesh_hwmp.c | 499 mpath->sn = orig_sn; in hwmp_route_info_get() 597 ifmsh->sn = target_sn; in hwmp_preq_frame_process() 602 ++ifmsh->sn; in hwmp_preq_frame_process() 605 target_sn = ifmsh->sn; in hwmp_preq_frame_process() 614 target_sn = ++ifmsh->sn; in hwmp_preq_frame_process() 628 mpath->sn = target_sn; in hwmp_preq_frame_process() 634 target_sn = mpath->sn; in hwmp_preq_frame_process() 798 mpath->sn = target_sn; in hwmp_perr_frame_process() 800 mpath->sn += 1; in hwmp_perr_frame_process() 885 mpath->sn = orig_sn; in hwmp_rann_frame_process() [all …]
|
/linux-6.3-rc2/drivers/soc/atmel/ |
A D | sfr.c | 48 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-6.3-rc2/include/linux/mlx5/ |
A D | cq.h | 156 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-6.3-rc2/net/rose/ |
A D | rose_route.c | 372 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-6.3-rc2/drivers/s390/char/ |
A D | sclp_early_core.c | 346 u16 sn; in sclp_early_read_storage_info() local 368 for (sn = 0; sn < sccb->assigned; sn++) { in sclp_early_read_storage_info() 369 if (!sccb->entries[sn]) in sclp_early_read_storage_info() 371 rn = sccb->entries[sn] >> 16; in sclp_early_read_storage_info()
|
/linux-6.3-rc2/drivers/scsi/aacraid/ |
A D | linit.c | 582 unsigned char sn[16]; in aac_show_unique_id() local 584 memset(sn, 0, sizeof(sn)); in aac_show_unique_id() 587 memcpy(sn, aac->fsa_dev[sdev_id(sdev)].identifier, sizeof(sn)); in aac_show_unique_id() 591 sn[0], sn[1], sn[2], sn[3], in aac_show_unique_id() 592 sn[4], sn[5], sn[6], sn[7], in aac_show_unique_id() 593 sn[8], sn[9], sn[10], sn[11], in aac_show_unique_id() 594 sn[12], sn[13], sn[14], sn[15]); in aac_show_unique_id()
|