/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_crtn.h | 361 struct lpfc_iocbq *piocb, uint32_t flag);
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | siena.c | 960 u8 flag, u32 offset) in siena_check_caps() argument
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-trbe.c | 1202 static DEVICE_ATTR_RO(flag);
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-4.0.rst | 94 flag. For example::
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | lib.sh | 454 $@ | grep $addr | grep $flag "$word"
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 454 $@ | grep $addr | grep $flag "$word"
|
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 454 $@ | grep $addr | grep $flag "$word"
|
/openbmc/linux/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 454 $@ | grep $addr | grep $flag "$word"
|
/openbmc/linux/include/linux/ |
H A D | compat.h | 668 int flag);
|
/openbmc/linux/fs/f2fs/ |
H A D | segment.c | 1213 struct discard_cmd *dc, blk_opf_t flag, in __submit_zone_reset_cmd() argument 1219 struct bio *bio = bio_alloc(bdev, 0, REQ_OP_ZONE_RESET | flag, GFP_NOFS); in __submit_zone_reset_cmd() 1260 blk_opf_t flag = dpolicy->sync ? REQ_SYNC : 0; in __submit_discard_cmd() local 1278 __submit_zone_reset_cmd(sbi, dc, flag, in __submit_discard_cmd() 1350 bio->bi_opf |= flag; in __submit_discard_cmd()
|
/openbmc/linux/fs/btrfs/ |
H A D | extent-tree.c | 5152 u64 flag = BTRFS_BLOCK_FLAG_FULL_BACKREF; in walk_down_proc() local 5165 (wc->stage == UPDATE_BACKREF && !(wc->flags[level] & flag)))) { in walk_down_proc() 5193 if (!(wc->flags[level] & flag)) { in walk_down_proc() 5199 ret = btrfs_set_disk_extent_flags(trans, eb, flag); in walk_down_proc() 5201 wc->flags[level] |= flag; in walk_down_proc()
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | gadget.rst | 468 - Gadget drivers test the ``is_otg`` flag, and use it to determine 473 exposed in new gadget attributes such as ``b_hnp_enable`` flag. HNP
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-subdev.rst | 418 not desired, the user must set ``V4L2_SEL_FLAG_KEEP_CONFIG`` flag. This 419 flag causes no propagation of the changes are allowed in any
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x.h | 2495 #define SET_FLAG(value, mask, flag) \ argument 2498 (value) |= ((flag) << (mask##_SHIFT));\
|
/openbmc/linux/drivers/vdpa/vdpa_user/ |
H A D | vduse_dev.c | 826 dma_addr_t *dma_addr, gfp_t flag, in vduse_dev_alloc_coherent() argument 836 (dma_addr_t *)&iova, flag, attrs); in vduse_dev_alloc_coherent()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | reporting-issues.rst | 93 that made the kernel set this flag might be causing the issue you face. 479 Check 'taint' flag 483 that made the kernel set this flag might be causing the issue you face.* 485 The kernel marks itself with a 'taint' flag when something happens that might 490 install the latest mainline kernel; you will need to check the taint flag again 910 Check 'taint' flag 916 As outlined above in more detail already: the kernel sets a 'taint' flag when 919 not set this flag. And if it does, you in almost all the cases needs to
|
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/ |
H A D | ibmvscsi_tgt.c | 1620 u32 flag; in ibmvscsis_cap_mad() local 1677 flag = cpu_to_be32((u32)CAP_LIST_SUPPORTED); in ibmvscsis_cap_mad() 1678 cap->flags &= ~flag; in ibmvscsis_cap_mad()
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-mac.c | 3004 #define CHK(test, flag) do { \ in il3945_configure_filter() argument 3006 filter_or |= (flag); \ in il3945_configure_filter() 3008 filter_nand |= (flag); \ in il3945_configure_filter()
|
/openbmc/linux/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 185 void cxgbi_device_unregister_all(unsigned int flag) in cxgbi_device_unregister_all() argument 191 if ((cdev->flags & flag) == flag) { in cxgbi_device_unregister_all()
|
/openbmc/linux/Documentation/process/ |
H A D | handling-regressions.rst | 502 flag day for very core and fundamental reasons. 577 that means that it's basically regular kernel code with a flag saying 667 other programs at all. It is absolutely required, because flag-days
|
/openbmc/linux/arch/ |
H A D | Kconfig | 89 instruction. When the condition flag is toggled to true, the 854 flag. Exceptions handlers must be wrapped as well. Irqs are already 933 # arch_vmap_pmd_supported() returns true). The VM_ALLOW_HUGE_VMAP flag
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-img.rst | 372 *FILENAME* by specifying the ``-d`` flag. 893 issue ``lsattr filename`` to check if the NOCOW flag is set or not 894 (Capital 'C' is NOCOW flag).
|
/openbmc/qemu/ui/ |
H A D | cocoa.m | 866 * If a flag is not set, fire "up" events for all keys which correspond to 867 * the flag. Note that "down" events are not fired here because the flags 870 * If one of the keys corresponding to a flag is down, we rely on
|
/openbmc/linux/net/core/ |
H A D | sock.c | 3608 void sock_enable_timestamp(struct sock *sk, enum sock_flags flag) in sock_enable_timestamp() argument 3610 if (!sock_flag(sk, flag)) { in sock_enable_timestamp() 3613 sock_set_flag(sk, flag); in sock_enable_timestamp()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | core.c | 1732 rx_status->flag |= RX_FLAG_RADIOTAP_HE; in rtw89_core_update_radiotap() 1949 rx_status->flag |= RX_FLAG_FAILED_FCS_CRC; in rtw89_core_update_rx_status() 1953 rx_status->flag |= RX_FLAG_DECRYPTED; in rtw89_core_update_rx_status() 1984 rx_status->flag |= RX_FLAG_MACTIME_START; in rtw89_core_update_rx_status()
|