Searched refs:ti (Results 1 - 25 of 352) sorted by last modified time

1234567891011>>

/linux-master/fs/tracefs/
H A Dinternal.h17 /* The below gets initialized with memset_after(ti, 0, vfs_inode) */
79 void eventfs_remount(struct tracefs_inode *ti, bool update_uid, bool update_gid);
H A Devent_inode.c96 * directory inodes ('ti->private'), but the dentry reference
251 struct tracefs_inode *ti = get_tracefs(inode); local
252 struct eventfs_inode *ei = ti->private;
309 void eventfs_remount(struct tracefs_inode *ti, bool update_uid, bool update_gid) argument
311 struct eventfs_inode *ei = ti->private;
405 struct tracefs_inode *ti; local
428 ti = get_tracefs(inode);
429 ti->flags |= TRACEFS_EVENT_INODE;
450 struct tracefs_inode *ti; local
467 ti
575 struct tracefs_inode *ti; local
630 struct tracefs_inode *ti; local
810 struct tracefs_inode *ti; local
[all...]
H A Dinode.c42 struct tracefs_inode *ti; local
45 ti = kmem_cache_alloc(tracefs_inode_cachep, GFP_KERNEL);
46 if (!ti)
50 list_add_rcu(&ti->list, &tracefs_inodes);
53 return &ti->vfs_inode;
58 struct tracefs_inode *ti; local
60 ti = container_of(rcu, struct tracefs_inode, rcu);
61 kmem_cache_free(tracefs_inode_cachep, ti);
66 struct tracefs_inode *ti = get_tracefs(inode); local
70 list_del_rcu(&ti
119 struct tracefs_inode *ti; local
181 struct tracefs_inode *ti = get_tracefs(inode); local
241 struct tracefs_inode *ti = get_tracefs(inode); local
366 struct tracefs_inode *ti; local
474 struct tracefs_inode *ti = get_tracefs(inode); local
596 struct tracefs_inode *ti; local
643 struct tracefs_inode *ti; local
679 struct tracefs_inode *ti; local
804 struct tracefs_inode *ti = (struct tracefs_inode *) foo; local
[all...]
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c961 struct udp_tunnel_info ti; local
967 udp_tunnel_nic_get_port(dev, table, 0, &ti);
968 if (ti.type == UDP_TUNNEL_TYPE_VXLAN) {
970 tunn_params.vxlan_port = ntohs(ti.port);
974 tunn_params.geneve_port = ntohs(ti.port);
984 *save_port = ntohs(ti.port);
/linux-master/arch/xtensa/kernel/
H A Dprocess.c79 struct thread_info *ti = coprocessor_owner[i]; local
81 if (ti) {
82 coprocessor_flush(ti, i);
85 if (unique_owner[j] == ti)
88 unique_owner[n++] = ti;
103 struct thread_info *ti = info; local
112 if (coprocessor_owner[i] == ti)
117 ti->cpenable = 0;
118 if (ti == current_thread_info())
122 void coprocessor_release_all(struct thread_info *ti) argument
135 struct thread_info *ti = info; local
150 coprocessor_flush_all(struct thread_info *ti) argument
167 coprocessor_flush_release_all(struct thread_info *ti) argument
207 struct thread_info *ti = current_thread_info(); local
276 struct thread_info *ti; local
[all...]
/linux-master/drivers/net/phy/
H A Ddp83869.c16 #include <dt-bindings/net/ti-dp83869.h>
542 ret = of_property_read_u32(of_node, "ti,clk-output-sel",
547 ret = of_property_read_u32(of_node, "ti,op-mode", &dp83869->mode);
558 if (of_property_read_bool(of_node, "ti,max-output-impedance"))
560 else if (of_property_read_bool(of_node, "ti,min-output-impedance"))
926 MODULE_AUTHOR("Dan Murphy <dmurphy@ti.com");
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c5 * Copyright (C) 2018-2022 Texas Instruments Incorporated - https://www.ti.com/
13 #include <linux/dma/ti-cppi5.h>
896 .pru = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf",
897 .rtu = "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",
898 .txpru = "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf",
901 .pru = "ti-pruss/am65x-sr2-pru1-prueth-fw.elf",
902 .rtu = "ti-pruss/am65x-sr2-rtu1-prueth-fw.elf",
903 .txpru = "ti-pruss/am65x-sr2-txpru1-prueth-fw.elf",
2026 prueth->miig_rt = syscon_regmap_lookup_by_phandle(np, "ti,mii-g-rt");
2028 dev_err(dev, "couldn't get ti,mi
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c12973 struct udp_tunnel_info *ti)
12980 type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? I40E_AQC_TUNNEL_TYPE_VXLAN :
12983 ret = i40e_aq_add_udp_tunnel(hw, ntohs(ti->port), type, &filter_index,
12998 struct udp_tunnel_info *ti)
13004 ret = i40e_aq_del_udp_tunnel(hw, ti->hw_priv, NULL);
12971 i40e_udp_tunnel_set_port(struct net_device *netdev, unsigned int table, unsigned int idx, struct udp_tunnel_info *ti) argument
12996 i40e_udp_tunnel_unset_port(struct net_device *netdev, unsigned int table, unsigned int idx, struct udp_tunnel_info *ti) argument
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c14380 unsigned int entry, struct udp_tunnel_info *ti)
14385 if (ti->type == UDP_TUNNEL_TYPE_VXLAN)
14387 else if (ti->type == UDP_TUNNEL_TYPE_GENEVE)
14392 return bnxt_hwrm_tunnel_dst_port_alloc(bp, ti->port, cmd);
14396 unsigned int entry, struct udp_tunnel_info *ti)
14401 if (ti->type == UDP_TUNNEL_TYPE_VXLAN)
14403 else if (ti->type == UDP_TUNNEL_TYPE_GENEVE)
14379 bnxt_udp_tunnel_set_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) argument
14395 bnxt_udp_tunnel_unset_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) argument
/linux-master/drivers/md/
H A Ddm.c415 struct dm_target *ti; local
429 ti = dm_table_get_target(map, 0);
430 if (!ti->type->prepare_ioctl)
436 r = ti->type->prepare_ioctl(ti, bdev);
614 static struct bio *alloc_tio(struct clone_info *ci, struct dm_target *ti, argument
641 tio->ti = ti;
648 if (unlikely(ti->needs_bio_set_dev))
1100 static bool swap_bios_limit(struct dm_target *ti, struc argument
1109 struct dm_target *ti = tio->ti; local
1168 max_io_len_target_boundary(struct dm_target *ti, sector_t target_offset) argument
1174 __max_io_len(struct dm_target *ti, sector_t sector, unsigned int max_granularity, unsigned int max_sectors) argument
1194 max_io_len(struct dm_target *ti, sector_t sector) argument
1199 dm_set_target_max_io_len(struct dm_target *ti, sector_t len) argument
1219 struct dm_target *ti; variable in typeref:struct:dm_target
1238 struct dm_target *ti; local
1265 struct dm_target *ti; local
1292 struct dm_target *ti; local
1410 struct dm_target *ti = tio->ti; local
1492 alloc_multiple_bios(struct bio_list *blist, struct clone_info *ci, struct dm_target *ti, unsigned int num_bios, unsigned *len, gfp_t gfp_flag) argument
1522 __send_duplicate_bios(struct clone_info *ci, struct dm_target *ti, unsigned int num_bios, unsigned int *len, gfp_t gfp_flag) argument
1571 struct dm_target *ti = dm_table_get_target(t, i); local
1591 __send_abnormal_io(struct clone_info *ci, struct dm_target *ti, unsigned int num_bios, unsigned int max_granularity, unsigned int max_sectors) argument
1630 __process_abnormal_io(struct clone_info *ci, struct dm_target *ti) argument
1723 struct dm_target *ti; local
3147 dm_suspended(struct dm_target *ti) argument
3153 dm_post_suspending(struct dm_target *ti) argument
3159 dm_noflush_suspending(struct dm_target *ti) argument
3193 struct dm_target *ti; local
3224 __dm_pr_register(struct dm_target *ti, struct dm_dev *dev, sector_t start, sector_t len, void *data) argument
3284 __dm_pr_reserve(struct dm_target *ti, struct dm_dev *dev, sector_t start, sector_t len, void *data) argument
3327 __dm_pr_release(struct dm_target *ti, struct dm_dev *dev, sector_t start, sector_t len, void *data) argument
3361 __dm_pr_preempt(struct dm_target *ti, struct dm_dev *dev, sector_t start, sector_t len, void *data) argument
3418 __dm_pr_read_keys(struct dm_target *ti, struct dm_dev *dev, sector_t start, sector_t len, void *data) argument
3450 __dm_pr_read_reservation(struct dm_target *ti, struct dm_dev *dev, sector_t start, sector_t len, void *data) argument
[all...]
H A Ddm-integrity.c222 struct dm_target *ti; member in struct:dm_integrity_c
374 static void dm_integrity_dtr(struct dm_target *ti);
525 dm_audit_log_target(DM_MSG_PREFIX, "mac-superblock", ic->ti, 0);
868 dm_audit_log_target(DM_MSG_PREFIX, "mac-journal", ic->ti, 0);
1916 static int dm_integrity_map(struct dm_target *ti, struct bio *bio) argument
1918 struct dm_integrity_c *ic = ti->private;
1929 if (ti->max_io_len) {
1930 sector_t sec = dm_target_offset(ti, bio->bi_iter.bi_sector);
1931 unsigned int log2_max_io_len = __fls(ti->max_io_len);
1936 sector_t len = ti
3195 dm_integrity_postsuspend(struct dm_target *ti) argument
3244 dm_integrity_resume(struct dm_target *ti) argument
3366 dm_integrity_status(struct dm_target *ti, status_type_t type, unsigned int status_flags, char *result, unsigned int maxlen) argument
3475 dm_integrity_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
3486 dm_integrity_io_hints(struct dm_target *ti, struct queue_limits *limits) argument
3652 dm_integrity_set(struct dm_target *ti, struct dm_integrity_c *ic) argument
4093 dm_integrity_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
4668 dm_integrity_dtr(struct dm_target *ti) argument
[all...]
H A Ddm-snap.c31 #define dm_target_is_snapshot_merge(ti) \
32 ((ti)->type->name == dm_snapshot_merge_target_name)
55 struct dm_target *ti; member in struct:dm_snapshot
329 struct dm_target *ti; member in struct:dm_origin
463 if (dm_target_is_snapshot_merge(s->ti) && snap_merge)
498 snap->ti->error = "Snapshot cow pairing for exception table handover failed";
512 if (!dm_target_is_snapshot_merge(snap->ti))
519 snap->ti->error = "A snapshot is already merging.";
525 snap->ti->error = "Snapshot exception store does not support snapshot-merge.";
1186 struct dm_target *ti)
1185 parse_snapshot_features(struct dm_arg_set *as, struct dm_snapshot *s, struct dm_target *ti) argument
1239 snapshot_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
1468 snapshot_dtr(struct dm_target *ti) argument
1948 snapshot_map(struct dm_target *ti, struct bio *bio) argument
2116 snapshot_merge_map(struct dm_target *ti, struct bio *bio) argument
2182 snapshot_end_io(struct dm_target *ti, struct bio *bio, blk_status_t *error) argument
2193 snapshot_merge_presuspend(struct dm_target *ti) argument
2200 snapshot_preresume(struct dm_target *ti) argument
2224 snapshot_resume(struct dm_target *ti) argument
2298 snapshot_merge_resume(struct dm_target *ti) argument
2315 snapshot_status(struct dm_target *ti, status_type_t type, unsigned int status_flags, char *result, unsigned int maxlen) argument
2384 snapshot_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
2398 snapshot_io_hints(struct dm_target *ti, struct queue_limits *limits) argument
2624 origin_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
2659 origin_dtr(struct dm_target *ti) argument
2667 origin_map(struct dm_target *ti, struct bio *bio) argument
2694 origin_resume(struct dm_target *ti) argument
2705 origin_postsuspend(struct dm_target *ti) argument
2714 origin_status(struct dm_target *ti, status_type_t type, unsigned int status_flags, char *result, unsigned int maxlen) argument
2733 origin_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c188 struct thread_info *ti = current_thread_info(); local
206 hostval = ssbd_tif_to_spec_ctrl(ti->flags);
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c4 * Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
31 #include <linux/dma/ti-cppi5.h>
2014 syscon = syscon_regmap_lookup_by_phandle(of_node, "ti,syscon-efuse");
2021 ret = of_property_read_u32_index(of_node, "ti,syscon-efuse", 1,
2148 of_property_read_bool(port_np, "ti,mac-only");
2929 { .compatible = "ti,am654-cpsw-nuss", .data = &am65x_sr1_0},
2930 { .compatible = "ti,j721e-cpsw-nuss", .data = &j721e_pdata},
2931 { .compatible = "ti,am642-cpsw-nuss", .data = &am64x_cpswxg_pdata},
2932 { .compatible = "ti,j7200-cpswxg-nuss", .data = &j7200_cpswxg_pdata},
2933 { .compatible = "ti,j721
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5101 unsigned int entry, struct udp_tunnel_info *ti)
5105 return mlx5_vxlan_add_port(priv->mdev->vxlan, ntohs(ti->port));
5109 unsigned int entry, struct udp_tunnel_info *ti)
5113 return mlx5_vxlan_del_port(priv->mdev->vxlan, ntohs(ti->port));
5100 mlx5e_vxlan_set_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) argument
5108 mlx5e_vxlan_unset_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c516 struct amdgpu_task_info *ti = amdgpu_vm_get_task_info_vm(vm); local
519 if (ti) {
520 pr_warn_ratelimited("pid %d\n", ti->pid);
521 amdgpu_vm_put_task_info(ti);
2252 struct amdgpu_task_info *ti = container_of(kref, struct amdgpu_task_info, refcount); local
2254 kfree(ti);
2293 struct amdgpu_task_info *ti = NULL; local
2296 ti = vm->task_info;
2300 return ti;
H A Damdgpu_job.c38 struct amdgpu_task_info *ti; local
65 ti = amdgpu_vm_get_task_info_pasid(ring->adev, job->pasid);
66 if (ti) {
68 ti->process_name, ti->tgid, ti->task_name, ti->pid);
69 amdgpu_vm_put_task_info(ti);
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1840 cnt1=$(ss -N $ns1 -ti state established state syn-sent state syn-recv |
1842 cnt2=$(ss -N $ns2 -ti state established state syn-sent state syn-recv |
1853 ss -N $ns1 -ti
1854 ss -N $ns2 -ti
/linux-master/drivers/clocksource/
H A Dtimer-ti-32k.c3 * timer-ti-32k.c - OMAP2 32k Timer Support
22 * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com>
24 * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com
60 struct ti_32k *ti = to_ti_32k(cs); local
62 return (u64)readl_relaxed(ti->counter);
110 if (!of_device_is_compatible(np->parent, "ti,sysc"))
118 * No need to tag the module disabled for ti-sysc probe.
133 if (!of_machine_is_compatible("ti,am43"))
164 TIMER_OF_DECLARE(ti_32k_timer, "ti,omap-counter32k",
/linux-master/kernel/sched/
H A Dcore.c908 struct thread_info *ti = task_thread_info(p); local
909 return !(fetch_or(&ti->flags, _TIF_NEED_RESCHED) & _TIF_POLLING_NRFLAG);
920 struct thread_info *ti = task_thread_info(p); local
921 typeof(ti->flags) val = READ_ONCE(ti->flags);
928 } while (!try_cmpxchg(&ti->flags, &val, val | _TIF_NEED_RESCHED));
1144 * - On most archs, a simple fetch_or on ti::flags with a
/linux-master/drivers/phy/
H A DMakefile38 ti/ \
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c171 gdesc->txd.ti = 0;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c10212 struct udp_tunnel_info ti; local
10214 udp_tunnel_nic_get_port(netdev, table, 0, &ti);
10215 bp->udp_tunnel_ports[table] = be16_to_cpu(ti.port);
/linux-master/drivers/iio/adc/
H A DMakefile111 obj-$(CONFIG_TI_ADC081C) += ti-adc081c.o
112 obj-$(CONFIG_TI_ADC0832) += ti-adc0832.o
113 obj-$(CONFIG_TI_ADC084S021) += ti-adc084s021.o
114 obj-$(CONFIG_TI_ADC12138) += ti-adc12138.o
115 obj-$(CONFIG_TI_ADC108S102) += ti-adc108s102.o
116 obj-$(CONFIG_TI_ADC128S052) += ti-adc128s052.o
117 obj-$(CONFIG_TI_ADC161S626) += ti-adc161s626.o
118 obj-$(CONFIG_TI_ADS1015) += ti-ads1015.o
119 obj-$(CONFIG_TI_ADS1100) += ti-ads1100.o
120 obj-$(CONFIG_TI_ADS1298) += ti
[all...]
/linux-master/drivers/thermal/
H A DMakefile56 obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/

Completed in 503 milliseconds

1234567891011>>