Searched refs:sj (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sentinel.c | 683 while(sj->argv[j]) sdsfree(sj->argv[j++]); in sentinelReleaseScriptJob() 684 zfree(sj->argv); in sentinelReleaseScriptJob() 685 zfree(sj); in sentinelReleaseScriptJob() 705 sj = zmalloc(sizeof(*sj)); in sentinelScheduleScriptExecution() 707 sj->retry_num = 0; in sentinelScheduleScriptExecution() 710 sj->pid = 0; in sentinelScheduleScriptExecution() 745 if ((sj->flags & SENTINEL_SCRIPT_RUNNING) && sj->pid == pid) in sentinelGetScriptListNodeByPid() 771 if (sj->start_time && sj->start_time > now) continue; in sentinelRunPendingScripts() 789 execve(sj->argv[0],sj->argv,environ); in sentinelRunPendingScripts() 878 sj->argv[0], (long)sj->pid); in sentinelKillTimedoutScripts() [all …]
|
| /f-stack/freebsd/opencrypto/ |
| H A D | rmd160.c | 83 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ argument 85 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
|