Searched refs:insert (Results 76 - 100 of 109) sorted by relevance

12345

/linux-master/sound/soc/codecs/
H A Dnau8824.c815 bool insert = false; local
818 insert = jack->status & SND_JACK_HEADPHONE;
820 return insert;
1620 * After this function has been called the headset insert/remove and button
/linux-master/drivers/hid/
H A Dwacom_sys.c92 bool insert = false; local
139 insert = true;
146 else if (insert)
150 return insert && !flush;
/linux-master/include/linux/
H A Dfsnotify_backend.h650 void (*insert)(struct fsnotify_group *,
/linux-master/fs/bcachefs/
H A Dbtree_types.h254 x(insert) \
/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c1570 int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert) argument
1585 if (insert) {
H A Ddmar.c2422 static int dmar_device_hotplug(acpi_handle handle, bool insert) argument
2447 if (insert)
H A Diommu.c2990 int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert) argument
3000 if (insert) {
/linux-master/drivers/spi/
H A Dspi.c3578 * @insert: the number of transfers we want to insert instead
3591 size_t insert,
3602 struct_size(rxfer, inserted_transfers, insert)
3614 &rxfer->inserted_transfers[insert];
3658 for (i = 0; i < insert; i++) {
3660 xfer = &rxfer->inserted_transfers[insert - 1 - i];
3676 rxfer->inserted = insert;
3587 spi_replace_transfers( struct spi_message *msg, struct spi_transfer *xfer_first, size_t remove, size_t insert, spi_replaced_release_t release, size_t extradatasize, gfp_t gfp) argument
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c641 * @run_node: Node used to insert the group in the
648 * @wait_node: Node used to insert the group in the
760 * @node: Used to insert the job in the panthor_queue::fence_ctx::in_flight_jobs
982 drm_WARN_ON(&ptdev->base, queue->iface.input->insert < queue->iface.input->extract);
1000 if (queue->iface.input->insert != queue->iface.input->extract && queue->timeout_suspended) {
1083 if (queue->iface.input->insert == queue->iface.output->extract &&
2817 u32 ringbuf_insert = queue->iface.input->insert & (ringbuf_size - 1);
2898 job->ringbuf.start = queue->iface.input->insert;
2907 queue->iface.input->insert = job->ringbuf.end;
/linux-master/net/bridge/
H A Dbr_fdb.c483 goto insert;
487 insert:
488 /* insert new address, may fail if invalid address or dup. */
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c116 * - insert references to the rules in the lookup table, selecting buckets
1099 * pipapo_expand() - Expand to composing netmasks, insert into lookup table
1105 * Expand range to composing netmasks and insert corresponding rule references
1286 * nft_pipapo_insert() - Validate and insert ranged elements
2367 .insert = nft_pipapo_insert,
2391 .insert = nft_pipapo_insert,
H A Dnft_set_rbtree.c320 * key value to insert that is greater than the new element. This is the
761 .insert = nft_rbtree_insert,
H A Dnf_conntrack_standalone.c434 seq_puts(seq, "entries clashres found new invalid ignore delete chainlength insert insert_failed drop early_drop icmp_error expect_new expect_create expect_delete search_restart\n");
450 st->insert,
/linux-master/fs/
H A Dexec.c88 void __register_binfmt(struct linux_binfmt * fmt, int insert) argument
91 insert ? list_add(&fmt->lh, &formats) :
/linux-master/arch/m68k/fpsp040/
H A Dgen_except.S361 bfins %d0,NMCEXC(%a1){#4:#4} |and insert them in nmcexc
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_flowtable.sh423 ip netns exec "$nsr1" nft -a insert rule inet filter forward ip dscp set cs3
/linux-master/mm/
H A Dinternal.h1426 struct vm_area_struct *insert;
H A Dvmalloc.c1386 goto insert;
1440 insert:
2539 * This technique almost always avoids lock contention on insert/remove,
4643 /* we've found a fitting base, insert all va's */
4675 /* insert all vm's */
/linux-master/fs/btrfs/
H A Dextent-tree.c770 * if insert is true and there are too many inline back refs, the path
782 u64 owner, u64 offset, int insert)
806 if (insert) {
851 if (ret && !insert) {
857 "extent item not found for insert, bytenr %llu num_bytes %llu parent %llu root_objectid %llu owner %llu offset %llu",
954 if (ret == -ENOENT && insert) {
975 if (insert) {
1485 /* this will setup the path even if it fails to insert the back ref */
1493 * Ok we had -EAGAIN which means we didn't have space to insert and
1508 /* now insert th
777 lookup_inline_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_extent_inline_ref **ref_ret, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset, int insert) argument
[all...]
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py789 ids.insert(0, parent_id)
800 ids.insert(0, query.value(2))
801 ids.insert(0, query.value(1))
984 ids.insert(0, parent_id)
992 ids.insert(0, query.value(2))
993 ids.insert(0, query.value(1))
/linux-master/fs/unicode/
H A Dmkutf8data.c533 static int insert(struct tree *tree, char *key, int keylen, void *leaf) function
1702 insert(&trees[i], keyval, keylen, data);
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat1227 sorted_items.insert(i + 1, (' ' + child, values))
1253 childs.insert(0, (key, values))
/linux-master/drivers/net/phy/
H A Dsfp.c108 [SFP_E_INSERT] = "insert",
2423 /* This state machine tracks the insert/remove state of the module, probes
2508 goto insert;
2533 insert:
/linux-master/include/net/netfilter/
H A Dnf_tables.h434 * @insert: insert new element into set
471 int (*insert)(const struct net *net, member in struct:nft_set_ops
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S375 mov.w %d6,%d4 # insert lower word (U3)
923 or.b %d3, %d4 # insert new ccodes

Completed in 371 milliseconds

12345