Home
last modified time | relevance | path

Searched full:adopt (Results 1 – 25 of 45) sorted by relevance

12

/linux-6.12.1/fs/xfs/scrub/
Dorphanage.c287 /* Can the orphanage adopt @sc->ip? */
314 struct xrep_adoption *adopt) in xrep_adoption_trans_alloc() argument
330 adopt->sc = sc; in xrep_adoption_trans_alloc()
331 adopt->orphanage_blkres = xfs_link_space_res(mp, MAXNAMELEN); in xrep_adoption_trans_alloc()
337 adopt->child_blkres = child_blkres; in xrep_adoption_trans_alloc()
345 adopt->orphanage_blkres + adopt->child_blkres, 0, 0, in xrep_adoption_trans_alloc()
365 adopt->orphanage_blkres, 0, true); in xrep_adoption_trans_alloc()
374 if (adopt->child_blkres) { in xrep_adoption_trans_alloc()
376 adopt->child_blkres, 0, true); in xrep_adoption_trans_alloc()
396 struct xrep_adoption *adopt, in xrep_adoption_compute_name() argument
[all …]
Dorphanage.h76 struct xrep_adoption *adopt);
77 int xrep_adoption_compute_name(struct xrep_adoption *adopt,
79 int xrep_adoption_move(struct xrep_adoption *adopt);
80 int xrep_adoption_trans_roll(struct xrep_adoption *adopt);
Ddirtree.h94 * as a stand-in until the orphanage can adopt the subdirectory.
/linux-6.12.1/arch/parisc/kernel/
Dreal2.S40 * sp is value of stack pointer to adopt before calling PDC (virt)
54 copy %arg0, %sp /* adopt the real-mode SP */
226 * sp is value of stack pointer to adopt before calling PDC (virt)
233 copy %arg0, %sp /* adopt the real-mode SP */
/linux-6.12.1/include/linux/spi/
Dmmc_spi.h15 * able to handle it. If the MMC core doesn't adopt this kind of notion,
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dmediatek,mt8186-fhctl.yaml14 some PLLs to adopt "hopping" mechanism to adjust their frequency.
/linux-6.12.1/Documentation/driver-api/
Dspi.rst43 options are needed, because different chips adopt very different
/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Dpalmas-pmic.txt48 ti,mode-sleep - mode to adopt in pmic sleep 0 - off, 1 - auto,
/linux-6.12.1/drivers/pcmcia/
Dsoc_common.h73 * When configuring memory maps, Card Services appears to adopt the policy
/linux-6.12.1/Documentation/process/
Dkernel-driver-statement.rst20 adopt a policy of supporting their customers on Linux with open-source
Dkernel-enforcement-statement.rst21 it is in the best interests of our development community to adopt the
/linux-6.12.1/include/net/
Dcipso_ipv4.h9 * have chosen to adopt the protocol and over the years it has become a
/linux-6.12.1/arch/sparc/kernel/
Dirq_32.c99 * we adopt a virtual IRQ numbering scheme as is done there.
/linux-6.12.1/drivers/gpu/drm/ast/
Dast_drv.c297 * default. Adopt it to be compatible with ARM. in ast_pci_probe()
/linux-6.12.1/drivers/net/wireless/realtek/rtw88/
Dfw.c848 .adopt = true, in rtw_fw_set_keep_alive_cmd()
855 SET_KEEP_ALIVE_ADOPT(h2c_pkt, mode.adopt); in rtw_fw_set_keep_alive_cmd()
867 .adopt = true, in rtw_fw_set_disconnect_decision_cmd()
876 SET_DISCONNECT_DECISION_ADOPT(h2c_pkt, mode.adopt); in rtw_fw_set_disconnect_decision_cmd()
Dfw.h230 bool adopt; member
236 bool adopt; member
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dspectral.c321 /* reset the configuration to adopt possibly changed in write_file_spec_scan_ctl()
/linux-6.12.1/net/batman-adv/
Dbat_v_elp.c475 /* known or older sequence numbers are ignored. However always adopt in batadv_v_elp_neigh_update()
/linux-6.12.1/kernel/debug/kdb/
Dkdb_support.c517 * and the empty string mean adopt a default filter, which
/linux-6.12.1/drivers/tty/serial/
Dkgdboc.c638 * It is not a reliable way to adopt regular consoles because we can not
/linux-6.12.1/Documentation/gpu/
Dkomeda-kms.rst14 From D71, Arm display IP begins to adopt a flexible and modularized
/linux-6.12.1/drivers/net/usb/
Dmcs7830.c170 /* it worked --> adopt it on netdev side */ in mcs7830_set_mac_address()
/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Dspectral.c318 /* reset the configuration to adopt possibly changed in ath11k_write_file_spec_scan_ctl()
/linux-6.12.1/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c710 static int myri10ge_load_firmware(struct myri10ge_priv *mgp, int adopt) in myri10ge_load_firmware() argument
720 if (!adopt) in myri10ge_load_firmware()
724 /* Do not attempt to adopt firmware if there in myri10ge_load_firmware()
732 "failed to adopt running firmware\n"); in myri10ge_load_firmware()
/linux-6.12.1/drivers/media/i2c/
Dimx258.c178 * To avoid further computation of clock settings, adopt the same per

12