Home
last modified time | relevance | path

Searched refs:tlist (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c62 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()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnutls/gnutls/
H A DCVE-2022-2509.patch244 + gnutls_x509_trust_list_t tlist = NULL;
262 + CHECK(gnutls_x509_trust_list_init(&tlist, 0));
263 + CHECK(gnutls_x509_trust_list_add_named_crt(tlist, rca_cert, "rca", 3, 0));
264 + CHECK(gnutls_x509_trust_list_add_named_crt(tlist, ca_cert, "ca", 2, 0));
265 + CHECK(gnutls_x509_trust_list_add_named_crt(tlist, ee_cert, "ee", 2, 0));
272 + gnutls_pkcs7_verify(pkcs7, tlist, NULL, 0, 0, &data, 0);
277 + gnutls_x509_trust_list_deinit(tlist, 0);
/OK3568_Linux_fs/kernel/fs/cifs/
H A Ddfs_cache.c45 struct list_head tlist; member
116 list_for_each_entry_safe(t, n, &ce->tlist, list) { in free_tgts()
177 list_for_each_entry(t, &ce->tlist, list) { in dfscache_proc_show()
230 list_for_each_entry(t, &ce->tlist, list) { in dump_tgts()
395 list_add(&t->list, &ce->tlist); in copy_ref_data()
398 list_add_tail(&t->list, &ce->tlist); in copy_ref_data()
403 ce->tgthint = list_first_entry_or_null(&ce->tlist, in copy_ref_data()
427 INIT_LIST_HEAD(&ce->tlist); in alloc_cache_entry()
822 list_for_each_entry(t, &ce->tlist, list) { in get_targets()
1019 list_for_each_entry(t, &ce->tlist, list) { in dfs_cache_update_tgthint()
[all …]
H A Dsmb2misc.c551 cfile = list_entry(tmp, struct cifsFileInfo, tlist); in smb2_tcon_has_lease()
712 tlist); in smb2_is_valid_oplock_break()
H A Dfile.c353 list_add(&cfile->tlist, &tcon->openFileList); in cifs_new_fileinfo()
471 list_del(&cifs_file->tlist); in _cifsFileInfo_put()
870 open_file = list_entry(tmp, struct cifsFileInfo, tlist); in cifs_reopen_persistent_handles()
2079 tlist); in cifs_get_writable_path()
2114 tlist); in cifs_get_readable_path()
H A Dmisc.c485 tlist); in is_valid_oplock_break()
H A Dcifs_debug.c191 tlist); in cifs_debug_files_proc_show()
H A Dcifsglob.h1307 struct list_head tlist; /* pointer to next fid owned by tcon */ member
H A Dcifssmb.c108 open_file = list_entry(tmp, struct cifsFileInfo, tlist); in cifs_mark_open_files_invalid()
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Demux.c43 timer_setup(&emu->tlist, snd_emux_timer_callback, 0); in snd_emux_new()
131 del_timer_sync(&emu->tlist); in snd_emux_free()
H A Demux_synth.c175 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()
/OK3568_Linux_fs/kernel/sound/drivers/opl3/
H A Dopl3_seq.c77 del_timer(&opl3->tlist); in snd_opl3_synth_cleanup()
237 timer_setup(&opl3->tlist, snd_opl3_timer_func, 0); in snd_opl3_seq_probe()
H A Dopl3_midi.c226 struct snd_opl3 *opl3 = from_timer(opl3, t, tlist); in snd_opl3_timer_func()
246 mod_timer(&opl3->tlist, jiffies + 1); /* invoke again */ in snd_opl3_timer_func()
260 mod_timer(&opl3->tlist, jiffies + 1); in snd_opl3_start_timer()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-gic-v3.c1150 u16 tlist = 0; in gic_compute_target_list() local
1153 tlist |= 1 << (mpidr & 0xf); in gic_compute_target_list()
1169 return tlist; in gic_compute_target_list()
1176 static void gic_send_sgi(u64 cluster_id, u16 tlist, unsigned int irq) in gic_send_sgi() argument
1185 tlist << ICC_SGI1R_TARGET_LIST_SHIFT); in gic_send_sgi()
1206 u16 tlist; in gic_ipi_send_mask() local
1208 tlist = gic_compute_target_list(&cpu, mask, cluster_id); in gic_ipi_send_mask()
1209 gic_send_sgi(cluster_id, tlist, d->hwirq); in gic_ipi_send_mask()
/OK3568_Linux_fs/kernel/net/sctp/
H A Doutqueue.c1418 struct list_head tlist; in sctp_check_transmitted() local
1429 INIT_LIST_HEAD(&tlist); in sctp_check_transmitted()
1549 list_add_tail(lchunk, &tlist); in sctp_check_transmitted()
1573 list_add_tail(lchunk, &tlist); in sctp_check_transmitted()
1647 !list_empty(&tlist) && in sctp_check_transmitted()
1679 list_splice(&tlist, transmitted_queue); in sctp_check_transmitted()
/OK3568_Linux_fs/kernel/include/sound/
H A Demux_synth.h108 struct timer_list tlist; /* for pending note-offs */ member
H A Dopl3.h331 struct timer_list tlist; /* timer for note-offs and effects */ member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_pble.c62 struct list_head *tlist; in i40iw_destroy_pble_pool() local
67 list_for_each_safe(clist, tlist, &pinfo->clist) { in i40iw_destroy_pble_pool()
/OK3568_Linux_fs/kernel/sound/core/
H A Dtimer.c1139 struct timer_list tlist; member
1149 tlist); in snd_timer_s_function()
1172 mod_timer(&priv->tlist, njiff); in snd_timer_s_start()
1182 del_timer(&priv->tlist); in snd_timer_s_stop()
1197 del_timer_sync(&priv->tlist); in snd_timer_s_close()
1233 timer_setup(&priv->tlist, snd_timer_s_function, 0); in snd_timer_register_system()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c211 struct list_head tlist; /* Member of a TCAM */ member
861 list_add_tail(&vregion->tlist, &tcam->vregion_list); in mlxsw_sp_acl_tcam_vregion_create()
886 list_del(&vregion->tlist); in mlxsw_sp_acl_tcam_vregion_destroy()
924 list_for_each_entry(vregion, &tcam->vregion_list, tlist) { in mlxsw_sp_acl_tcam_vregion_rehash_intrvl_set()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/
H A Dgtype.state25318 (!type struct 1763 nil gc_unused "tlist"nil
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/
H A Dgtype.state25458 (!type struct 1786 nil gc_unused "tlist"nil