/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_catas.c | 62 LIST_HEAD(tlist); in catas_reset() 68 list_splice_init(&catas_list, &tlist); in catas_reset() 71 list_for_each_entry_safe(dev, tmpdev, &tlist, catas_err.list) { in catas_reset()
|
/linux/fs/smb/client/ |
H A D | dfs_cache.c | 48 struct list_head tlist; member 120 list_for_each_entry_safe(t, n, &ce->tlist, list) { in free_tgts() 179 list_for_each_entry(t, &ce->tlist, list) { in dfscache_proc_show() 232 list_for_each_entry(t, &ce->tlist, list) { in dump_tgts() 405 list_add(&t->list, &ce->tlist); in copy_ref_data() 408 list_add_tail(&t->list, &ce->tlist); in copy_ref_data() 413 target = list_first_entry_or_null(&ce->tlist, struct cache_dfs_tgt, in copy_ref_data() 434 INIT_LIST_HEAD(&ce->tlist); in alloc_cache_entry() 798 list_for_each_entry(t, &ce->tlist, list) { in get_targets() 965 list_for_each_entry(t, &ce->tlist, list) { in dfs_cache_noreq_update_tgthint()
|
H A D | smb2misc.c | 551 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in smb2_tcon_has_lease() 707 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in smb2_is_valid_oplock_break()
|
H A D | misc.c | 504 list_for_each_entry(netfile, &tcon->openFileList, tlist) { in is_valid_oplock_break() 796 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_close_all_deferred_files() 830 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_close_deferred_file_under_dentry()
|
H A D | file.c | 378 open_file = list_entry(tmp, struct cifsFileInfo, tlist); in cifs_mark_open_files_invalid() 724 list_add(&cfile->tlist, &tcon->openFileList); in cifs_new_fileinfo() 885 list_del(&cifs_file->tlist); in _cifsFileInfo_put() 1423 list_for_each_entry(open_file, &tcon->openFileList, tlist) { in cifs_reopen_persistent_handles() 2568 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_get_writable_path() 2600 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_get_readable_path()
|
H A D | cifs_debug.c | 257 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_debug_files_proc_show()
|
H A D | cifsglob.h | 1466 struct list_head tlist; /* pointer to next fid owned by tcon */ member
|
/linux/sound/synth/emux/ |
H A D | emux.c | 43 timer_setup(&emu->tlist, snd_emux_timer_callback, 0); in snd_emux_new() 130 timer_shutdown_sync(&emu->tlist); in snd_emux_free()
|
H A D | emux_synth.c | 175 mod_timer(&emu->tlist, jiffies + 1); in snd_emux_note_off() 193 struct snd_emux *emu = from_timer(emu, t, tlist); in snd_emux_timer_callback() 211 mod_timer(&emu->tlist, jiffies + 1); in snd_emux_timer_callback()
|
/linux/sound/drivers/opl3/ |
H A D | opl3_seq.c | 77 del_timer(&opl3->tlist); in snd_opl3_synth_cleanup() 240 timer_setup(&opl3->tlist, snd_opl3_timer_func, 0); in snd_opl3_seq_probe()
|
H A D | opl3_midi.c | 236 struct snd_opl3 *opl3 = from_timer(opl3, t, tlist); in snd_opl3_timer_func() 256 mod_timer(&opl3->tlist, jiffies + 1); /* invoke again */ in snd_opl3_timer_func() 270 mod_timer(&opl3->tlist, jiffies + 1); in snd_opl3_start_timer()
|
/linux/drivers/irqchip/ |
H A D | irq-gic-v3.c | 1385 u16 tlist = 0; in gic_compute_target_list() local 1390 tlist |= 1 << (mpidr & 0xf); in gic_compute_target_list() 1406 return tlist; in gic_compute_target_list() 1413 static void gic_send_sgi(u64 cluster_id, u16 tlist, unsigned int irq) in gic_send_sgi() argument 1422 tlist << ICC_SGI1R_TARGET_LIST_SHIFT); in gic_send_sgi() 1443 u16 tlist; in gic_ipi_send_mask() local 1445 tlist = gic_compute_target_list(&cpu, mask, cluster_id); in gic_ipi_send_mask() 1446 gic_send_sgi(cluster_id, tlist, d->hwirq); in gic_ipi_send_mask()
|
/linux/net/sctp/ |
H A D | outqueue.c | 1444 struct list_head tlist; in sctp_check_transmitted() local 1455 INIT_LIST_HEAD(&tlist); in sctp_check_transmitted() 1575 list_add_tail(lchunk, &tlist); in sctp_check_transmitted() 1599 list_add_tail(lchunk, &tlist); in sctp_check_transmitted() 1673 !list_empty(&tlist) && in sctp_check_transmitted() 1705 list_splice(&tlist, transmitted_queue); in sctp_check_transmitted()
|
/linux/include/sound/ |
H A D | emux_synth.h | 108 struct timer_list tlist; /* for pending note-offs */ member
|
H A D | opl3.h | 331 struct timer_list tlist; /* timer for note-offs and effects */ member
|
/linux/sound/core/ |
H A D | timer.c | 1112 struct timer_list tlist; member 1122 tlist); in snd_timer_s_function() 1145 mod_timer(&priv->tlist, njiff); in snd_timer_s_start() 1155 del_timer(&priv->tlist); in snd_timer_s_stop() 1170 del_timer_sync(&priv->tlist); in snd_timer_s_close() 1206 timer_setup(&priv->tlist, snd_timer_s_function, 0); in snd_timer_register_system()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 152 struct list_head tlist; /* Member of a TCAM */ member 815 list_add_tail(&vregion->tlist, &tcam->vregion_list); in mlxsw_sp_acl_tcam_vregion_create() 842 list_del(&vregion->tlist); in mlxsw_sp_acl_tcam_vregion_destroy() 1523 list_for_each_entry(vregion, &tcam->vregion_list, tlist) { in mlxsw_sp_acl_tcam_region_rehash_intrvl_set()
|