/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | irq.c | 61 struct thread_info tinfo; member 88 irqctx->tinfo.task = curctx->tinfo.task; in handle_one_irq() 89 irqctx->tinfo.previous_sp = current_stack_pointer; in handle_one_irq() 95 irqctx->tinfo.preempt_count = in handle_one_irq() 96 (irqctx->tinfo.preempt_count & ~SOFTIRQ_MASK) | in handle_one_irq() 97 (curctx->tinfo.preempt_count & SOFTIRQ_MASK); in handle_one_irq() 127 irqctx->tinfo.task = NULL; in irq_ctx_init() 128 irqctx->tinfo.cpu = cpu; in irq_ctx_init() 129 irqctx->tinfo in irq_ctx_init() [all...] |
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | irq.c | 62 struct thread_info tinfo; member 89 irqctx->tinfo.task = curctx->tinfo.task; in handle_one_irq() 90 irqctx->tinfo.previous_sp = current_stack_pointer; in handle_one_irq() 96 irqctx->tinfo.preempt_count = in handle_one_irq() 97 (irqctx->tinfo.preempt_count & ~SOFTIRQ_MASK) | in handle_one_irq() 98 (curctx->tinfo.preempt_count & SOFTIRQ_MASK); in handle_one_irq() 128 irqctx->tinfo.task = NULL; in irq_ctx_init() 129 irqctx->tinfo.cpu = cpu; in irq_ctx_init() 130 irqctx->tinfo in irq_ctx_init() [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | bpf_iter.c | 18 struct bpf_iter_target_info *tinfo; member 22 struct bpf_iter_target_info *tinfo; member 229 return link->tinfo->reg_info->seq_info; in __get_seq_info() 274 struct bpf_iter_target_info *tinfo; in bpf_iter_reg_target() local 276 tinfo = kzalloc(sizeof(*tinfo), GFP_KERNEL); in bpf_iter_reg_target() 277 if (!tinfo) in bpf_iter_reg_target() 280 tinfo->reg_info = reg_info; in bpf_iter_reg_target() 281 INIT_LIST_HEAD(&tinfo->list); in bpf_iter_reg_target() 284 list_add(&tinfo in bpf_iter_reg_target() 292 struct bpf_iter_target_info *tinfo; bpf_iter_unreg_target() local 309 cache_btf_id(struct bpf_iter_target_info *tinfo, struct bpf_prog *prog) cache_btf_id() argument 320 struct bpf_iter_target_info *tinfo; bpf_iter_prog_supported() local 466 struct bpf_iter_target_info *tinfo; bpf_iter_link_attach() local 529 init_seq_meta(struct bpf_iter_priv_data *priv_data, struct bpf_iter_target_info *tinfo, const struct bpf_iter_seq_info *seq_info, struct bpf_prog *prog) init_seq_meta() argument 546 struct bpf_iter_target_info *tinfo; prepare_seq_file() local [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_iter.c | 19 struct bpf_iter_target_info *tinfo; member 23 struct bpf_iter_target_info *tinfo; member 71 static inline bool bpf_iter_target_support_resched(const struct bpf_iter_target_info *tinfo) in bpf_iter_target_support_resched() argument 73 return tinfo->reg_info->feature & BPF_ITER_RESCHED; in bpf_iter_target_support_resched() 82 return bpf_iter_target_support_resched(iter_priv->tinfo); in bpf_iter_support_resched() 253 return link->tinfo->reg_info->seq_info; in __get_seq_info() 298 struct bpf_iter_target_info *tinfo; in bpf_iter_reg_target() local 300 tinfo = kzalloc(sizeof(*tinfo), GFP_KERNEL); in bpf_iter_reg_target() 301 if (!tinfo) in bpf_iter_reg_target() 316 struct bpf_iter_target_info *tinfo; bpf_iter_unreg_target() local 333 cache_btf_id(struct bpf_iter_target_info *tinfo, struct bpf_prog *prog) cache_btf_id() argument 342 struct bpf_iter_target_info *tinfo = NULL, *iter; bpf_iter_prog_supported() local 375 const struct bpf_iter_target_info *tinfo; bpf_iter_get_func_proto() local 510 struct bpf_iter_target_info *tinfo = NULL, *iter; bpf_iter_link_attach() local 578 init_seq_meta(struct bpf_iter_priv_data *priv_data, struct bpf_iter_target_info *tinfo, const struct bpf_iter_seq_info *seq_info, struct bpf_prog *prog) init_seq_meta() argument 595 struct bpf_iter_target_info *tinfo; prepare_seq_file() local [all...] |
/kernel/linux/build/test/unittest/accesstokenid/ |
H A D | accesstokenid_test.cpp | 172 struct Tokeninfo *tinfo = static_cast<struct Tokeninfo *>(args); in CheckChildThreadInheritance() local 174 tinfo->pid = getpid(); in CheckChildThreadInheritance() 175 tinfo->tid = gettid(); in CheckChildThreadInheritance() 176 GetTokenid(&(tinfo->tokenid)); in CheckChildThreadInheritance() 177 GetfTokenid(&(tinfo->ftokenid)); in CheckChildThreadInheritance() 185 struct Tokeninfo *tinfo = static_cast<struct Tokeninfo *>(args); in CheckChildThreadSetIndepent() local 191 tinfo->pid = getpid(); in CheckChildThreadSetIndepent() 192 tinfo->tid = gettid(); in CheckChildThreadSetIndepent() 198 GetTokenid(&(tinfo->tokenid)); in CheckChildThreadSetIndepent() 199 GetfTokenid(&(tinfo in CheckChildThreadSetIndepent() 291 struct Tokeninfo tinfo; HWTEST_F() local 333 struct Tokeninfo tinfo; HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_proc.c | 93 ahd_format_transinfo(struct seq_file *m, struct ahd_transinfo *tinfo) in ahd_format_transinfo() argument 99 if (tinfo->period == AHD_PERIOD_UNKNOWN) { in ahd_format_transinfo() 105 if (tinfo->offset != 0) { in ahd_format_transinfo() 106 freq = ahd_calc_syncsrate(tinfo->period); in ahd_format_transinfo() 109 speed *= (0x01 << tinfo->width); in ahd_format_transinfo() 121 if ((tinfo->ppr_options & MSG_EXT_PPR_RD_STRM) != 0) { in ahd_format_transinfo() 125 if ((tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0) { in ahd_format_transinfo() 129 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_format_transinfo() 133 if ((tinfo->ppr_options & MSG_EXT_PPR_RTI) != 0) { in ahd_format_transinfo() 137 if ((tinfo in ahd_format_transinfo() 161 struct ahd_initiator_tinfo *tinfo; ahd_dump_target_state() local [all...] |
H A D | aic7xxx_proc.c | 94 ahc_format_transinfo(struct seq_file *m, struct ahc_transinfo *tinfo) in ahc_format_transinfo() argument 102 if (tinfo->offset != 0) { in ahc_format_transinfo() 103 freq = ahc_calc_syncsrate(tinfo->period); in ahc_format_transinfo() 106 speed *= (0x01 << tinfo->width); in ahc_format_transinfo() 116 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in ahc_format_transinfo() 117 ? " DT" : "", tinfo->offset); in ahc_format_transinfo() 120 if (tinfo->width > 0) { in ahc_format_transinfo() 126 seq_printf(m, "%dbit)", 8 * (0x01 << tinfo->width)); in ahc_format_transinfo() 139 struct ahc_initiator_tinfo *tinfo; in ahc_dump_target_state() local 143 tinfo in ahc_dump_target_state() [all...] |
H A D | aic79xx_osm.c | 616 struct ahd_initiator_tinfo *tinfo; in ahd_linux_target_alloc() local 629 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id, in ahd_linux_target_alloc() 645 spi_min_period(starget) = tinfo->user.period; in ahd_linux_target_alloc() 646 spi_max_offset(starget) = tinfo->user.offset; in ahd_linux_target_alloc() 649 tinfo = ahd_fetch_transinfo(ahd, channel, ahd->our_id, in ahd_linux_target_alloc() 778 struct ahd_initiator_tinfo *tinfo; in ahd_linux_dev_reset() local 818 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id, in ahd_linux_dev_reset() 832 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_dev_reset() 1290 struct ahd_initiator_tinfo *tinfo; in ahd_linux_initialize_scsi_bus() local 1293 tinfo in ahd_linux_initialize_scsi_bus() 1545 struct ahd_initiator_tinfo *tinfo; ahd_linux_run_command() local 1679 struct ahd_initiator_tinfo *tinfo; ahd_send_async() local 2384 struct ahd_initiator_tinfo *tinfo ahd_linux_set_period() local 2437 struct ahd_initiator_tinfo *tinfo ahd_linux_set_offset() local 2472 struct ahd_initiator_tinfo *tinfo ahd_linux_set_dt() local 2514 struct ahd_initiator_tinfo *tinfo ahd_linux_set_qas() local 2553 struct ahd_initiator_tinfo *tinfo ahd_linux_set_iu() local 2593 struct ahd_initiator_tinfo *tinfo ahd_linux_set_rd_strm() local 2629 struct ahd_initiator_tinfo *tinfo ahd_linux_set_wr_flow() local 2665 struct ahd_initiator_tinfo *tinfo ahd_linux_set_rti() local 2709 struct ahd_initiator_tinfo *tinfo ahd_linux_set_pcomp_en() local 2759 struct ahd_initiator_tinfo *tinfo ahd_linux_set_hold_mcs() local [all...] |
H A D | aic7xxx_osm.c | 1162 struct ahc_initiator_tinfo *tinfo; in ahc_linux_initialize_scsi_bus() local 1176 tinfo = ahc_fetch_transinfo(ahc, channel, our_id, in ahc_linux_initialize_scsi_bus() 1181 tinfo, AHC_NEG_ALWAYS); in ahc_linux_initialize_scsi_bus() 1408 struct ahc_initiator_tinfo *tinfo; in ahc_linux_run_command() local 1464 tinfo = ahc_fetch_transinfo(ahc, SCB_GET_CHANNEL(ahc, scb), in ahc_linux_run_command() 1467 hscb->scsirate = tinfo->scsirate; in ahc_linux_run_command() 1468 hscb->scsioffset = tinfo->curr.offset; in ahc_linux_run_command() 1595 struct ahc_initiator_tinfo *tinfo; in ahc_send_async() local 1602 tinfo = ahc_fetch_transinfo(ahc, channel, in ahc_send_async() 1611 if (tinfo in ahc_send_async() 2332 struct ahc_initiator_tinfo *tinfo ahc_linux_set_period() local 2376 struct ahc_initiator_tinfo *tinfo ahc_linux_set_offset() local 2404 struct ahc_initiator_tinfo *tinfo ahc_linux_set_dt() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_proc.c | 93 ahd_format_transinfo(struct seq_file *m, struct ahd_transinfo *tinfo) in ahd_format_transinfo() argument 99 if (tinfo->period == AHD_PERIOD_UNKNOWN) { in ahd_format_transinfo() 105 if (tinfo->offset != 0) { in ahd_format_transinfo() 106 freq = ahd_calc_syncsrate(tinfo->period); in ahd_format_transinfo() 109 speed *= (0x01 << tinfo->width); in ahd_format_transinfo() 121 if ((tinfo->ppr_options & MSG_EXT_PPR_RD_STRM) != 0) { in ahd_format_transinfo() 125 if ((tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0) { in ahd_format_transinfo() 129 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_format_transinfo() 133 if ((tinfo->ppr_options & MSG_EXT_PPR_RTI) != 0) { in ahd_format_transinfo() 137 if ((tinfo in ahd_format_transinfo() 161 struct ahd_initiator_tinfo *tinfo; ahd_dump_target_state() local [all...] |
H A D | aic7xxx_proc.c | 94 ahc_format_transinfo(struct seq_file *m, struct ahc_transinfo *tinfo) in ahc_format_transinfo() argument 102 if (tinfo->offset != 0) { in ahc_format_transinfo() 103 freq = ahc_calc_syncsrate(tinfo->period); in ahc_format_transinfo() 106 speed *= (0x01 << tinfo->width); in ahc_format_transinfo() 116 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in ahc_format_transinfo() 117 ? " DT" : "", tinfo->offset); in ahc_format_transinfo() 120 if (tinfo->width > 0) { in ahc_format_transinfo() 126 seq_printf(m, "%dbit)", 8 * (0x01 << tinfo->width)); in ahc_format_transinfo() 139 struct ahc_initiator_tinfo *tinfo; in ahc_dump_target_state() local 143 tinfo in ahc_dump_target_state() [all...] |
H A D | aic79xx_osm.c | 614 struct ahd_initiator_tinfo *tinfo; in ahd_linux_target_alloc() local 627 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id, in ahd_linux_target_alloc() 643 spi_min_period(starget) = tinfo->user.period; in ahd_linux_target_alloc() 644 spi_max_offset(starget) = tinfo->user.offset; in ahd_linux_target_alloc() 647 tinfo = ahd_fetch_transinfo(ahd, channel, ahd->our_id, in ahd_linux_target_alloc() 772 struct ahd_initiator_tinfo *tinfo; in ahd_linux_dev_reset() local 812 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id, in ahd_linux_dev_reset() 826 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_dev_reset() 1284 struct ahd_initiator_tinfo *tinfo; in ahd_linux_initialize_scsi_bus() local 1287 tinfo in ahd_linux_initialize_scsi_bus() 1539 struct ahd_initiator_tinfo *tinfo; ahd_linux_run_command() local 1673 struct ahd_initiator_tinfo *tinfo; ahd_send_async() local 2372 struct ahd_initiator_tinfo *tinfo ahd_linux_set_period() local 2425 struct ahd_initiator_tinfo *tinfo ahd_linux_set_offset() local 2460 struct ahd_initiator_tinfo *tinfo ahd_linux_set_dt() local 2502 struct ahd_initiator_tinfo *tinfo ahd_linux_set_qas() local 2541 struct ahd_initiator_tinfo *tinfo ahd_linux_set_iu() local 2581 struct ahd_initiator_tinfo *tinfo ahd_linux_set_rd_strm() local 2617 struct ahd_initiator_tinfo *tinfo ahd_linux_set_wr_flow() local 2653 struct ahd_initiator_tinfo *tinfo ahd_linux_set_rti() local 2697 struct ahd_initiator_tinfo *tinfo ahd_linux_set_pcomp_en() local 2747 struct ahd_initiator_tinfo *tinfo ahd_linux_set_hold_mcs() local [all...] |
H A D | aic7xxx_osm.c | 1161 struct ahc_initiator_tinfo *tinfo; in ahc_linux_initialize_scsi_bus() local 1175 tinfo = ahc_fetch_transinfo(ahc, channel, our_id, in ahc_linux_initialize_scsi_bus() 1180 tinfo, AHC_NEG_ALWAYS); in ahc_linux_initialize_scsi_bus() 1407 struct ahc_initiator_tinfo *tinfo; in ahc_linux_run_command() local 1463 tinfo = ahc_fetch_transinfo(ahc, SCB_GET_CHANNEL(ahc, scb), in ahc_linux_run_command() 1466 hscb->scsirate = tinfo->scsirate; in ahc_linux_run_command() 1467 hscb->scsioffset = tinfo->curr.offset; in ahc_linux_run_command() 1594 struct ahc_initiator_tinfo *tinfo; in ahc_send_async() local 1601 tinfo = ahc_fetch_transinfo(ahc, channel, in ahc_send_async() 1610 if (tinfo in ahc_send_async() 2330 struct ahc_initiator_tinfo *tinfo ahc_linux_set_period() local 2375 struct ahc_initiator_tinfo *tinfo ahc_linux_set_offset() local 2404 struct ahc_initiator_tinfo *tinfo ahc_linux_set_dt() local [all...] |
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_vlan_tunnel.c | 25 return vle->tinfo.tunnel_id != tunid; in br_vlan_tunid_cmp() 30 .key_offset = offsetof(struct net_bridge_vlan, tinfo.tunnel_id), 46 struct metadata_dst *tdst = rtnl_dereference(vlan->tinfo.tunnel_dst); in vlan_tunnel_info_release() 48 WRITE_ONCE(vlan->tinfo.tunnel_id, 0); in vlan_tunnel_info_release() 49 RCU_INIT_POINTER(vlan->tinfo.tunnel_dst, NULL); in vlan_tunnel_info_release() 56 if (!rcu_access_pointer(vlan->tinfo.tunnel_dst)) in vlan_tunnel_info_del() 66 struct metadata_dst *metadata = rtnl_dereference(vlan->tinfo.tunnel_dst); in __vlan_tunnel_info_add() 79 rcu_assign_pointer(vlan->tinfo.tunnel_dst, metadata); in __vlan_tunnel_info_add() 80 WRITE_ONCE(vlan->tinfo.tunnel_id, key); in __vlan_tunnel_info_add() 165 struct ip_tunnel_info *tinfo in br_handle_ingress_vlan_tunnel() local [all...] |
H A D | br_netlink_tunnel.c | 32 __be32 tunid_curr = tunnel_id_to_key32(v_curr->tinfo.tunnel_id); in vlan_tunid_inrange() 33 __be32 tunid_last = tunnel_id_to_key32(v_last->tinfo.tunnel_id); in vlan_tunid_inrange() 46 if (!br_vlan_should_use(v) || !v->tinfo.tunnel_id) in __get_num_vlan_tunnel_infos() 127 vtbegin->tinfo.tunnel_id, in br_fill_vlan_tinfo_range() 133 vtend->tinfo.tunnel_id, in br_fill_vlan_tinfo_range() 139 vtbegin->tinfo.tunnel_id, in br_fill_vlan_tinfo_range() 162 if (!v->tinfo.tunnel_dst) in br_fill_vlan_tunnel_info() 220 struct vtunnel_info *tinfo) in br_parse_vlan_tunnel_info() 227 memset(tinfo, 0, sizeof(*tinfo)); in br_parse_vlan_tunnel_info() 219 br_parse_vlan_tunnel_info(struct nlattr *attr, struct vtunnel_info *tinfo) br_parse_vlan_tunnel_info() argument [all...] |
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_vlan_tunnel.c | 25 return vle->tinfo.tunnel_id != tunid; in br_vlan_tunid_cmp() 30 .key_offset = offsetof(struct net_bridge_vlan, tinfo.tunnel_id), 46 struct metadata_dst *tdst = rtnl_dereference(vlan->tinfo.tunnel_dst); in vlan_tunnel_info_release() 48 WRITE_ONCE(vlan->tinfo.tunnel_id, 0); in vlan_tunnel_info_release() 49 RCU_INIT_POINTER(vlan->tinfo.tunnel_dst, NULL); in vlan_tunnel_info_release() 56 if (!rcu_access_pointer(vlan->tinfo.tunnel_dst)) in vlan_tunnel_info_del() 66 struct metadata_dst *metadata = rtnl_dereference(vlan->tinfo.tunnel_dst); in __vlan_tunnel_info_add() 79 rcu_assign_pointer(vlan->tinfo.tunnel_dst, metadata); in __vlan_tunnel_info_add() 80 WRITE_ONCE(vlan->tinfo.tunnel_id, key); in __vlan_tunnel_info_add() 165 struct ip_tunnel_info *tinfo in br_handle_ingress_vlan_tunnel() local [all...] |
H A D | br_netlink_tunnel.c | 32 __be32 tunid_curr = tunnel_id_to_key32(v_curr->tinfo.tunnel_id); in vlan_tunid_inrange() 33 __be32 tunid_last = tunnel_id_to_key32(v_last->tinfo.tunnel_id); in vlan_tunid_inrange() 46 if (!br_vlan_should_use(v) || !v->tinfo.tunnel_id) in __get_num_vlan_tunnel_infos() 127 vtbegin->tinfo.tunnel_id, in br_fill_vlan_tinfo_range() 133 vtend->tinfo.tunnel_id, in br_fill_vlan_tinfo_range() 139 vtbegin->tinfo.tunnel_id, in br_fill_vlan_tinfo_range() 162 if (!v->tinfo.tunnel_dst) in br_fill_vlan_tunnel_info() 223 struct vtunnel_info *tinfo) in br_parse_vlan_tunnel_info() 230 memset(tinfo, 0, sizeof(*tinfo)); in br_parse_vlan_tunnel_info() 222 br_parse_vlan_tunnel_info(struct nlattr *attr, struct vtunnel_info *tinfo) br_parse_vlan_tunnel_info() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
H A D | test_kmem.c | 99 pthread_t *tinfo; in alloc_kmem_smp() local 103 tinfo = calloc(nr_threads, sizeof(pthread_t)); in alloc_kmem_smp() 104 if (tinfo == NULL) in alloc_kmem_smp() 108 if (pthread_create(&tinfo[i], NULL, &alloc_kmem_fn, in alloc_kmem_smp() 110 free(tinfo); in alloc_kmem_smp() 116 ret = pthread_join(tinfo[i], NULL); in alloc_kmem_smp() 121 free(tinfo); in alloc_kmem_smp() 245 pthread_t *tinfo; in spawn_1000_threads() local 250 tinfo = calloc(nr_threads, sizeof(pthread_t)); in spawn_1000_threads() 251 if (tinfo in spawn_1000_threads() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | test_kmem.c | 103 pthread_t *tinfo; in alloc_kmem_smp() local 107 tinfo = calloc(nr_threads, sizeof(pthread_t)); in alloc_kmem_smp() 108 if (tinfo == NULL) in alloc_kmem_smp() 112 if (pthread_create(&tinfo[i], NULL, &alloc_kmem_fn, in alloc_kmem_smp() 114 free(tinfo); in alloc_kmem_smp() 120 ret = pthread_join(tinfo[i], NULL); in alloc_kmem_smp() 125 free(tinfo); in alloc_kmem_smp() 248 pthread_t *tinfo; in spawn_1000_threads() local 253 tinfo = calloc(nr_threads, sizeof(pthread_t)); in spawn_1000_threads() 254 if (tinfo in spawn_1000_threads() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | user_exp_rcv.c | 290 struct hfi1_tid_info *tinfo) in hfi1_user_exp_rcv_setup() 301 if (!PAGE_ALIGNED(tinfo->vaddr)) in hfi1_user_exp_rcv_setup() 303 if (tinfo->length == 0) in hfi1_user_exp_rcv_setup() 311 tidbuf->vaddr = tinfo->vaddr; in hfi1_user_exp_rcv_setup() 312 tidbuf->length = tinfo->length; in hfi1_user_exp_rcv_setup() 487 tinfo->tidcnt = tididx; in hfi1_user_exp_rcv_setup() 488 tinfo->length = mapped_pages * PAGE_SIZE; in hfi1_user_exp_rcv_setup() 490 if (copy_to_user(u64_to_user_ptr(tinfo->tidlist), in hfi1_user_exp_rcv_setup() 506 tinfo->tidlist = (unsigned long)tidlist; in hfi1_user_exp_rcv_setup() 507 hfi1_user_exp_rcv_clear(fd, tinfo); in hfi1_user_exp_rcv_setup() 289 hfi1_user_exp_rcv_setup(struct hfi1_filedata *fd, struct hfi1_tid_info *tinfo) hfi1_user_exp_rcv_setup() argument 528 hfi1_user_exp_rcv_clear(struct hfi1_filedata *fd, struct hfi1_tid_info *tinfo) hfi1_user_exp_rcv_clear() argument 563 hfi1_user_exp_rcv_invalid(struct hfi1_filedata *fd, struct hfi1_tid_info *tinfo) hfi1_user_exp_rcv_invalid() argument [all...] |
H A D | user_exp_rcv.h | 96 struct hfi1_tid_info *tinfo); 98 struct hfi1_tid_info *tinfo); 100 struct hfi1_tid_info *tinfo);
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | user_exp_rcv.c | 247 struct hfi1_tid_info *tinfo) in hfi1_user_exp_rcv_setup() 258 if (!PAGE_ALIGNED(tinfo->vaddr)) in hfi1_user_exp_rcv_setup() 260 if (tinfo->length == 0) in hfi1_user_exp_rcv_setup() 268 tidbuf->vaddr = tinfo->vaddr; in hfi1_user_exp_rcv_setup() 269 tidbuf->length = tinfo->length; in hfi1_user_exp_rcv_setup() 442 tinfo->tidcnt = tididx; in hfi1_user_exp_rcv_setup() 443 tinfo->length = mapped_pages * PAGE_SIZE; in hfi1_user_exp_rcv_setup() 445 if (copy_to_user(u64_to_user_ptr(tinfo->tidlist), in hfi1_user_exp_rcv_setup() 461 tinfo->tidlist = (unsigned long)tidlist; in hfi1_user_exp_rcv_setup() 462 hfi1_user_exp_rcv_clear(fd, tinfo); in hfi1_user_exp_rcv_setup() 246 hfi1_user_exp_rcv_setup(struct hfi1_filedata *fd, struct hfi1_tid_info *tinfo) hfi1_user_exp_rcv_setup() argument 483 hfi1_user_exp_rcv_clear(struct hfi1_filedata *fd, struct hfi1_tid_info *tinfo) hfi1_user_exp_rcv_clear() argument 518 hfi1_user_exp_rcv_invalid(struct hfi1_filedata *fd, struct hfi1_tid_info *tinfo) hfi1_user_exp_rcv_invalid() argument [all...] |
H A D | user_exp_rcv.h | 55 struct hfi1_tid_info *tinfo); 57 struct hfi1_tid_info *tinfo); 59 struct hfi1_tid_info *tinfo);
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_sync.c | 1663 struct ip_vs_sync_thread_data *tinfo = data; in sync_thread_master() local 1664 struct netns_ipvs *ipvs = tinfo->ipvs; in sync_thread_master() 1665 struct ipvs_master_sync_state *ms = &ipvs->ms[tinfo->id]; in sync_thread_master() 1666 struct sock *sk = tinfo->sock->sk; in sync_thread_master() 1671 ipvs->mcfg.mcast_ifn, ipvs->mcfg.syncid, tinfo->id); in sync_thread_master() 1681 while (ip_vs_send_sync_msg(tinfo->sock, sb->mesg) < 0) { in sync_thread_master() 1715 struct ip_vs_sync_thread_data *tinfo = data; in sync_thread_backup() local 1716 struct netns_ipvs *ipvs = tinfo->ipvs; in sync_thread_backup() 1717 struct sock *sk = tinfo->sock->sk; in sync_thread_backup() 1723 ipvs->bcfg.mcast_ifn, ipvs->bcfg.syncid, tinfo in sync_thread_backup() 1753 struct ip_vs_sync_thread_data *ti = NULL, *tinfo; start_sync_thread() local 1946 struct ip_vs_sync_thread_data *ti, *tinfo; stop_sync_thread() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_sync.c | 1656 struct ip_vs_sync_thread_data *tinfo = data; in sync_thread_master() local 1657 struct netns_ipvs *ipvs = tinfo->ipvs; in sync_thread_master() 1658 struct ipvs_master_sync_state *ms = &ipvs->ms[tinfo->id]; in sync_thread_master() 1659 struct sock *sk = tinfo->sock->sk; in sync_thread_master() 1664 ipvs->mcfg.mcast_ifn, ipvs->mcfg.syncid, tinfo->id); in sync_thread_master() 1674 while (ip_vs_send_sync_msg(tinfo->sock, sb->mesg) < 0) { in sync_thread_master() 1708 struct ip_vs_sync_thread_data *tinfo = data; in sync_thread_backup() local 1709 struct netns_ipvs *ipvs = tinfo->ipvs; in sync_thread_backup() 1710 struct sock *sk = tinfo->sock->sk; in sync_thread_backup() 1716 ipvs->bcfg.mcast_ifn, ipvs->bcfg.syncid, tinfo in sync_thread_backup() 1746 struct ip_vs_sync_thread_data *ti = NULL, *tinfo; start_sync_thread() local 1939 struct ip_vs_sync_thread_data *ti, *tinfo; stop_sync_thread() local [all...] |