Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 25 of 123) sorted by relevance

12345

/linux/rust/macros/
H A Dzeroable.rs
/linux/rust/pin-init/internal/src/
H A Dzeroable.rs32 let mut inserted = false; in parse_zeroable_derive_input() localVariable
39 if in_generic && !inserted { in parse_zeroable_derive_input()
43 inserted = false; in parse_zeroable_derive_input()
55 inserted = true; in parse_zeroable_derive_input()
71 if in_generic && !inserted { in parse_zeroable_derive_input()
/linux/sound/oss/dmasound/
H A DKconfig12 inserted in and removed from the running kernel whenever you
26 inserted in and removed from the running kernel whenever you
40 inserted in and removed from the running kernel whenever you
/linux/Documentation/driver-api/driver-model/
H A Dbinding.rst17 inserted into the end of this list. The bus object also contains a
19 for a driver, it is inserted at the end of this list. These are the
56 When a driver is attached to a device, the device is inserted into the
/linux/tools/memory-model/litmus-tests/
H A DMP+onceassign+derefonce.litmus9 * structure containing a newly inserted element.
/linux/Documentation/networking/devlink/
H A Ddevlink-linecard.rst51 * Line card is not inserted or powered-down
54 * Line card is inserted and powered up
/linux/net/netfilter/
H A Dcore.c108 bool inserted = false; in nf_hook_entries_grow()
151 if (inserted || reg->priority > orig_ops[i]->priority) { in nf_hook_entries_grow()
159 inserted = true; in nf_hook_entries_grow()
164 if (!inserted) { in nf_hook_entries_grow()
111 bool inserted = false; nf_hook_entries_grow() local
/linux/drivers/net/wireless/intel/iwlegacy/
H A DKconfig33 inserted in and removed from the running kernel whenever you want),
60 inserted in and removed from the running kernel whenever you want),
/linux/Documentation/ABI/testing/
H A Dusb-charger-uevent1 What: Raise a uevent when a USB charger is inserted or removed
H A Dsysfs-class-power-rt947125 devices. If enabled and VBUS is inserted, device will start to do the BC12
H A Dsysfs-bus-rbd43 (WO) Available only if rbd module is inserted with single_major
57 (WO) Available only if rbd module is inserted with single_major
/linux/Documentation/hwmon/
H A Dltc4215.rst22 The LTC4215 controller allows a board to be safely inserted and removed
H A Dltc4260.rst22 The LTC4260 Hot Swap controller allows a board to be safely inserted
H A Dltc4261.rst23 to be safely inserted and removed from a live backplane.
H A Dltc4286.rst34 to be removed from or inserted into a live backplane. They also feature
/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-configuration.rst56 The part of a buffer into which the image is inserted by the hardware is
90 to be inserted into a video signal or graphical screen. The limits of
109 inserted by the hardware is controlled by ``V4L2_SEL_TGT_COMPOSE``
H A Dv4l2-selection-targets.rst75 - The active area and all padding pixels that are inserted or
H A Dselection-api-vs-crop-api.rst14 video signal is inserted. It should be considered as an API abuse
/linux/arch/um/kernel/
H A Dtime.c403 bool inserted = false; in __time_travel_add_event() local
424 inserted = true; in __time_travel_add_event()
429 if (!inserted) in __time_travel_add_event()
/linux/drivers/md/persistent-data/
H A Ddm-btree.c1236 int *inserted) in insert() argument
1285 if (inserted) in insert()
1286 *inserted = 1; in insert()
1293 if (inserted) in insert()
1294 *inserted = 0; in insert()
1331 int *inserted) in dm_btree_insert_notify() argument
1334 return insert(info, root, keys, value, new_root, inserted); in dm_btree_insert_notify()
H A Ddm-btree.h134 int *inserted)
/linux/Documentation/devicetree/bindings/firmware/
H A Dcoreboot.txt5 device-tree-based kernel (yet), this node needs to be inserted by a
/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-sdmmc.dtsi43 * think there's a card inserted
/linux/lib/
H A Drhashtable.c614 bool inserted; in rhashtable_try_insert() local
621 inserted = data && !new_tbl; in rhashtable_try_insert()
622 if (inserted) in rhashtable_try_insert()
629 if (inserted && rht_grow_above_75(ht, tbl)) in rhashtable_try_insert()
/linux/net/tipc/
H A DKconfig19 can be inserted in and removed from the running kernel whenever you

12345