Home
last modified time | relevance | path

Searched refs:edit (Results 1 – 25 of 58) sorted by relevance

123

/linux-6.3-rc2/lib/
A Dassoc_array.c464 edit->set[0].ptr = &edit->array->root; in assoc_array_insert_in_empty_tree()
704 edit->set[0].ptr = &edit->array->root; in assoc_array_insert_into_terminal_node()
824 edit->set[0].ptr = &edit->array->root; in assoc_array_insert_mid_shortcut()
941 return edit; in assoc_array_insert_mid_shortcut()
981 if (!edit) in assoc_array_insert()
1093 if (!edit) in assoc_array_delete()
1247 return edit; in assoc_array_delete()
1285 if (!edit) in assoc_array_clear()
1356 *edit->leaf_p = edit->leaf; in assoc_array_apply_edit()
1371 *edit->set[i].ptr = edit->set[i].to; in assoc_array_apply_edit()
[all …]
/linux-6.3-rc2/security/keys/
A Dkeyring.c1318 if (IS_ERR(edit)) { in __key_link_begin()
1333 *_edit = edit; in __key_link_begin()
1391 if (edit) { in __key_link_end()
1493 if (IS_ERR(edit)) in __key_unlink_begin()
1496 if (!edit) in __key_unlink_begin()
1499 *_edit = edit; in __key_unlink_begin()
1523 if (edit) in __key_unlink_end()
1658 if (IS_ERR(edit)) { in keyring_clear()
1661 if (edit) in keyring_clear()
1683 if (!IS_ERR(edit)) { in keyring_revoke()
[all …]
A Dkey.c505 struct assoc_array_edit *edit = NULL; in key_instantiate_and_link() local
525 ret = __key_link_begin(keyring, &key->index_key, &edit); in key_instantiate_and_link()
543 __key_link_end(keyring, &key->index_key, edit); in key_instantiate_and_link()
580 struct assoc_array_edit *edit = NULL; in key_reject_and_link() local
597 __key_link_end(keyring, &key->index_key, edit); in key_reject_and_link()
619 __key_link(keyring, key, &edit); in key_reject_and_link()
629 __key_link_end(keyring, &key->index_key, edit); in key_reject_and_link()
808 struct assoc_array_edit *edit = NULL; in __key_create_or_update() local
866 ret = __key_link_begin(keyring, &index_key, &edit); in __key_create_or_update()
943 __key_link_end(keyring, &index_key, edit); in __key_create_or_update()
[all …]
A Drequest_key.c372 struct assoc_array_edit *edit = NULL; in construct_alloc_key() local
404 ret = __key_link_begin(dest_keyring, &ctx->index_key, &edit); in construct_alloc_key()
421 __key_link(dest_keyring, key, &edit); in construct_alloc_key()
425 __key_link_end(dest_keyring, &ctx->index_key, edit); in construct_alloc_key()
440 __key_link(dest_keyring, key, &edit); in construct_alloc_key()
441 __key_link_end(dest_keyring, &ctx->index_key, edit); in construct_alloc_key()
457 __key_link_end(dest_keyring, &ctx->index_key, edit); in construct_alloc_key()
A Dinternal.h107 struct assoc_array_edit *edit);
/linux-6.3-rc2/include/linux/
A Dassoc_array.h73 extern void assoc_array_insert_set_object(struct assoc_array_edit *edit,
80 extern void assoc_array_apply_edit(struct assoc_array_edit *edit);
81 extern void assoc_array_cancel_edit(struct assoc_array_edit *edit);
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dassoc_array.rst91 void assoc_array_apply_edit(struct assoc_array_edit *edit);
96 2. Cancel an edit script::
98 void assoc_array_cancel_edit(struct assoc_array_edit *edit);
/linux-6.3-rc2/Documentation/powerpc/
A Dmpc52xx.rst11 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION
23 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION
/linux-6.3-rc2/Documentation/core-api/
A Dassoc_array.rst74 The insertion and deletion functions produce an 'edit script' that can later be
91 1. Apply an edit script::
93 void assoc_array_apply_edit(struct assoc_array_edit *edit);
95 This will perform the edit functions, interpolating various write barriers
96 to permit accesses under the RCU read lock to continue. The edit script
100 2. Cancel an edit script::
102 void assoc_array_cancel_edit(struct assoc_array_edit *edit);
104 This frees the edit script and all preallocated memory immediately. If
196 an edit script that must be applied. ``-ENOMEM`` is returned in the case of
215 an edit script that must be applied. ``-ENOMEM`` is returned in the case of
[all …]
/linux-6.3-rc2/include/uapi/linux/
A Daio_abi.h84 #error edit for your odd byteorder.
/linux-6.3-rc2/Documentation/scsi/
A DNinjaSCSI.rst72 (d) Extract this driver's archive somewhere, and edit Makefile, then do make::
85 So, you don't need to edit file. Just copy to /etc/pcmcia/ .
A Dcxgb3i.rst76 3. edit /etc/iscsi/iscsid.conf
A Dscsi-generic.rst58 and edit this file (removing its changelog for example) before placing it
A DChangeLog.arcmsr45 ** miss edit at arcmsr_build_ccb....
/linux-6.3-rc2/Documentation/RCU/
A Drcu.rst92 …r browser at (https://docs.google.com/document/d/1X0lThx8OK0ZgLMqVoXiR4ZrGURHrXK6NyLRbeXe3Xac/edit)
93 …or (https://docs.google.com/document/d/1GCdQC8SDbb54W1shjEXqGZ0Rq8a6kIeYutdSIajfpLA/edit?usp=shari…
/linux-6.3-rc2/Documentation/networking/device_drivers/cable/
A Dsb1000.rst65 2. **BEFORE** you build the kernel, edit drivers/net/sb1000.c. Make sure
93 phone number, and frequency for the cable modem. Also edit pap-secrets
187 edit /etc/ppp/cablemodem and make sure the ",nobroadcast" option is turned on
201 want to edit the 'Makefile' and look for the 'SB1000_DELAY'
/linux-6.3-rc2/tools/power/cpupower/
A DREADME34 edit the block marked CONFIGURATION.
/linux-6.3-rc2/Documentation/usb/
A Dlinux.inf53 HKR, NDI\params\VistaProperty, type, 0, "edit"
/linux-6.3-rc2/Documentation/maintainer/
A Dconfigure-git.rst17 Alternatively, edit your ``.git/config`` or ``~/.gitconfig`` file by hand:
A Dmessy-diffstat.rst95 output and edit it into the messy pull request, yielding a result that
/linux-6.3-rc2/tools/perf/scripts/perl/Perf-Trace-Util/
A DREADME25 edit Context.c to add const to the char* file = __FILE__ line in
/linux-6.3-rc2/Documentation/process/
A Dcode-of-conduct.rst48 Maintainers have the right and responsibility to remove, edit, or reject
/linux-6.3-rc2/Documentation/admin-guide/nfs/
A Dnfs-idmapper.rst48 would edit your request-key.conf so it look similar to this:
/linux-6.3-rc2/tools/power/pm-graph/
A DREADME439 the config so that you can override and edit them. Place them in the
453 all the internal timeline functions into the config and allows you to edit
513 functions into the config so that you can override and edit them. Place them
528 all the internal dev timeline functions into the config and allows you to edit
/linux-6.3-rc2/arch/powerpc/platforms/cell/spufs/
A Dspu_save_dump.h_shipped4 * Do not edit!

Completed in 25 milliseconds

123