Home
last modified time | relevance | path

Searched refs:tinfo (Results 1 – 25 of 63) sorted by relevance

123

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_iter.c18 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->list, &targets); in bpf_iter_reg_target()
292 struct bpf_iter_target_info *tinfo; in bpf_iter_unreg_target() local
[all …]
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dirq.c61 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.preempt_count = HARDIRQ_OFFSET; in irq_ctx_init()
130 irqctx->tinfo.addr_limit = MAKE_MM_SEG(0); in irq_ctx_init()
[all …]
H A Ddumpstack.c57 struct thread_info *tinfo, int *graph) in print_ftrace_graph_addr() argument
59 struct task_struct *task = tinfo->task; in print_ftrace_graph_addr()
83 struct thread_info *tinfo, int *graph) in print_ftrace_graph_addr() argument
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_vlan_tunnel.c25 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 = skb_tunnel_info(skb); in br_handle_ingress_vlan_tunnel() local
[all …]
H A Dbr_netlink_tunnel.c32 __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() argument
227 memset(tinfo, 0, sizeof(*tinfo)); in br_parse_vlan_tunnel_info()
246 tinfo->tunid = tun_id; in br_parse_vlan_tunnel_info()
[all …]
H A Dbr_vlan_options.c14 __be32 tid = tunnel_id_to_key32(v->tinfo.tunnel_id); in __vlan_tun_put()
17 if (!v->tinfo.tunnel_dst) in __vlan_tun_put()
35 return (!v_curr->tinfo.tunnel_dst && !range_end->tinfo.tunnel_dst) || in __vlan_tun_can_enter_range()
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic79xx_proc.c93 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->ppr_options & MSG_EXT_PPR_QAS_REQ) != 0) { in ahd_format_transinfo()
[all …]
H A Daic79xx_osm.c616 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 = ahd_fetch_transinfo(ahd, 'A', ahd->our_id, in ahd_linux_initialize_scsi_bus()
[all …]
H A Daic7xxx_proc.c94 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 = ahc_fetch_transinfo(ahc, channel, our_id, in ahc_dump_target_state()
[all …]
H A Daic7xxx_osm.c1162 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->curr.period != tinfo->goal.period in ahc_send_async()
[all …]
H A Daic7xxx_core.c1055 struct ahc_transinfo *tinfo; in ahc_handle_seqint() local
1072 tinfo = &targ_info->curr; in ahc_handle_seqint()
1095 if (tinfo->protocol_version <= SCSI_REV_2 in ahc_handle_seqint()
1850 struct ahc_initiator_tinfo *tinfo; in ahc_handle_scsiint() local
1857 tinfo = ahc_fetch_transinfo(ahc, in ahc_handle_scsiint()
1862 tinfo->curr.transport_version = 2; in ahc_handle_scsiint()
1863 tinfo->goal.transport_version = 2; in ahc_handle_scsiint()
1864 tinfo->goal.ppr_options = 0; in ahc_handle_scsiint()
2194 struct ahc_initiator_tinfo *tinfo, in ahc_devlimited_syncrate() argument
2225 transinfo = &tinfo->user; in ahc_devlimited_syncrate()
[all …]
H A Daic79xx_core.c122 struct ahd_transinfo *tinfo);
3104 struct ahd_initiator_tinfo *tinfo; in ahd_handle_nonpkt_busfree() local
3121 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel, in ahd_handle_nonpkt_busfree()
3124 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) { in ahd_handle_nonpkt_busfree()
3140 tinfo->curr.transport_version = 2; in ahd_handle_nonpkt_busfree()
3141 tinfo->goal.transport_version = 2; in ahd_handle_nonpkt_busfree()
3142 tinfo->goal.ppr_options = 0; in ahd_handle_nonpkt_busfree()
3666 struct ahd_initiator_tinfo *tinfo, in ahd_devlimited_syncrate() argument
3691 transinfo = &tinfo->user; in ahd_devlimited_syncrate()
3693 transinfo = &tinfo->goal; in ahd_devlimited_syncrate()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A Dtest_kmem.c99 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 == NULL) in spawn_1000_threads()
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_sync.c1663 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->id); in sync_thread_backup()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Duser_exp_rcv.c289 struct hfi1_tid_info *tinfo) in hfi1_user_exp_rcv_setup() argument
299 if (!PAGE_ALIGNED(tinfo->vaddr)) in hfi1_user_exp_rcv_setup()
306 tidbuf->vaddr = tinfo->vaddr; in hfi1_user_exp_rcv_setup()
307 tidbuf->length = tinfo->length; in hfi1_user_exp_rcv_setup()
447 tinfo->tidcnt = tididx; in hfi1_user_exp_rcv_setup()
448 tinfo->length = mapped_pages * PAGE_SIZE; in hfi1_user_exp_rcv_setup()
450 if (copy_to_user(u64_to_user_ptr(tinfo->tidlist), in hfi1_user_exp_rcv_setup()
456 tinfo->tidlist = (unsigned long)&tidlist; in hfi1_user_exp_rcv_setup()
457 hfi1_user_exp_rcv_clear(fd, tinfo); in hfi1_user_exp_rcv_setup()
458 tinfo->tidlist = 0; in hfi1_user_exp_rcv_setup()
[all …]
H A Dfile_ops.c1345 struct hfi1_tid_info tinfo; in user_exp_rcv_setup() local
1347 if (sizeof(tinfo) != len) in user_exp_rcv_setup()
1350 if (copy_from_user(&tinfo, (void __user *)arg, (sizeof(tinfo)))) in user_exp_rcv_setup()
1353 ret = hfi1_user_exp_rcv_setup(fd, &tinfo); in user_exp_rcv_setup()
1360 if (copy_to_user((void __user *)addr, &tinfo.tidcnt, in user_exp_rcv_setup()
1361 sizeof(tinfo.tidcnt))) in user_exp_rcv_setup()
1365 if (copy_to_user((void __user *)addr, &tinfo.length, in user_exp_rcv_setup()
1366 sizeof(tinfo.length))) in user_exp_rcv_setup()
1388 struct hfi1_tid_info tinfo; in user_exp_rcv_clear() local
1390 if (sizeof(tinfo) != len) in user_exp_rcv_clear()
[all …]
H A Duser_exp_rcv.h93 struct hfi1_tid_info *tinfo);
95 struct hfi1_tid_info *tinfo);
97 struct hfi1_tid_info *tinfo);
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191019.patch.gz ... | 4 ++-- 20# ncurses/tinfo/comp_parse.c | 6 +++- ...
HDncurses-6.1-20190810.patch.gz ... c | 4 +-- 21# ncurses/tinfo/lib_setup.c | 33 ++++ ...
HDncurses-6.1-20191015.patch.gz ... | 4 ++-- 20# ncurses/tinfo/captoinfo.c | 34 ++++ ...
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0020-llvm-Do-not-use-find_library-for-ncurses.patch27 - find_library(COMPILER_RT_TERMINFO_LIB NAMES terminfo tinfo curses ncurses ncursesw ${MAYBE_REQUI…
28 + find_library(COMPILER_RT_TERMINFO_LIB NAMES terminfo tinfo curses ncurses ncursesw ${MAYBE_REQUI…
40 -find_library(Terminfo_LIBRARIES NAMES terminfo tinfo curses ncurses ncursesw)
41 +find_library(Terminfo_LIBRARIES NAMES terminfo tinfo curses ncurses ncursesw NO_DEFAULT_PATH NO_CM…
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dseg6_iptunnel.c256 struct seg6_iptunnel_encap *tinfo; in seg6_do_srh() local
259 tinfo = seg6_encap_lwtunnel(dst->lwtstate); in seg6_do_srh()
261 switch (tinfo->mode) { in seg6_do_srh()
266 err = seg6_do_srh_inline(skb, tinfo->srh); in seg6_do_srh()
282 err = seg6_do_srh_encap(skb, tinfo->srh, proto); in seg6_do_srh()
300 err = seg6_do_srh_encap(skb, tinfo->srh, IPPROTO_ETHERNET); in seg6_do_srh()
H A Drpl_iptunnel.c192 struct rpl_iptunnel_encap *tinfo; in rpl_do_srh() local
198 tinfo = rpl_encap_lwtunnel(dst->lwtstate); in rpl_do_srh()
200 err = rpl_do_srh_inline(skb, rlwt, tinfo->srh); in rpl_do_srh()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_NFQUEUE.c31 const struct xt_NFQ_info *tinfo = par->targinfo; in nfqueue_tg() local
33 return NF_QUEUE_NR(tinfo->queuenum); in nfqueue_tg()
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debtables.c1738 struct ebt_table_info tinfo; in compat_copy_everything_to_user() local
1742 memset(&tinfo, 0, sizeof(tinfo)); in compat_copy_everything_to_user()
1745 tinfo.entries_size = t->private->entries_size; in compat_copy_everything_to_user()
1746 tinfo.nentries = t->private->nentries; in compat_copy_everything_to_user()
1747 tinfo.entries = t->private->entries; in compat_copy_everything_to_user()
1750 tinfo.entries_size = t->table->entries_size; in compat_copy_everything_to_user()
1751 tinfo.nentries = t->table->nentries; in compat_copy_everything_to_user()
1752 tinfo.entries = t->table->entries; in compat_copy_everything_to_user()
1759 if (tmp.nentries != tinfo.nentries || in compat_copy_everything_to_user()
1760 (tmp.num_counters && tmp.num_counters != tinfo.nentries)) in compat_copy_everything_to_user()
[all …]

123