Searched refs:c_flags (Results 1 – 14 of 14) sorted by relevance
| /f-stack/tools/libxo/encoder/csv/ |
| H A D | enc_csv.c | 350 csv->c_flags |= CF_HEADER_DONE; in csv_emit_record() 412 csv->c_flags |= CF_LEAFS_DONE; in csv_emit_record() 426 csv->c_flags &= ~CF_RECORD_DATA; in csv_open_level() 437 csv->c_flags |= CF_RECORD_DATA; in csv_open_level() 467 csv->c_flags &= ~CF_RECORD_DATA; in csv_close_level() 598 csv->c_flags |= CF_LEAFS_DONE; in csv_record_leafs() 697 csv->c_flags |= CF_NO_KEYS; in csv_options() 699 csv->c_flags |= CF_NO_HEADER; in csv_options() 701 csv->c_flags |= CF_VALUE_ONLY; in csv_options() 705 csv->c_flags |= CF_NO_QUOTES; in csv_options() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/ |
| H A D | Makefile.in | 21 $(obj)/lib/zstd.o: c_flags += -fno-tree-vectorize 24 $(obj)/lib/zstd.o: c_flags += -U__BMI__ 27 $(obj)/lib/zstd.o: c_flags += -Wframe-larger-than=20480 30 $(obj)/lib/zstd.o: c_flags += -include $(zstd_include)/aarch64_compat.h -include $(zstd_include)/zs… 32 $(obj)/zfs_zstd.o: c_flags += -include $(zstd_include)/zstd_compat_wrapper.h
|
| /f-stack/freebsd/sys/ |
| H A D | smr.h | 80 int c_flags; /* SMR Configuration */ member 113 KASSERT((smr->c_flags & SMR_LAZY) == 0, in smr_enter() 148 KASSERT((smr->c_flags & SMR_LAZY) == 0, in smr_exit() 174 KASSERT((smr->c_flags & SMR_LAZY) != 0, in smr_lazy_enter() 199 KASSERT((smr->c_flags & SMR_LAZY) != 0, in smr_lazy_exit()
|
| H A D | callout.h | 87 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE) 88 #define callout_deactivate(c) ((c)->c_flags &= ~CALLOUT_ACTIVE)
|
| H A D | _callout.h | 63 short c_flags; /* User State */ member
|
| H A D | _umtx.h | 51 __uint32_t c_flags; /* Flags of the condition variable */ member
|
| /f-stack/freebsd/kern/ |
| H A D | subr_smr.c | 278 KASSERT((zpcpu_get(smr)->c_flags & SMR_LAZY) == 0, in smr_default_advance() 352 flags = self->c_flags; in smr_advance() 492 KASSERT(!wait || (zpcpu_get(smr)->c_flags & SMR_LAZY) == 0, in smr_poll() 504 flags = self->c_flags; in smr_poll() 606 c->c_flags = flags; in smr_create()
|
| H A D | kern_timeout.c | 578 c->c_flags |= CALLOUT_ACTIVE; in callout_cc_add() 635 KASSERT((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE, in softclock_call_cc() 636 ("softclock_call_cc: act %p %x", c, c->c_flags)); in softclock_call_cc() 639 if (c->c_flags & CALLOUT_SHAREDLOCK) { in softclock_call_cc() 981 c->c_flags &= ~ CALLOUT_ACTIVE; in callout_reset_sbt_on() 1014 c->c_flags |= CALLOUT_ACTIVE; in callout_reset_sbt_on() 1105 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe() 1139 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe() 1198 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe() 1295 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe() [all …]
|
| H A D | kern_umtx.c | 2544 error = fueword32(&cv->c_flags, &flags); in do_cv_wait() 2632 error = fueword32(&cv->c_flags, &flags); in do_cv_signal() 2661 error = fueword32(&cv->c_flags, &flags); in do_cv_broadcast()
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 631 c_flags = 0 643 c_flags |= c_flag 645 ret = _lib.lzc_send(snapname, c_fromsnap, fd, c_flags) 683 c_flags = 0 695 c_flags |= c_flag 698 ret = _lib.lzc_send_space(snapname, c_fromsnap, c_flags, valp) 1480 c_flags = 0 1492 c_flags |= c_flag 1495 snapname, c_fromsnap, fd, c_flags, uint64_t(resumeobj),
|
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 361 c->c_flags |= CALLOUT_ACTIVE; in callout_cc_add() 405 KASSERT((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE, in softclock_call_cc() 406 ("softclock_call_cc: act %p %x", c, c->c_flags)); in softclock_call_cc() 409 if (c->c_flags & CALLOUT_SHAREDLOCK) { in softclock_call_cc() 762 c->c_flags &= ~ CALLOUT_ACTIVE; in callout_reset_tick_on() 829 ((c->c_flags & CALLOUT_ACTIVE) == CALLOUT_ACTIVE)) { in _callout_stop_safe() 843 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe() 866 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe() 993 c->c_flags &= ~CALLOUT_ACTIVE; in _callout_stop_safe()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | callout.h | 87 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE) 88 #define callout_deactivate(c) ((c)->c_flags &= ~CALLOUT_ACTIVE)
|
| H A D | _callout.h | 60 short c_flags; /* User State */ member
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | Makefile.in | 154 $(obj)/vdev_raidz_math_powerpc_altivec.o: c_flags += -maltivec
|