| /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 | 543 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in smb2_tcon_has_lease() 710 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in smb2_is_valid_oplock_break()
|
| H A D | misc.c | 537 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_close_all_deferred_files() 607 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_close_deferred_file_under_dentry()
|
| H A D | file.c | 391 open_file = list_entry(tmp, struct cifsFileInfo, tlist); in cifs_mark_open_files_invalid() 725 list_add(&cfile->tlist, &tcon->openFileList); in cifs_new_fileinfo() 887 list_del(&cifs_file->tlist); in _cifsFileInfo_put() 1495 list_for_each_entry(open_file, &tcon->openFileList, tlist) { 2698 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_get_writable_path() 2730 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_get_readable_path()
|
| H A D | cifsglob.h | 1439 struct list_head tlist; /* pointer to next fid owned by tcon */ 1438 struct list_head tlist; /* pointer to next fid owned by tcon */ global() member
|
| /linux/sound/synth/emux/ |
| H A D | emux.c | 43 timer_setup(&emu->tlist, snd_emux_timer_callback, 0); in snd_emux_new() 129 timer_shutdown_sync(&emu->tlist); in snd_emux_free()
|
| /linux/drivers/irqchip/ |
| H A D | irq-gic-v3.c | 1336 u16 tlist = 0; in gic_compute_target_list() local 1341 tlist |= 1 << (mpidr & 0xf); in gic_compute_target_list() 1357 return tlist; in gic_compute_target_list() 1364 static void gic_send_sgi(u64 cluster_id, u16 tlist, unsigned int irq) in gic_send_sgi() argument 1373 tlist << ICC_SGI1R_TARGET_LIST_SHIFT); in gic_send_sgi() 1394 u16 tlist; in gic_ipi_send_mask() local 1396 tlist = gic_compute_target_list(&cpu, mask, cluster_id); in gic_ipi_send_mask() 1397 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() 1672 !list_empty(&tlist) && in sctp_check_transmitted() 1704 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 timer_delete(&priv->tlist); in snd_timer_s_stop() 1170 timer_delete_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() 1524 list_for_each_entry(vregion, &tcam->vregion_list, tlist) { in mlxsw_sp_acl_tcam_region_rehash_intrvl_set()
|