Home
last modified time | relevance | path

Searched defs:ksched (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dksched.c55 struct ksched { struct
60 ksched_attach(struct ksched **p) in ksched_attach() argument
62 struct ksched *ksched; in ksched_attach() local
106 getscheduler(struct ksched *ksched, struct thread *td, int *policy) in getscheduler()
128 ksched_setparam(struct ksched *ksched, in ksched_setparam()
140 ksched_getparam(struct ksched *ksched, struct thread *td, in ksched_getparam()
170 ksched_setscheduler(struct ksched *ksched, struct thread *td, int policy, in ksched_setscheduler()
216 ksched_yield(struct ksched *ksched) in ksched_yield()
224 ksched_get_priority_max(struct ksched *ksched, int policy, int *prio) in ksched_get_priority_max()
245 ksched_get_priority_min(struct ksched *ksched, int policy, int *prio) in ksched_get_priority_min()
[all …]
/freebsd/crypto/openssl/include/crypto/
H A Devp.h360 #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \ argument
370 #define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) \ argument
389 #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \ argument
404 #define BLOCK_CIPHER_func_cfb(cname, cprefix, cbits, kstruct, ksched) \ argument
428 #define BLOCK_CIPHER_all_funcs(cname, cprefix, cbits, kstruct, ksched) \ argument
551 #define IMPLEMENT_BLOCK_CIPHER(cname, ksched, cprefix, kstruct, nid, \ argument
560 #define IMPLEMENT_CFBR(cipher,cprefix,kstruct,ksched,keysize,cbits,iv_len,fl) \ argument