/third_party/skia/infra/bots/recipe_modules/gsutil/ |
H A D | api.py | 15 return self.m.step(step_name, cmd=['gsutil'] + list(args)) 24 extra_args: optional list of args to be passed to gsutil. e.g. [-Z] asks
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 223 struct list_head list; member 251 struct list_head list; member 1234 /* First check if the root is in the list of accepted clone sources */ in __iterate_backrefs() 2047 list_add_tail(&nce->list, &sctx->name_cache_list); in name_cache_insert() 2067 list_del(&nce->list); in name_cache_delete() 2097 * Removes the entry from the list and adds it back to the end. This marks the 2102 list_del(&nce->list); in name_cache_used() 2103 list_add_tail(&nce->list, &sctx->name_cache_list); in name_cache_used() 2118 struct name_cache_entry, list); in name_cache_clean_unused() 2130 struct name_cache_entry, list); in name_cache_free() 2766 struct list_head list; global() member 2802 dup_ref(struct recorded_ref *ref, struct list_head *list) dup_ref() argument [all...] |
/drivers/peripheral/input/ddk_service/src/emit_event_manager/ |
H A D | virtual_device.cpp | 225 auto fun = [&](int32_t uiSet, const std::vector<uint32_t> &list) -> bool { in CreateKey() 226 for (const auto &item : list) { in CreateKey()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | adf_common_drv.h | 6 #include <linux/list.h> 49 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | acresrc.h | 246 u8 acpi_rs_decode_bitmask(u16 mask, u8 * list); 248 u16 acpi_rs_encode_bitmask(u8 * list, u8 count);
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pci-bridge.h | 8 #include <linux/list.h> 215 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/ |
H A D | mal.h | 179 struct list_head list; member 197 struct list_head list; member 279 /* Add/remove EMAC to/from MAL polling list */
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pci-bridge.h | 8 #include <linux/list.h> 232 struct list_head list; member
|
/kernel/linux/linux-5.10/usr/ |
H A D | gen_initramfs.sh | 19 -l <dep_list> Create dependency list named <dep_list> 26 <cpio_source> File list or directory for cpio archive.
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/ |
H A D | Makefile | 69 TEST_GEN_PROGS_aarch64 += aarch64/get-reg-list 70 TEST_GEN_PROGS_aarch64 += aarch64/get-reg-list-sve
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-dr.c | 88 hidinput = list_first_entry(&hid->inputs, struct hid_input, list); in drff_init() 96 report = list_first_entry(report_list, struct hid_report, list); in drff_init()
|
H A D | hid-tmff.c | 136 hidinput = list_entry(hid->inputs.next, struct hid_input, list); in tmff_init() 145 list_for_each_entry(report, report_list, list) { in tmff_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_sp.h | 12 #include <linux/list.h> 125 struct list_head list; member 143 /* Posted entry for unlimited list entry in EBLOCK mode */ 206 * Pends it to the future list. 242 * free pool list. 257 * pool list
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sriov.h | 59 /* Lock for manipulating list */ 83 struct list_head list; member 155 spinlock_t vlan_list_lock; /* Lock for VLAN list */ 159 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_std_types.c | 15 * copyright notice, this list of conditions and the following 19 * copyright notice, this list of conditions and the following 151 list_for_each_entry_safe(entry, tmp, &event_queue->event_list, list) { in ib_uverbs_free_event_queue() 154 list_del(&entry->list); in ib_uverbs_free_event_queue()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
H A D | wcn36xx.h | 122 struct list_head list; member 165 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_module.c | 89 list_for_each_entry(network, &ieee->network_list, list) { in libipw_networks_age() 103 list_add_tail(&ieee->networks[i]->list, in libipw_networks_initialize()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | hif.h | 71 struct list_head list; member 172 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | lcs.h | 196 struct list_head list; member 273 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | common.h | 17 #include <linux/list.h> 144 struct list_head lluns; /* list of llun_info structs */ 167 struct list_head list; /* Pending commands link */ member
|
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi_tgt/ |
H A D | ibmvscsi_tgt.h | 155 struct list_head list; member 194 struct list_head list; member 222 /* list of free commands */
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | NCR5380.h | 28 #include <linux/list.h> 230 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A D | rtw_cmd.h | 30 struct list_head list; member 43 INIT_LIST_HEAD(&pcmd->list);\
|
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_backchannel.c | 276 .list = LIST_HEAD_INIT(xprt_rdma_bc.list),
|
/kernel/linux/linux-5.10/include/net/ |
H A D | fib_rules.h | 21 struct list_head list; member 62 struct list_head list; member
|