Home
last modified time | relevance | path

Searched full:observe (Results 1 – 25 of 172) sorted by relevance

1234567

/freebsd/share/man/man4/
H A Dmac_mls.4108 Subjects may not observe the processes of another subject if its
110 attempting to observe.
112 Subjects may not read, write, or otherwise observe objects without proper
113 clearance (e.g.\& subjects may not observe objects whose classification label
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events_clear_retained.ksh34 # 4. Observe the checksum error counts
114 # run once and observe the checksum errors
121 # run again and we should observe new checksum errors
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_trim.ksh39 # 4. Observe 5MB of used space on the zvol
41 # 6. Observe 2MB of used space on the zvol
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp174 /// Observe - Update liveness information to account for the current
177 void Observe(MachineInstr &MI, unsigned Count);
346 Scheduler.Observe(MI, CurrentCount); in runOnMachineFunction()
419 /// Observe - Update liveness information to account for the current
422 void SchedulePostRATDList::Observe(MachineInstr &MI, unsigned Count) { in Observe() function in SchedulePostRATDList
424 AntiDepBreak->Observe(MI, Count, EndIndex); in Observe()
H A DCriticalAntiDepBreaker.h90 void Observe(MachineInstr &MI, unsigned Count,
/freebsd/share/man/man9/
H A Datomic.9106 interrupt handler will observe a
165 kernel, might observe the reordering.
225 Other threads might observe these stores in a different order.
/freebsd/sys/contrib/ck/src/
H A Dck_ht.c877 * Readers must observe version counter change before they in ck_ht_set_spmc()
878 * observe re-use. If they observe re-use, it is at most in ck_ht_set_spmc()
892 * Make sure that readers who observe the tombstone would in ck_ht_set_spmc()
893 * also observe counter change. in ck_ht_set_spmc()
/freebsd/sys/dev/isci/scil/
H A Dsci_base_state_machine_logger.c114 * going to observe the subject state machine.
156 * going to observe the subject state machine.
H A Dsci_base_state_machine_observer.h77 * necessary for a user that wishes to observe the behavior (i.e.
H A Dsci_base_observer.h131 * @param[in] the_subject This parameter specifies the subject to observe.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_initialize_basic.ksh26 # 2. Modify a tunable to make sure initializing is slow enough to observe.
H A Dzpool_wait_freeing.ksh26 # 2. Modify tunables to make sure freeing is slow enough to observe.
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h35 /// subsequent pair-wise interprocedural optimizations observe the optimized
61 /// to observe the most refined form of the call graph and to do so in
84 /// to be visited to observe that shape.
244 /// to observe SCCs in post-order. When adding SCCs, clients should add them
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/features/async_destroy/
H A Dasync_destroy_001_pos.ksh65 # long enough that we can observe it.
/freebsd/sys/kern/
H A Dsubr_smr.c78 * any sequence number, they only observe them. The shared read
132 * advance rd seq. cpuB is not running and is considered to observe
513 * observe an updated read sequence that is larger than write. in smr_poll()
/freebsd/contrib/tzdata/
H A DNEWS115 particular, the Azores and Madeira did not observe DST from 1977 to
403 Starting in 2023, Egypt will observe DST from April's last Friday
417 observe DST using European Union rules. When combined with
505 The eastern part, represented by Ojinaga, will observe US DST next
523 Yellowknife did not observe DST in 1965, and did observe DST
576 Mexico will no longer observe DST except near the US border.
591 Mexico will no longer observe DST after 2022, except for areas
592 near the US border that continue to observe US DST rules.
599 Fiji will not observe DS
[all...]
H A Dbackzone458 # says that Atikokan, Ontario currently does not observe DST,
468 # New Osnaburgh observe CST all year, that Big Trout Lake observes
469 # CST/CDT, and that Upsala and Shebandowan observe EST/EDT, all in
517 # says that Quebec east of the -63 meridian is supposed to observe
556 # that do not currently observe daylight saving:
1227 # the Dutch railways) was required by law to observe Amsterdam mean time
1236 # observe GMT while the remainder of the Netherlands adhered to the common
1241 # municipal authorities of the towns and cities in the province to observe
1246 # observe Amsterdam mean time. As the time signals from the observatory of
1253 # was not until 1866 when they were all required by law to observe
H A Dnorthamerica476 # However, El Paso ignored the law for decades and continued to observe
574 # time change. However, the Russian-influenced part of Alaska did observe
802 # observe war (i.e., daylight saving) time. The 1944-03-17 Phoenix
1040 # Switzerland County, Indiana, did not observe DST from 1973 through 2005.
1144 # Michigan didn't observe DST from 1968 to 1973.
1177 # Detroit in 1968, it did observe DST that year; in the November 1968
1388 # Legally Labrador should observe Newfoundland time; see:
1483 # Halifax. Many locales did not observe peacetime DST until 1972;
1487 # in Canada to observe DST in 1971 but not 1970; for now we'll assume
1927 # Shanks says Fort Nelson did not observe DS
[all...]
/freebsd/contrib/tzcode/
H A DNEWS37 particular, the Azores and Madeira did not observe DST from 1977 to
325 Starting in 2023, Egypt will observe DST from April's last Friday
339 observe DST using European Union rules. When combined with
427 The eastern part, represented by Ojinaga, will observe US DST next
445 Yellowknife did not observe DST in 1965, and did observe DST
498 Mexico will no longer observe DST except near the US border.
513 Mexico will no longer observe DST after 2022, except for areas
514 near the US border that continue to observe US DST rules.
521 Fiji will not observe DS
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp212 // CSEInfo) to observe all changes. Use the wrapper observer. in legalizeMachineFunction()
336 // We want CSEInfo in addition to WorkListObserver to observe all changes. in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAntiDepBreaker.h51 virtual void Observe(MachineInstr &MI, unsigned Count,
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/
H A Devents_common.kshlib120 # If the only event is history then we don't observe zed debug log
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrCall.td34 // observe CALL nodes with all of the expected variadic uses and defs.
/freebsd/contrib/ncurses/man/
H A Dcurs_termcap.3x413 .\" Observe the `tncktc()`, `tnamatch()`, `tskip()`, and `tdecode()`
434 .\" Observe the copyright notice in
/freebsd/sys/sys/
H A Dpidctrl.h45 * the controller and daemon have time to observe the rise in value and

1234567