Home
last modified time | relevance | path

Searched refs:schedule (Results 1 – 25 of 43) sorted by relevance

12

/f-stack/freebsd/crypto/des/
H A Ddes_setkey.c145 int des_set_key(const unsigned char *key, des_key_schedule schedule) in des_set_key() argument
149 return des_set_key_checked(key, schedule); in des_set_key()
153 des_set_key_unchecked(key, schedule); in des_set_key()
162 int des_set_key_checked(const unsigned char *key, des_key_schedule schedule) in des_set_key_checked() argument
168 des_set_key_unchecked(key, schedule); in des_set_key_checked()
172 void des_set_key_unchecked(const unsigned char *key, des_key_schedule schedule) in des_set_key_unchecked() argument
180 k = &schedule->ks.deslong[0]; in des_set_key_unchecked()
228 int des_key_sched(const unsigned char *key, des_key_schedule schedule) in des_key_sched() argument
230 return(des_set_key(key,schedule)); in des_key_sched()
/f-stack/freebsd/crypto/openssl/arm/
H A Dbsaes-armv7.S1106 @ populate the key schedule
1120 @ populate the key schedule
1124 add r12, r3, #248 @ pass key schedule
1362 @ populate the key schedule
1383 @ populate the key schedule
1387 add r12, r3, #248 @ pass key schedule
1606 @ populate the key schedule
1610 add r12, #0x90 @ pass key schedule
1706 add r4, sp, #0x90 @ pass key schedule
2086 @ populate the key schedule
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-err.c76 schedule(); in spl_panic()
109 schedule(); in vcmn_err()
H A Dspl-condvar.c146 schedule(); in cv_wait_common()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Ddisp.h29 #define kpreempt(unused) schedule()
H A Dwait.h37 schedule(); in spl_bit_wait()
/f-stack/dpdk/doc/guides/eventdevs/
H A Docteontx.rst26 - Supports ATOMIC, ORDERED, PARALLEL schedule types per flow
88 When eth_octeontx is used as Rx adapter event schedule type
104 When timvf is used as Event timer adapter event schedule type
H A Dsw.rst55 schedule in a single schedule call performed by the service core. Note that
H A Docteontx2.rst26 - Supports ATOMIC, ORDERED, PARALLEL schedule types per flow
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtimer.h37 #define schedule() pause("schedule", 1) macro
/f-stack/freebsd/crypto/skein/amd64/
H A Dskein_block_asm.s100 KW_PARITY = 0x1BD11BDAA9FC1A22 #overall parity of key schedule words
278 StackVar ksTwk ,8*3 #key schedule: tweak words
279 StackVar ksKey ,8*(WCNT)+8 #key schedule: key words
/f-stack/freebsd/crypto/openssl/aarch64/
H A Dvpaes-armv8.S583 ## AES key schedule ##
644 ## 128-bit specific part of key schedule.
646 ## This schedule is really simple, because all its parts
662 ## 192-bit specific part of key schedule.
664 ## The main body of this schedule is the same as the 128-bit
669 ## This schedule is somewhat nastier, however, because each
700 ## 256-bit specific part of key schedule.
703 ## schedule, but with an additional "low side" in
736 ## Mangler for last round of key schedule
779 ## Smear the short, low side in the 192-bit key schedule.
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Deventdev.rst9 with features to schedule events. This is achieved using the PMD architecture
70 variables. For example the mbuf pointer in the union can used to schedule a
310 enqueue some events into the system for it to schedule. The events to be
387 The eventdev library allows an application to easily schedule events as it
390 the application with a generic method to schedule events. With the flexible
H A Dtraffic_management.rst64 level/position in the tree. The SP algorithm is used to schedule between
65 sibling nodes with different priority, while WFQ is used to schedule between
164 Priority (SP) and Weighted Fair Queuing (WFQ) algorithms to schedule input
H A Dregexdev.rst162 identifier to specify the device queue pair to schedule the processing on.
H A Devent_crypto_adapter.rst8 programming model with features to schedule events.
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-wait.m431 dnl # uses schedule(). This API change was made to consolidate all of those
/f-stack/dpdk/doc/guides/tools/
H A Dtesteventdev.rst85 P or p : Parallel schedule type
86 O or o : Ordered schedule type
87 A or a : Atomic schedule type
534 | | | nb_producers | At the last stage of the schedule list |
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_intr.c1782 rte_atomic16_set(&hns->hw.reset.schedule, SCHEDULE_PENDING); in hns3_schedule_reset()
1790 if (rte_atomic16_read(&hns->hw.reset.schedule) == SCHEDULE_REQUESTED) in hns3_schedule_reset()
1792 if (rte_atomic16_read(&hns->hw.reset.schedule) == SCHEDULE_DEFERRED) in hns3_schedule_reset()
1794 rte_atomic16_set(&hns->hw.reset.schedule, SCHEDULE_REQUESTED); in hns3_schedule_reset()
1811 if (rte_atomic16_read(&hns->hw.reset.schedule) != SCHEDULE_NONE) in hns3_schedule_delayed_reset()
1813 rte_atomic16_set(&hns->hw.reset.schedule, SCHEDULE_DEFERRED); in hns3_schedule_delayed_reset()
H A Dhns3_ethdev_vf.c2577 if (rte_atomic16_read(&hns->hw.reset.schedule) == SCHEDULE_DEFERRED) { in hns3vf_reset_service()
2578 rte_atomic16_set(&hns->hw.reset.schedule, SCHEDULE_REQUESTED); in hns3vf_reset_service()
2587 rte_atomic16_set(&hns->hw.reset.schedule, SCHEDULE_NONE); in hns3vf_reset_service()
2812 if (rte_atomic16_read(&hns->hw.reset.schedule) == SCHEDULE_PENDING) { in hns3vf_dev_init()
H A Dhns3_ethdev.h351 rte_atomic16_t schedule; member
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst136 --event-schedule-type TYPE
203 * ``--event-schedule-type TYPE``: queue schedule type, applies only when
208 When --event-schedule-type is set as RTE_SCHED_TYPE_ORDERED/ATOMIC, event
296 --event-schedule-type parallel \
313 * The ``--event-schedule-type`` option selects parallel ordering of event queues.
/f-stack/app/redis-5.0.5/
H A DMANIFESTO103 code when it is acceptable. Avoid a fixed schedule but follow the flow of
/f-stack/app/redis-5.0.5/src/
H A Drdb.c2407 int schedule = 0; in bgsaveCommand() local
2413 schedule = 1; in bgsaveCommand()
2426 if (schedule) { in bgsaveCommand()
/f-stack/dpdk/doc/guides/bbdevs/
H A Dfpga_5gnr_fec.rst183 configuration value should be set to 36:3. The schedule algorithm is based

12