/openbmc/linux/arch/x86/kvm/ |
H A D | xen.c | 1306 static void cancel_evtchn_poll(struct timer_list *t) in cancel_evtchn_poll() argument 1308 struct kvm_vcpu *vcpu = from_timer(vcpu, t, arch.xen.poll_timer); in cancel_evtchn_poll()
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | Kconfig | 10 This option doesn't affect the kernel. 730 even on boards that don't use the keypad controller.
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A D | mISDNipac.c | 713 dbusy_timer_handler(struct timer_list *t) in dbusy_timer_handler() argument 715 struct isac_hw *isac = from_timer(isac, t, dch.timer); in dbusy_timer_handler()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | verbs.c | 555 static void mem_timer(struct timer_list *t) in mem_timer() argument 557 struct hfi1_ibdev *dev = from_timer(dev, t, mem_timer); in mem_timer()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.2.rst | 309 - ``linux-firmware``: don't put the firmware into the sysroot 767 - Benoît Mauduit
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | Kconfig | 94 This driver supports LVDS panels that don't require device-specific 526 DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't
|
/openbmc/linux/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 1906 static void nv_do_rx_refill(struct timer_list *t) in nv_do_rx_refill() argument 1908 struct fe_priv *np = from_timer(np, t, oom_kick); in nv_do_rx_refill() 4155 static void nv_do_nic_poll(struct timer_list *t) in nv_do_nic_poll() argument 4157 struct fe_priv *np = from_timer(np, t, nic_poll); in nv_do_nic_poll() 4272 static void nv_do_stats_poll(struct timer_list *t) in nv_do_stats_poll() argument 4276 struct fe_priv *np = from_timer(np, t, stats_poll); in nv_do_stats_poll()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 019.out | 2 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=6442450944 272 Formatting 'TEST_DIR/t.IMGFMT.orig', fmt=IMGFMT size=6442450944 backing_file=TEST_DIR/t.IMGFMT.base… 541 Testing conversion with -B TEST_DIR/t.IMGFMT.base 543 Checking if backing clusters are allocated when they shouldn't 1085 Testing conversion with -o backing_file=TEST_DIR/t.IMGFMT.base 1087 Checking if backing clusters are allocated when they shouldn't
|
H A D | 037.out | 4 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728 517 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=6442450944 backing_file=TEST_DIR/t.IMGFMT.base back…
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4state.c | 2459 find_stateid_locked(struct nfs4_client *cl, stateid_t *t) in find_stateid_locked() argument 2463 ret = idr_find(&cl->cl_stateids, t->si_opaque.so_id); in find_stateid_locked() 2470 find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask) in find_stateid_by_type() argument 2475 s = find_stateid_locked(cl, t); in find_stateid_by_type() 6253 time64_t t; in laundromat_main() local 6258 t = nfs4_laundromat(nn); in laundromat_main() 6259 queue_delayed_work(laundry_wq, &nn->laundromat_work, t*HZ); in laundromat_main()
|
/openbmc/linux/Documentation/networking/ |
H A D | ip-sysctl.rst | 57 By default we don't trust protocol path MTUs while forwarding 1496 report in a single datagram (i.e. the report can't span multiple 1497 datagrams, or risk confusing the switch and leaving groups you don't 1614 router by proxy_arp'ing. Don't need to be used together with 1820 - 0 - don't create new entries in the ARP table 2495 that ensures that clients don't synchronize with each 2694 ensuring that the first-hop router which turns on this setting doesn't 2971 and its value can't be less than 'pf_retrans' when changing by sysctl.
|
/openbmc/linux/drivers/spi/ |
H A D | Kconfig | 12 controller and a chipselect. Most SPI slaves don't support 229 modules that aren't part of this kernel tree. 443 Note that this driver often won't achieve even 1 Mbit/sec speeds,
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | trans.c | 620 int t = 0; in iwl_pcie_prepare_card_hw() local 646 t += 200; in iwl_pcie_prepare_card_hw() 647 } while (t < 150000); in iwl_pcie_prepare_card_hw()
|
/openbmc/linux/Documentation/admin-guide/cifs/ |
H A D | usage.rst | 210 mount -t cifs //9.53.216.11/e$ /mnt -o username=myname,password=mypassword 234 mount -t cifs tcp_name_of_server:share_name /mnt -o user=myname,pass=mypasswd 525 in the cache, but if the client doesn't have Exclusive Oplock,
|
/openbmc/linux/fs/proc/ |
H A D | base.c | 3052 struct task_struct *t = task; in do_io_accounting() local 3055 while_each_thread(task, t) in do_io_accounting() 3056 task_io_accounting_add(&acct, &t->ioac); in do_io_accounting()
|
/openbmc/qemu/qga/ |
H A D | qapi-schema.json | 39 # ensure the stream is in sync and doesn't contain stale data from 73 # ensure the stream is in sync and doesn't contain stale data from 1152 # @not-found: can't find the corresponding memoryXXX directory in
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 909 floatx80 t; member 1172 y = floatx80_sub(ST0, f2xm1_table[n].t, &env->fp_status); in helper_f2xm1() 1180 ST0 = f2xm1_table[n].t; in helper_f2xm1()
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | cx2341x-devel.rst | 265 doesn't handle the completed call within the timeout specified, the firmware 1176 #) Param\[5\] doesn't seem to be used. 2190 Needed for the cx2584x, not needed for the mspx4xx, but it doesn't seem to 3110 can be swapped. This isn't much use for the Y plane, but can be useful for
|
/openbmc/linux/Documentation/driver-api/driver-model/ |
H A D | porting.rst | 28 # mount -t sysfs sysfs /sys
|
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
H A D | ImageMagick | 89 …closed by brackets "[]" replaced with your own identifying information (don't include the brackets…
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | ImageMagick | 90 …closed by brackets "[]" replaced with your own identifying information (don't include the brackets…
|
/openbmc/docs/ |
H A D | cheatsheet.md | 96 Great tool to issue D-Bus commands via cli. That way you don't have to wait for
|
/openbmc/docs/architecture/code-update/ |
H A D | code-update.md | 345 mode offers a way to provide security and ensure incorrect patches don't get
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | directory.rst | 194 A linear array of directory entries isn't great for performance, so a
|
/openbmc/linux/Documentation/maintainer/ |
H A D | rebasing-and-merging.rst | 184 didn't see from linux-next and helps to understand exactly what you are
|