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

/linux-master/kernel/time/
H A Dtimer.c2033 bool local_first; local
2038 local_first = time_before_eq(nextevt_local, nextevt_global);
2040 nextevt = local_first ? nextevt_local : nextevt_global;
2065 if (!local_first)
2076 if (!local_first && base_global->timers_pending)
/linux-master/net/smc/
H A Daf_smc.c985 static void smc_conn_abort(struct smc_sock *smc, int local_first) argument
995 if (local_first && lgr_valid)
1954 int local_first, u8 version)
1957 smc_conn_abort(new_smc, local_first);
2255 static int smc_listen_rdma_reg(struct smc_sock *new_smc, bool local_first) argument
2259 if (!local_first) {
2398 bool local_first,
2404 if (local_first)
2410 if (local_first) {
1953 smc_listen_decline(struct smc_sock *new_smc, int reason_code, int local_first, u8 version) argument
2396 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 122 milliseconds