/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_timeline.c | 37 struct intel_timeline *tl = in __timeline_retire() local 46 struct intel_timeline *tl = in __timeline_active() local 168 struct intel_timeline *tl; in intel_timeline_create_from_engine() local 182 void __intel_timeline_pin(struct intel_timeline *tl) in __intel_timeline_pin() 231 void intel_timeline_enter(struct intel_timeline *tl) in intel_timeline_enter() 272 void intel_timeline_exit(struct intel_timeline *tl) in intel_timeline_exit() 296 static u32 timeline_advance(struct intel_timeline *tl) in timeline_advance() 305 __intel_timeline_get_seqno(struct intel_timeline *tl, in __intel_timeline_get_seqno() 340 struct intel_timeline *tl; in intel_timeline_read_hwsp() local 378 void intel_timeline_unpin(struct intel_timeline *tl) in intel_timeline_unpin() [all …]
|
A 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()
|
A D | selftest_timeline.c | 77 struct intel_timeline *tl) in __mock_hwsp_record() 91 struct intel_timeline *tl; in __mock_hwsp_timeline() local 244 struct intel_timeline tl; in igt_sync() local 288 struct intel_timeline tl; in bench_sync() local 551 struct intel_timeline *tl; in live_hwsp_engine() local 621 struct intel_timeline *tl; in live_hwsp_alternate() local 672 struct intel_timeline *tl; in live_hwsp_wrap() local 953 struct intel_timeline *tl = ce->timeline; in wrap_timeline() local 982 struct intel_timeline *tl; in live_hwsp_read() local 1261 struct intel_timeline *tl; in live_hwsp_rollover_user() local [all …]
|
A 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
|
A 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
|
A D | intel_context.h | 241 struct intel_timeline *tl = ce->timeline; in intel_context_timeline_lock() local 257 static inline void intel_context_timeline_unlock(struct intel_timeline *tl) in intel_context_timeline_unlock()
|
A 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()
|
A D | intel_engine_cs.c | 1452 struct intel_timeline *tl; in get_timeline() local 1476 struct intel_timeline *tl = get_timeline(rq); in print_ring() local 1758 struct intel_timeline *tl = get_timeline(rq); in engine_dump_request() local 1996 struct intel_timeline *tl = request->context->timeline; in intel_engine_execlist_find_hung_request() local
|
A D | intel_engine_pm.c | 127 struct intel_timeline *tl, in __queue_and_release_pm()
|
A D | intel_ring.c | 191 struct intel_timeline *tl, in wait_for_space()
|
A D | selftest_engine_cs.c | 44 struct intel_timeline *tl = in write_timestamp() local
|
/linux/fs/cifs/ |
A D | dfs_cache.h | 52 dfs_cache_get_next_tgt(struct dfs_cache_tgt_list *tl, in dfs_cache_get_next_tgt() 62 dfs_cache_get_tgt_iterator(struct dfs_cache_tgt_list *tl) in dfs_cache_get_tgt_iterator() 71 static inline void dfs_cache_free_tgts(struct dfs_cache_tgt_list *tl) in dfs_cache_free_tgts() 92 dfs_cache_get_nr_tgts(const struct dfs_cache_tgt_list *tl) in dfs_cache_get_nr_tgts()
|
A D | connect.c | 350 static int reconnect_target_unlocked(struct TCP_Server_Info *server, struct dfs_cache_tgt_list *tl, in reconnect_target_unlocked() 378 struct dfs_cache_tgt_list tl = DFS_CACHE_TGT_LIST_INIT(tl); in reconnect_dfs_server() local 3471 struct dfs_cache_tgt_list tl = DFS_CACHE_TGT_LIST_INIT(tl); in __follow_dfs_link() local 3556 struct dfs_cache_tgt_list tl = DFS_CACHE_TGT_LIST_INIT(tl); in cifs_mount() local 4188 struct dfs_cache_tgt_list *tl) in __tree_connect_dfs_target() 4282 struct dfs_cache_tgt_list *tl) in tree_connect_dfs_target() 4313 struct dfs_cache_tgt_list tl = DFS_CACHE_TGT_LIST_INIT(tl); in cifs_tree_connect() local
|
/linux/fs/ext4/ |
A D | fast_commit.c | 655 struct ext4_fc_tl *tl; in ext4_fc_reserve_space() local 722 struct ext4_fc_tl tl; in ext4_fc_write_tail() local 761 struct ext4_fc_tl tl; in ext4_fc_add_tlv() local 782 struct ext4_fc_tl tl; in ext4_fc_add_dentry_tlv() local 815 struct ext4_fc_tl tl; in ext4_fc_write_inode() local 1290 struct ext4_fc_tl *tl, u8 *val) in tl_to_darg() 1402 static int ext4_fc_replay_link(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_link() 1641 struct ext4_fc_tl *tl, u8 *val) in ext4_fc_replay_add_range() 1769 ext4_fc_replay_del_range(struct super_block *sb, struct ext4_fc_tl *tl, in ext4_fc_replay_del_range() 1938 struct ext4_fc_tl tl; in ext4_fc_replay_scan() local [all …]
|
/linux/drivers/net/ethernet/netronome/nfp/ |
A 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()
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_request.c | 372 struct intel_timeline * const tl = i915_request_timeline(rq); in i915_request_retire_upto() local 776 static void retire_requests(struct intel_timeline *tl) in retire_requests() 786 request_alloc_slow(struct intel_timeline *tl, in request_alloc_slow() 841 struct intel_timeline *tl = ce->timeline; in __i915_request_create() local 987 struct intel_timeline *tl; in i915_request_create() local 1204 static bool intel_timeline_sync_has_start(struct intel_timeline *tl, in intel_timeline_sync_has_start() 1212 static int intel_timeline_sync_set_start(struct intel_timeline *tl, in intel_timeline_sync_set_start() 1745 struct intel_timeline * const tl = i915_request_timeline(rq); in i915_request_add() local
|
/linux/kernel/sched/ |
A D | topology.c | 1522 sd_init(struct sched_domain_topology_level *tl, in sd_init() 1655 #define for_each_sd_topology(tl) \ argument 1658 void set_sched_topology(struct sched_domain_topology_level *tl) in set_sched_topology() 1766 struct sched_domain_topology_level *tl; in sched_init_numa() local 2018 struct sched_domain_topology_level *tl; in __sdt_alloc() local 2087 struct sched_domain_topology_level *tl; in __sdt_free() local 2121 static struct sched_domain *build_sched_domain(struct sched_domain_topology_level *tl, in build_sched_domain() 2155 static bool topology_span_sane(struct sched_domain_topology_level *tl, in topology_span_sane() 2210 struct sched_domain_topology_level *tl; in build_sched_domains() local
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A 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 …]
|
/linux/lib/ |
A D | inflate.c | 590 struct huft *tl, /* literal/length decoder tables */ in inflate_codes() 771 struct huft *tl; /* literal/length code table */ in inflate_fixed() local 837 struct huft *tl; /* literal/length code table */ in inflate_dynamic() local
|
/linux/drivers/gpu/drm/i915/pxp/ |
A D | intel_pxp_cmd.c | 84 struct intel_timeline * const tl = i915_request_timeline(rq); in pxp_request_commit() local
|
/linux/drivers/isdn/mISDN/ |
A D | fsm.h | 44 struct timer_list tl; member
|
A D | timerdev.c | 39 struct timer_list tl; member
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_vfpf.h | 99 struct channel_tlv tl; member 105 struct channel_tlv tl; member 117 struct channel_tlv tl; member 213 struct channel_tlv tl; member 219 struct channel_tlv tl; member
|
/linux/arch/um/include/shared/ |
A D | net_kern.h | 27 struct timer_list tl; member
|
/linux/drivers/s390/net/ |
A D | fsm.h | 92 struct timer_list tl; member
|