| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/postinst/ |
| H A D | postinst_1.0.bb | 6 PACKAGES = "${PN}-rootfs ${PN}-delayed-a ${PN}-delayed-b ${PN}-rootfs-failing" 9 ALLOW_EMPTY:${PN}-delayed-a = "1" 10 ALLOW_EMPTY:${PN}-delayed-b = "1" 13 RDEPENDS:${PN}-delayed-a = "${PN}-rootfs" 14 RDEPENDS:${PN}-delayed-b = "${PN}-delayed-a" 39 pkg_postinst_ontarget:${PN}-delayed-a () { 43 echo "${PN}-delayed-a: ${TESTDIR}/rootfs not found" 47 touch ${TESTDIR}/delayed-a 50 # Depends on delayed-a, delays until first boot, verifies that the delayed-a file was 51 # written. This verifies the ordering between delayed postinsts. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-delay.c | 82 struct dm_delay_info *delayed, *next; in flush_delayed_bios() local 88 list_for_each_entry_safe(delayed, next, &dc->delayed_bios, list) { in flush_delayed_bios() 89 if (flush_all || time_after_eq(jiffies, delayed->expires)) { in flush_delayed_bios() 90 struct bio *bio = dm_bio_from_per_bio_data(delayed, in flush_delayed_bios() 92 list_del(&delayed->list); in flush_delayed_bios() 94 delayed->class->ops--; in flush_delayed_bios() 100 next_expires = delayed->expires; in flush_delayed_bios() 102 next_expires = min(next_expires, delayed->expires); in flush_delayed_bios() 245 struct dm_delay_info *delayed; in delay_bio() local 251 delayed = dm_per_bio_data(bio, sizeof(struct dm_delay_info)); in delay_bio() [all …]
|
| H A D | dm-user.c | 92 bool delayed; member 232 m->delayed = true; in enqueue_delayed_work() 614 if (unlikely(m->delayed)) { in msg_get_to_user() 664 if (unlikely(m->delayed)) { in target_release() 706 if (!m->delayed) in target_put() 1237 entry->delayed = false; in user_map()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | flanger.c | 179 double delayed; in flow() local 195 delayed = delayed_0 + (delayed_1 - delayed_0) * frac_delay; in flow() 205 delayed = delayed_0 + (a * frac_delay + b) * frac_delay; in flow() 208 f->delay_last[c] = delayed; in flow() 209 out = in * f->in_gain + delayed * f->delay_gain; in flow()
|
| /OK3568_Linux_fs/kernel/sound/pci/mixart/ |
| H A D | mixart_core.h | 216 u32 delayed; member 229 u32 delayed; member 379 u32 delayed; member 430 u32 delayed; member 490 u32 delayed; member 535 u32 delayed; member
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | fscounters.c | 160 uint64_t delayed; in xchk_fscount_aggregate_agcounts() local 215 delayed = percpu_counter_sum(&mp->m_delalloc_blks); in xchk_fscount_aggregate_agcounts() 216 fsc->fdblocks -= delayed; in xchk_fscount_aggregate_agcounts() 219 delayed); in xchk_fscount_aggregate_agcounts()
|
| /OK3568_Linux_fs/kernel/tools/virtio/ |
| H A D | virtio_test.c | 170 bool delayed, int batch, int reset_n, int bufs) in run_test() argument 262 if (delayed) { in run_test() 349 bool delayed = false; in main() local 372 delayed = true; in main() 401 run_test(&dev, &dev.vqs[0], delayed, batch, reset, 0x100000); in main()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | delay.rst | 24 echo "0 `blockdev --getsz $1` delay $1 0 500" | dmsetup create delayed 31 echo "0 `blockdev --getsz $1` delay $1 0 0 $2 0 500" | dmsetup create delayed
|
| /OK3568_Linux_fs/buildroot/package/dhcp/ |
| H A D | Config.in | 25 bool "Enable delayed ACK feature" 28 Enable delayed ACK feature in the ISC DHCP server.
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | Makefile | 11 compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o \
|
| /OK3568_Linux_fs/kernel/Documentation/misc-devices/ |
| H A D | bh1770glc.rst | 36 by using a delayed work. As long as there is proximity threshold above 37 interrupts the delayed work is pushed forward. So, when proximity level goes 38 below the threshold value, there is no interrupt and the delayed work will
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | proc_net_tcp.rst | 40 | | | | | | (delayed ACK control data) 53 2 another timer (e.g. delayed ack or keepalive) is pending
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_fq.c | 101 struct rb_root delayed; /* for rate limited flows */ member 174 rb_erase(&f->rate_node, &q->delayed); in fq_flow_unset_throttled() 181 struct rb_node **p = &q->delayed.rb_node, *parent = NULL; in fq_flow_set_throttled() 194 rb_insert_color(&f->rate_node, &q->delayed); in fq_flow_set_throttled() 515 while ((p = rb_first(&q->delayed)) != NULL) { in fq_check_throttled() 691 q->delayed = RB_ROOT; in fq_reset() 942 q->delayed = RB_ROOT; in fq_init()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | omap-gpmc.txt | 94 - gpmc,adv-extra-delay: ADV signal is delayed by half GPMC clock 95 - gpmc,cs-extra-delay: CS signal is delayed by half GPMC clock 100 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock 101 - gpmc,we-extra-delay: WE signal is delayed by half GPMC clock
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | util.c | 371 bool delayed) in gfs2_assert_withdraw_i() argument 386 delayed = false; in gfs2_assert_withdraw_i() 388 if (delayed) in gfs2_assert_withdraw_i()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | mp_init.c | 82 int delayed = 0; in wait_for_aps() local 86 delayed += delay_step; in wait_for_aps() 87 if (delayed >= total_delay) { in wait_for_aps()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-fs-incfs | 28 Description: Returns a count of the number of reads that were delayed as a 40 Description: Returns a count of the number of reads that were delayed as a
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | sa1110-cpufreq.c | 130 static inline void set_mdcas(u_int *mdcas, int delayed, u_int rcd) in set_mdcas() argument 135 shift = delayed + 1 + rcd; in set_mdcas()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | incfs.rst | 49 Returns a count of the number of reads that were delayed as a result of the 57 Returns a count of the number of reads that were delayed as a result of
|
| H A D | xfs-delayed-logging-design.rst | 107 is the fundamental goal of delayed logging. 125 One of the key changes that delayed logging makes to the operation of the 140 It should be noted that delayed logging is not an innovative new concept that 148 The fundamental requirements for delayed logging in XFS are simple: 174 the delayed logging tracking lock to commit the transaction. However, the 175 flushing thread has the delayed logging tracking lock already held, and is 178 was the barrier to implementing delayed logging for so long. 198 formatting method and the delayed logging formatting can be seen in the 433 mechanism, it does not work for delayed logging because transactions are not 437 As discussed in the checkpoint section, delayed logging uses per-checkpoint [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | sierra.c | 272 struct usb_anchor delayed; member 483 usb_anchor_urb(urb, &portdata->delayed); in sierra_write() 749 urb = usb_get_from_anchor(&portdata->delayed); in sierra_close() 872 init_usb_anchor(&portdata->delayed); in sierra_port_probe() 965 urb = usb_get_from_anchor(&portdata->delayed); in sierra_submit_delayed_urbs()
|
| H A D | usb_wwan.c | 227 usb_anchor_urb(this_urb, &portdata->delayed); in usb_wwan_write() 447 urb = usb_get_from_anchor(&portdata->delayed); in usb_wwan_close() 507 init_usb_anchor(&portdata->delayed); in usb_wwan_port_probe() 631 urb = usb_get_from_anchor(&portdata->delayed); in usb_wwan_submit_delayed_urbs()
|
| H A D | usb-wwan.h | 55 struct usb_anchor delayed; member
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | Kconfig | 43 physical block numbers. The ext4 filesystem also supports delayed 50 are some performance gains from the delayed allocation and inode
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/mmc/ |
| H A D | mmc-async-req.rst | 86 * the transfer is delayed, guesstimate max 4k as first chunk size. 96 * before this call, the transfer is delayed.
|