Home
last modified time | relevance | path

Searched refs:tid_list (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dsymbol_conf.h75 *tid_list, member
H A Dthread.h343 if (symbol_conf.tid_list && in thread__is_filtered()
344 !intlist__has_entry(symbol_conf.tid_list, thread__tid(thread))) { in thread__is_filtered()
H A Dsymbol.c2453 if (setup_intlist(&symbol_conf.tid_list, in symbol__init()
2490 intlist__delete(symbol_conf.tid_list); in symbol__init()
2508 intlist__delete(symbol_conf.tid_list); in symbol__exit()
H A Dhist.c1407 symbol_conf.tid_list == NULL) in hist_entry__check_and_remove_filter()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.h78 struct xarray tid_list; member
H A Dchcr_ktls.c393 xa_erase(&u_ctx->tid_list, tx_info->tid); in chcr_ktls_dev_del()
584 xa_erase(&u_ctx->tid_list, tx_info->tid); in chcr_ktls_dev_add()
692 ret = xa_insert_bh(&u_ctx->tid_list, tid, tx_ctx, in chcr_ktls_cpl_act_open_rpl()
2131 xa_init_flags(&u_ctx->tid_list, XA_FLAGS_LOCK_BH); in chcr_ktls_uld_add()
2192 xa_for_each(&u_ctx->tid_list, index, tx_ctx) { in ch_ktls_reset_all_conn()
2223 xa_destroy(&u_ctx->tid_list); in chcr_ktls_uld_state_change()
2262 xa_destroy(&u_ctx->tid_list); in chcr_ktls_exit()
/openbmc/qemu/tests/migration/guestperf/
H A Dengine.py52 def _vcpu_timing(self, pid, tid_list): argument
57 for tid in tid_list:
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dtdls.c34 struct list_head *tid_list; in mwifiex_restore_tdls_packets() local
57 tid_list = &priv->wmm.tid_tbl_ptr[tid_down].ra_list; in mwifiex_restore_tdls_packets()
58 ra_list = list_first_entry_or_null(tid_list, in mwifiex_restore_tdls_packets()