Searched refs:probe_id (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_commonkrpc.c | 901 uint32_t probe_id; in newnfs_request() local 905 probe_id = in newnfs_request() 909 probe_id = nfscl_nfs3_start_probes[procnum]; in newnfs_request() 912 probe_id = in newnfs_request() 916 if (probe_id != 0) in newnfs_request() 918 (probe_id, vp, nd->nd_mreq, cred, in newnfs_request() 1453 uint32_t probe_id; in newnfs_request() local 1457 probe_id = nfscl_nfs4_done_probes[nd->nd_procnum]; in newnfs_request() 1460 probe_id = nfscl_nfs3_done_probes[procnum]; in newnfs_request() 1463 probe_id = nfscl_nfs2_done_probes[nd->nd_procnum]; in newnfs_request() [all …]
|
| /freebsd/sys/kern/ |
| H A D | kern_malloc.c | 406 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_MALLOC]; in malloc_type_zone_allocated() local 407 if (probe_id != 0) in malloc_type_zone_allocated() 408 (dtrace_malloc_probe)(probe_id, in malloc_type_zone_allocated() 445 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_FREE]; in malloc_type_freed() local 446 if (probe_id != 0) in malloc_type_freed() 447 (dtrace_malloc_probe)(probe_id, in malloc_type_freed()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | fw.c | 6430 le32_encode_bits(ch_info->probe_id, RTW89_H2C_CHINFO_W1_PKT_ID) | 6518 le32_encode_bits(ch_info->probe_id != 0xff ? 1 : 0, 6704 u8 probe_id[NUM_NL80211_BANDS]; local 6744 memset(probe_id, RTW89_SCANOFLD_PKT_NONE, sizeof(probe_id)); 6753 probe_id[NL80211_BAND_6GHZ] = pkt_info->id; 6780 le32_encode_bits(probe_id[NL80211_BAND_2GHZ], RTW89_H2C_SCANOFLD_BE_W3_PROBEID); 6782 h2c->w4 = le32_encode_bits(probe_id[NL80211_BAND_5GHZ], 6784 le32_encode_bits(probe_id[NL80211_BAND_6GHZ], 8351 ch_info->probe_id = RTW89_SCANOFLD_PKT_NONE; 8409 ch_info->probe_id = RTW89_SCANOFLD_PKT_NONE; [all …]
|
| H A D | fw.h | 365 u8 probe_id; member 391 u8 probe_id; member
|