| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
| D | intel_timeline.c | 40 struct intel_timeline *tl = in __timeline_retire() local 49 struct intel_timeline *tl = in __timeline_active() local 171 struct intel_timeline *tl; in intel_timeline_create_from_engine() local 185 void __intel_timeline_pin(struct intel_timeline *tl) in __intel_timeline_pin() 191 int intel_timeline_pin(struct intel_timeline *tl, struct i915_gem_ww_ctx *ww) in intel_timeline_pin() 223 void intel_timeline_reset_seqno(const struct intel_timeline *tl) in intel_timeline_reset_seqno() 234 void intel_timeline_enter(struct intel_timeline *tl) in intel_timeline_enter() 275 void intel_timeline_exit(struct intel_timeline *tl) in intel_timeline_exit() 299 static u32 timeline_advance(struct intel_timeline *tl) in timeline_advance() 308 __intel_timeline_get_seqno(struct intel_timeline *tl, in __intel_timeline_get_seqno() [all …]
|
| D | selftest_timeline.c | 27 static struct page *hwsp_page(struct intel_timeline *tl) in hwsp_page() 35 static unsigned long hwsp_cacheline(struct intel_timeline *tl) in hwsp_cacheline() 42 static int selftest_tl_pin(struct intel_timeline *tl) in selftest_tl_pin() 79 struct intel_timeline *tl) in __mock_hwsp_record() 93 struct intel_timeline *tl; in __mock_hwsp_timeline() local 204 static int __igt_sync(struct intel_timeline *tl, in __igt_sync() 246 struct intel_timeline tl; in igt_sync() local 290 struct intel_timeline tl; in bench_sync() local 485 checked_tl_write(struct intel_timeline *tl, struct intel_engine_cs *engine, u32 value) in checked_tl_write() 553 struct intel_timeline *tl; in live_hwsp_engine() local [all …]
|
| D | intel_timeline.h | 45 static inline int __intel_timeline_sync_set(struct intel_timeline *tl, in __intel_timeline_sync_set() 51 static inline int intel_timeline_sync_set(struct intel_timeline *tl, in intel_timeline_sync_set() 57 static inline bool __intel_timeline_sync_is_later(struct intel_timeline *tl, in __intel_timeline_sync_is_later() 63 static inline bool intel_timeline_sync_is_later(struct intel_timeline *tl, in intel_timeline_sync_is_later() 95 intel_timeline_is_last(const struct intel_timeline *tl, in intel_timeline_is_last()
|
| D | intel_gt_requests.c | 17 static bool retire_requests(struct intel_timeline *tl) in retire_requests() 64 struct intel_timeline *tl = xchg(&engine->retire, NULL); in engine_retire() local 89 struct intel_timeline *tl) in add_retire() 113 struct intel_timeline *tl) in intel_engine_add_retire() 137 struct intel_timeline *tl, *tn; in intel_gt_retire_requests_timeout() local
|
| D | selftest_context.c | 17 struct intel_timeline *tl = i915_request_timeline(rq); in request_sync() local 46 struct intel_timeline *tl = ce->timeline; in context_sync() local
|
| D | mock_engine.c | 16 static int mock_timeline_pin(struct intel_timeline *tl) in mock_timeline_pin() 32 static void mock_timeline_unpin(struct intel_timeline *tl) in mock_timeline_unpin()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | selftest_timeline.c | 24 static struct page *hwsp_page(struct intel_timeline *tl) in hwsp_page() 32 static unsigned long hwsp_cacheline(struct intel_timeline *tl) in hwsp_cacheline() 55 struct intel_timeline *tl) in __mock_hwsp_record() 68 struct intel_timeline *tl; in __mock_hwsp_timeline() local 172 static int __igt_sync(struct intel_timeline *tl, in __igt_sync() 214 struct intel_timeline tl; in igt_sync() local 258 struct intel_timeline tl; in bench_sync() local 453 tl_write(struct intel_timeline *tl, struct intel_engine_cs *engine, u32 value) in tl_write() 488 struct intel_timeline *tl; in checked_intel_timeline_create() local 533 struct intel_timeline *tl; in live_hwsp_engine() local [all …]
|
| D | intel_timeline.c | 330 void __intel_timeline_pin(struct intel_timeline *tl) in __intel_timeline_pin() 336 int intel_timeline_pin(struct intel_timeline *tl, struct i915_gem_ww_ctx *ww) in intel_timeline_pin() 362 void intel_timeline_reset_seqno(const struct intel_timeline *tl) in intel_timeline_reset_seqno() 369 void intel_timeline_enter(struct intel_timeline *tl) in intel_timeline_enter() 410 void intel_timeline_exit(struct intel_timeline *tl) in intel_timeline_exit() 434 static u32 timeline_advance(struct intel_timeline *tl) in timeline_advance() 442 static void timeline_rollback(struct intel_timeline *tl) in timeline_rollback() 448 __intel_timeline_get_seqno(struct intel_timeline *tl, in __intel_timeline_get_seqno() 544 int intel_timeline_get_seqno(struct intel_timeline *tl, in intel_timeline_get_seqno() 598 void intel_timeline_unpin(struct intel_timeline *tl) in intel_timeline_unpin()
|
| D | intel_timeline.h | 67 static inline int __intel_timeline_sync_set(struct intel_timeline *tl, in __intel_timeline_sync_set() 73 static inline int intel_timeline_sync_set(struct intel_timeline *tl, in intel_timeline_sync_set() 79 static inline bool __intel_timeline_sync_is_later(struct intel_timeline *tl, in __intel_timeline_sync_is_later() 85 static inline bool intel_timeline_sync_is_later(struct intel_timeline *tl, in intel_timeline_sync_is_later()
|
| D | intel_gt_requests.c | 17 static bool retire_requests(struct intel_timeline *tl) in retire_requests() 64 struct intel_timeline *tl = xchg(&engine->retire, NULL); in engine_retire() local 89 struct intel_timeline *tl) in add_retire() 113 struct intel_timeline *tl) in intel_engine_add_retire() 136 struct intel_timeline *tl, *tn; in intel_gt_retire_requests_timeout() local
|
| D | selftest_context.c | 18 struct intel_timeline *tl = i915_request_timeline(rq); in request_sync() local 47 struct intel_timeline *tl = ce->timeline; in context_sync() local
|
| D | intel_context.h | 158 struct intel_timeline *tl = ce->timeline; in intel_context_timeline_lock() local 168 static inline void intel_context_timeline_unlock(struct intel_timeline *tl) in intel_context_timeline_unlock()
|
| D | mock_engine.c | 35 static void mock_timeline_pin(struct intel_timeline *tl) in mock_timeline_pin() 40 static void mock_timeline_unpin(struct intel_timeline *tl) in mock_timeline_unpin()
|
| /kernel/linux/linux-5.10/fs/cifs/ |
| D | dfs_cache.h | 56 dfs_cache_get_next_tgt(struct dfs_cache_tgt_list *tl, in dfs_cache_get_next_tgt() 66 dfs_cache_get_tgt_iterator(struct dfs_cache_tgt_list *tl) in dfs_cache_get_tgt_iterator() 75 static inline void dfs_cache_free_tgts(struct dfs_cache_tgt_list *tl) in dfs_cache_free_tgts() 96 dfs_cache_get_nr_tgts(const struct dfs_cache_tgt_list *tl) in dfs_cache_get_nr_tgts()
|
| /kernel/linux/linux-6.6/fs/smb/client/ |
| D | dfs_cache.h | 55 dfs_cache_get_next_tgt(struct dfs_cache_tgt_list *tl, in dfs_cache_get_next_tgt() 65 dfs_cache_get_tgt_iterator(struct dfs_cache_tgt_list *tl) in dfs_cache_get_tgt_iterator() 74 static inline void dfs_cache_free_tgts(struct dfs_cache_tgt_list *tl) in dfs_cache_free_tgts() 95 dfs_cache_get_nr_tgts(const struct dfs_cache_tgt_list *tl) in dfs_cache_get_nr_tgts()
|
| D | dfs.h | 20 struct dfs_cache_tgt_list tl; member 132 struct dfs_info3_param *ref, struct dfs_cache_tgt_list *tl) in dfs_get_referral()
|
| /kernel/linux/linux-6.6/fs/ext4/ |
| D | fast_commit.c | 691 struct ext4_fc_tl tl; in ext4_fc_reserve_space() local 756 struct ext4_fc_tl tl; in ext4_fc_write_tail() local 799 struct ext4_fc_tl tl; in ext4_fc_add_tlv() local 820 struct ext4_fc_tl tl; in ext4_fc_add_dentry_tlv() local 852 struct ext4_fc_tl tl; in ext4_fc_write_inode() local 1342 struct ext4_fc_tl_mem *tl, u8 *val) in tl_to_darg() 1354 static inline void ext4_fc_get_tl(struct ext4_fc_tl_mem *tl, u8 *val) in ext4_fc_get_tl() 1365 struct ext4_fc_tl_mem *tl, u8 *val) in ext4_fc_replay_unlink() 1463 struct ext4_fc_tl_mem *tl, u8 *val) in ext4_fc_replay_link() 1518 struct ext4_fc_tl_mem *tl, u8 *val) in ext4_fc_replay_inode() [all …]
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| D | fast_commit.c | 602 struct ext4_fc_tl *tl; in ext4_fc_reserve_space() local 672 struct ext4_fc_tl tl; in ext4_fc_write_tail() local 713 struct ext4_fc_tl tl; in ext4_fc_add_tlv() local 736 struct ext4_fc_tl tl; in ext4_fc_add_dentry_tlv() local 768 struct ext4_fc_tl tl; in ext4_fc_write_inode() local 1259 struct ext4_fc_tl *tl, u8 *val) in tl_to_darg() 1273 static int ext4_fc_replay_unlink(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_unlink() 1371 static int ext4_fc_replay_link(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_link() 1426 static int ext4_fc_replay_inode(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_inode() 1527 static int ext4_fc_replay_create(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_create() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
| D | nfp_net_debugdump.c | 58 struct nfp_dump_tl tl; member 64 struct nfp_dump_tl tl; member 70 struct nfp_dump_tl tl; member 78 struct nfp_dump_tl tl; member 87 struct nfp_dump_tl tl; member 92 struct nfp_dump_tl tl; member 120 struct nfp_dump_tl *tl; in nfp_traverse_tlvs() local 251 nfp_add_tlv_size(struct nfp_pf *pf, struct nfp_dump_tl *tl, void *param) in nfp_add_tlv_size() 331 struct nfp_dump_tl *tl = dump->p; in nfp_add_tlv() local 654 nfp_dump_for_tlv(struct nfp_pf *pf, struct nfp_dump_tl *tl, void *param) in nfp_dump_for_tlv()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
| D | nfp_net_debugdump.c | 58 struct nfp_dump_tl tl; member 64 struct nfp_dump_tl tl; member 70 struct nfp_dump_tl tl; member 78 struct nfp_dump_tl tl; member 87 struct nfp_dump_tl tl; member 92 struct nfp_dump_tl tl; member 120 struct nfp_dump_tl *tl; in nfp_traverse_tlvs() local 251 nfp_add_tlv_size(struct nfp_pf *pf, struct nfp_dump_tl *tl, void *param) in nfp_add_tlv_size() 331 struct nfp_dump_tl *tl = dump->p; in nfp_add_tlv() local 654 nfp_dump_for_tlv(struct nfp_pf *pf, struct nfp_dump_tl *tl, void *param) in nfp_dump_for_tlv()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | i915_request.c | 341 struct intel_timeline * const tl = i915_request_timeline(rq); in i915_request_retire_upto() local 722 static void retire_requests(struct intel_timeline *tl) in retire_requests() 732 request_alloc_slow(struct intel_timeline *tl, in request_alloc_slow() 787 struct intel_timeline *tl = ce->timeline; in __i915_request_create() local 918 struct intel_timeline *tl; in i915_request_create() local 1123 static bool intel_timeline_sync_has_start(struct intel_timeline *tl, in intel_timeline_sync_has_start() 1131 static int intel_timeline_sync_set_start(struct intel_timeline *tl, in intel_timeline_sync_set_start() 1598 struct intel_timeline * const tl = i915_request_timeline(rq); in i915_request_add() local
|
| /kernel/linux/linux-5.10/kernel/sched/ |
| D | topology.c | 1399 sd_init(struct sched_domain_topology_level *tl, in sd_init() 1523 #define for_each_sd_topology(tl) \ argument 1526 void set_sched_topology(struct sched_domain_topology_level *tl) in set_sched_topology() 1633 struct sched_domain_topology_level *tl; in sched_init_numa() local 1822 struct sched_domain_topology_level *tl; in __sdt_alloc() local 1891 struct sched_domain_topology_level *tl; in __sdt_free() local 1925 static struct sched_domain *build_sched_domain(struct sched_domain_topology_level *tl, in build_sched_domain() 1959 static bool topology_span_sane(struct sched_domain_topology_level *tl, in topology_span_sane() 2000 struct sched_domain_topology_level *tl, *asym_tl = NULL; in asym_cpu_capacity_level() local 2076 struct sched_domain_topology_level *tl; in build_sched_domains() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| D | i915_request.c | 421 struct intel_timeline * const tl = i915_request_timeline(rq); in i915_request_retire_upto() local 825 static void retire_requests(struct intel_timeline *tl) in retire_requests() 835 request_alloc_slow(struct intel_timeline *tl, in request_alloc_slow() 897 struct intel_timeline *tl = ce->timeline; in __i915_request_create() local 1032 struct intel_timeline *tl; in i915_request_create() local 1249 static bool intel_timeline_sync_has_start(struct intel_timeline *tl, in intel_timeline_sync_has_start() 1257 static int intel_timeline_sync_set_start(struct intel_timeline *tl, in intel_timeline_sync_set_start() 1847 struct intel_timeline * const tl = i915_request_timeline(rq); in i915_request_add() local
|
| /kernel/linux/linux-6.6/kernel/sched/ |
| D | topology.c | 1556 sd_init(struct sched_domain_topology_level *tl, in sd_init() 1690 #define for_each_sd_topology(tl) \ argument 1693 void __init set_sched_topology(struct sched_domain_topology_level *tl) in set_sched_topology() 1824 struct sched_domain_topology_level *tl; in sched_init_numa() local 2187 struct sched_domain_topology_level *tl; in __sdt_alloc() local 2256 struct sched_domain_topology_level *tl; in __sdt_free() local 2290 static struct sched_domain *build_sched_domain(struct sched_domain_topology_level *tl, in build_sched_domain() 2324 static bool topology_span_sane(struct sched_domain_topology_level *tl, in topology_span_sane() 2379 struct sched_domain_topology_level *tl; in build_sched_domains() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
| D | qed_vf.h | 55 struct channel_tlv tl; member 62 struct channel_tlv tl; member 74 struct channel_tlv tl; member 123 struct channel_tlv tl; member 232 struct channel_tlv tl; member 345 struct channel_tlv tl; member 353 struct channel_tlv tl; member 359 struct channel_tlv tl; member 365 struct channel_tlv tl; member 377 struct channel_tlv tl; member [all …]
|