Searched refs:ftm (Results 1 – 2 of 2) sorted by relevance
297 uint64_t ftm, stm, tm; in try_read_lcore() local304 ftm = try_rwlock_data.tick; in try_read_lcore()319 } while (tm < ftm && rc == 0); in try_read_lcore()331 uint64_t ftm, stm, tm; in try_write_lcore() local338 ftm = try_rwlock_data.tick; in try_write_lcore()353 } while (tm < ftm && rc == 0); in try_write_lcore()
2488 struct fm_tcam_match_entry *ftm; in enic_fm_add_tcam_entry() local2494 ftm = &fm->cmd.va->fm_tcam_match_entry; in enic_fm_add_tcam_entry()2495 memcpy(ftm, match_in, sizeof(*ftm)); in enic_fm_add_tcam_entry()