Searched refs:tcb (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/security/integrity/ima/ |
D | README.md | 12 `ima_measurements.sh` require builtin IMA tcb policy to be loaded 13 (`ima_policy=tcb` kernel parameter). 15 space, may contain equivalent measurement tcb rules, detecting them would 70 `evm_overlay.sh` requires a builtin IMA appraise tcb policy (e.g. `ima_policy=appraise_tcb` 88 * Boot install system with `ima_policy=tcb|appraise_tcb ima_appraise=fix evm=fix` kernel parameters 130 Again, fixing requires `ima_policy=tcb|appraise_tcb ima_appraise=fix evm=fix` kernel parameters.
|
/third_party/pulseaudio/src/tests/ |
D | thread-mainloop-test.c | 37 static void tcb(pa_mainloop_api *a, pa_time_event *e, const struct timeval *tv, void *userdata) { in tcb() function 66 a->time_new(a, pa_timeval_rtstore(&tv, pa_rtclock_now() + 5 * PA_USEC_PER_SEC, true), tcb, m); in START_TEST()
|
D | mainloop-test.c | 59 static void tcb(pa_mainloop_api*a, pa_time_event *e, const struct timeval *tv, void *userdata) { in tcb() function 102 …te = a->time_new(a, pa_timeval_rtstore(&tv, pa_rtclock_now() + 2 * PA_USEC_PER_SEC, true), tcb, NU… in START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_structs.h | 56 void *tcb; member
|
D | sctputil.c | 1794 stcb = (struct sctp_tcb *)tmr->tcb; in sctp_timeout_handler() 2644 tmr->tcb = (void *)stcb; in sctp_timer_start() 2666 if (tmr->tcb != NULL) { in sctp_timer_start() 2954 KASSERT(tmr->tcb == stcb, in sctp_timer_stop() 2956 t_type, stcb, tmr->tcb)); in sctp_timer_stop() 2972 if (tmr->tcb != NULL) { in sctp_timer_stop() 2974 tmr->tcb = NULL; in sctp_timer_stop()
|
/third_party/musl/ |
D | WHATSNEW | 12 improved security against DoS with tcb shadow passwords by checking
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 10733 tcb
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 10733 tcb
|
/third_party/NuttX/ |
D | ReleaseNotes | 12718 is sched_cpu_pause(tcb). This function will pause a CPU if the task 12719 associated with 'tcb' is running on that CPU. This allows a different 12727 sched_cpu_pause(tcb) to pause the CPU on which the task is running, 14040 the boost/or restoration on the correct tcb. This PR fixes this by 14043 sem_restorebaseprio needed to take the tcb from the holder prior to 14047 holder->tcb. An alternate approach could be to leve the interface 14051 then get the holder's tcb but we would keep the same sem_findholder 17144 happened an incorrect tcb was signaled and caused ASSERT(). This 19727 the callback (e.g. group_killchildren) may remove the tcb from list. 27931 tcb-adj\_stack\_size should be saved without tls overhead [all …]
|