/openbmc/linux/drivers/s390/char/ |
H A D | sclp.c | 343 goto out; in __sclp_req_queue_remove_expired_req() 348 out: in __sclp_req_queue_remove_expired_req()
|
/openbmc/linux/drivers/target/ |
H A D | target_core_device.c | 918 goto out; in target_configure_device() 972 out: in target_configure_device()
|
/openbmc/linux/drivers/scsi/ |
H A D | ncr53c8xx.c | 4464 goto out; in ncr_reset_scsi_bus() 4493 out: in ncr_reset_scsi_bus() 6407 goto out; in ncr_sir_to_redo() 6438 goto out; in ncr_sir_to_redo() 6502 out: in ncr_sir_to_redo() 6562 goto out; in ncr_int_sir() 6567 goto out; in ncr_int_sir() 6571 goto out; in ncr_int_sir() 6586 goto out; in ncr_int_sir() 6956 out: in ncr_int_sir()
|
H A D | scsi_lib.c | 225 goto out; in scsi_execute_cmd() 258 out: in scsi_execute_cmd() 1256 goto out; in scsi_dev_queue_ready() 1274 out: in scsi_dev_queue_ready()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfs.rst | 350 called when VFS is writing out all dirty data associated with a 352 should wait until the write out has been completed. Optional. 653 opening to the caller (e.g. if the file turned out to be a 720 writing out the whole address_space. 843 try too hard if there are problems, and may choose to write out 886 called by the VM to write out pages associated with the 889 written out. If it is WB_SYNC_NONE, then a nr_to_write is 927 can be written out properly. 959 to find out where the blocks in the file are and uses those 989 believe the cache may be out of date with storage) by calling
|
H A D | autofs.rst | 161 - -ENOMEM if it ran out of memory, 190 VFS remain in RCU-walk mode, but can only tell it to get out of 241 out where it points to. For directories the field is used slightly 478 The `ver_major` and `ver_minor` are in/out parameters which check that
|
H A D | path-lookup.rst | 230 and so miss out on part of the correct chain. 243 a "..", a potential attack occurred and ``handle_dots()`` will bail out with 363 a "..", a potential attack occurred and ``handle_dots()`` will bail out with 392 record the current status of the walk. They start out referring to the 465 seem obvious, but is worth pointing out so that we will recognize its 474 component remains for the caller to sort out. Those callers are 727 With that little refresher on seqlocks out of the way we can look at 844 Other reasons for dropping out of RCU-walk that do not trigger a call 961 "``readlink -f``" command does, though it also edits out "``.``" and 1056 out of RCU-walk mode completely. Even filesystems that allocate [all …]
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | writing_musb_glue_layer.rst | 629 USB data packets of 512 bytes at once (this is in fact a bulk in/out 676 missing bits out to avoid parasite interrupts by doing a logical AND 694 guidance to get started; should anything gets out of hand, the linux-usb 702 me out getting the code in good shape.
|
/openbmc/linux/Documentation/locking/ |
H A D | rt-mutex-design.rst | 61 There are several ways to solve this issue, but other ways are out of scope 228 defined. But is very complex to figure it out, since it depends on all 339 help out extremely to keep the fast path short. 511 by a signal, or -ETIMEDOUT if it timed out.
|
/openbmc/u-boot/tools/binman/ |
H A D | README.entries | 139 but note that the page dates from 2013 so is quite out of date. See 279 when writing out the map 449 pad out the BSS region to avoid the data overlapping with U-Boot variables. 450 This entry is useful in that case. It automatically pads out the entry size
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_core.c | 149 goto out; in musb_ulpi_read() 159 out: in musb_ulpi_read() 189 goto out; in musb_ulpi_write() 197 out: in musb_ulpi_write()
|
/openbmc/docs/designs/ |
H A D | redfish-authorization.md | 144 rolling out a new BMC firmware. 149 it is explicitly called out in the standard that implementation implement their 360 Redfish role which is assigned a new set of OEM Redfish Privileges is mapped out 476 A example execution flow for a read operation is mapped out below.
|
/openbmc/linux/sound/soc/mediatek/mt8195/ |
H A D | mt8195-dai-etdm.c | 1333 goto out; in mt8195_afe_enable_etdm() 1338 out: in mt8195_afe_enable_etdm() 1361 goto out; in mt8195_afe_disable_etdm() 1367 out: in mt8195_afe_disable_etdm()
|
/openbmc/linux/drivers/crypto/stm32/ |
H A D | stm32-hash.c | 1106 goto out; in stm32_hash_finup() 1116 out: in stm32_hash_finup() 1125 static int stm32_hash_export(struct ahash_request *req, void *out) in stm32_hash_export() argument 1129 memcpy(out, &rctx->state, sizeof(rctx->state)); in stm32_hash_export()
|
/openbmc/linux/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 841 goto out; 920 out: 1919 goto out; 2197 out:
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_scsi.c | 1596 goto out; in csio_scsi_err_handler() 1719 out: in csio_scsi_err_handler() 2260 goto out; in csio_scan_finished() 2264 out: in csio_scan_finished()
|
/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | core.c | 233 d->out); in rfcomm_check_security() 408 d->out = 1; in __rfcomm_dlc_open() 1895 if (d->out) { in rfcomm_process_dlcs() 1913 if (!d->out) in rfcomm_process_dlcs()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | verbs.c | 1339 u16 out = 0; in opa_speed_to_ib() local 1342 out |= IB_SPEED_EDR; in opa_speed_to_ib() 1344 out |= IB_SPEED_FDR; in opa_speed_to_ib() 1346 return out; in opa_speed_to_ib()
|
/openbmc/linux/drivers/vdpa/vdpa_user/ |
H A D | vduse_dev.c | 1058 goto out; in vduse_dev_reg_umem() 1064 goto out; in vduse_dev_reg_umem() 1070 goto out; in vduse_dev_reg_umem() 1081 out: in vduse_dev_reg_umem()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_output.c | 1065 goto out; in ip6_sk_dst_check() 1099 out: in ip6_sk_dst_check() 1965 goto out; in __ip6_make_skb() 2024 out: in __ip6_make_skb()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
H A D | 0001-Update-Versioneer-to-0.22.patch | 235 + # expansion behaves like git log --decorate=short and strips out the 238 + # filter out many common branch names like "release" and 249 + # Filter out refs that exactly match prefix or that don't start 274 + version string, meaning we're inside a checked out source tree. 1003 +regenerated while a different version is checked out. Many setup.py commands 1442 # filter out many common branch names like "release" and 1455 + # Filter out refs that exactly match prefix or that don't start 1484 version string, meaning we're inside a checked out source tree. 1844 # filter out many common branch names like "release" and 1857 + # Filter out refs that exactly match prefix or that don't start [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 363 goto out; in ice_vsi_sync_fltr() 386 goto out; in ice_vsi_sync_fltr() 469 out: in ice_vsi_sync_fltr() 1908 goto out; in ice_force_phys_link_state() 1914 goto out; in ice_force_phys_link_state() 1923 goto out; in ice_force_phys_link_state() 1940 out: in ice_force_phys_link_state() 1966 goto out; in ice_init_nvm_phy_type() 1972 out: in ice_init_nvm_phy_type() 2110 out: in ice_init_phy_user_cfg() [all …]
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-gadget.c | 3081 int out = 1; in cdns3_gadget_check_config() local 3103 out = max_t(int, out, n); in cdns3_gadget_check_config() 3108 total = 2 + n_in + out + iso; in cdns3_gadget_check_config() 3113 priv_dev->ep_buf_size = (priv_dev->onchip_buffers - 2 - iso) / (n_in + out); in cdns3_gadget_check_config()
|
/openbmc/linux/Documentation/kernel-hacking/ |
H A D | hacking.rst | 317 out-of-memory error-handling strategy. 636 :c:func:`PTR_ERR()` to get it back out again: avoids a separate 726 - Figure out who are the owners of the code you've been modifying. Look 817 * out of you, game over, lights out.
|
/openbmc/linux/drivers/firmware/ |
H A D | ti_sci.c | 3393 goto out; in ti_sci_probe() 3399 goto out; in ti_sci_probe() 3404 goto out; in ti_sci_probe() 3416 goto out; in ti_sci_probe() 3430 out: in ti_sci_probe()
|