Home
last modified time | relevance | path

Searched refs:c_flag (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c52 char c_flag; /* info about the callb state */ member
156 cp->c_flag |= CALLB_TAKEN; in callb_add_common()
233 if (!(me->c_flag & CALLB_EXECUTING)) in callb_delete()
242 me->c_flag = CALLB_FREE; in callb_delete()
268 while (cp->c_flag & CALLB_EXECUTING) in callb_execute_class()
273 if (cp->c_flag == CALLB_FREE) in callb_execute_class()
275 cp->c_flag |= CALLB_EXECUTING; in callb_execute_class()
288 cp->c_flag &= ~CALLB_EXECUTING; in callb_execute_class()
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py635 c_flag = {
641 if c_flag is None:
643 c_flags |= c_flag
687 c_flag = {
693 if c_flag is None:
695 c_flags |= c_flag
1484 c_flag = {
1490 if c_flag is None:
1492 c_flags |= c_flag
/f-stack/dpdk/app/proc-info/
H A Dmain.c1357 char c_flag[] = "-c1"; in main() local
1372 argp[1] = c_flag; in main()