Searched refs:local_first (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/time/
H A Dtimer.c2032 bool local_first; local
2037 local_first = time_before_eq(nextevt_local, nextevt_global);
2039 nextevt = local_first ? nextevt_local : nextevt_global;
2064 if (!local_first)
2075 if (!local_first && base_global->timers_pending)
/linux-master/net/smc/
H A Daf_smc.c984 static void smc_conn_abort(struct smc_sock *smc, int local_first) argument
994 if (local_first && lgr_valid)
1961 int local_first, u8 version)
1964 smc_conn_abort(new_smc, local_first);
2262 static int smc_listen_rdma_reg(struct smc_sock *new_smc, bool local_first) argument
2266 if (!local_first) {
2405 bool local_first,
2411 if (local_first)
2417 if (local_first) {
1960 smc_listen_decline(struct smc_sock *new_smc, int reason_code, int local_first, u8 version) argument
2403 smc_listen_rdma_finish(struct smc_sock *new_smc, struct smc_clc_msg_accept_confirm *cclc, bool local_first, struct smc_init_info *ini) argument

Completed in 112 milliseconds