/Linux-v4.19/lib/ |
D | assoc_array.c | 455 static bool assoc_array_insert_in_empty_tree(struct assoc_array_edit *edit) in assoc_array_insert_in_empty_tree() argument 465 edit->new_meta[0] = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_in_empty_tree() 466 edit->leaf_p = &new_n0->slots[0]; in assoc_array_insert_in_empty_tree() 467 edit->adjust_count_on = new_n0; in assoc_array_insert_in_empty_tree() 468 edit->set[0].ptr = &edit->array->root; in assoc_array_insert_in_empty_tree() 469 edit->set[0].to = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_in_empty_tree() 478 static bool assoc_array_insert_into_terminal_node(struct assoc_array_edit *edit, in assoc_array_insert_into_terminal_node() argument 494 edit->segment_cache[ASSOC_ARRAY_FAN_OUT] = result->terminal_node.slot; in assoc_array_insert_into_terminal_node() 518 edit->leaf_p = &node->slots[i]; in assoc_array_insert_into_terminal_node() 519 edit->dead_leaf = node->slots[i]; in assoc_array_insert_into_terminal_node() [all …]
|
/Linux-v4.19/security/keys/ |
D | keyring.c | 1208 struct assoc_array_edit *edit; in __key_link_begin() local 1233 edit = assoc_array_insert(&keyring->keys, in __key_link_begin() 1237 if (IS_ERR(edit)) { in __key_link_begin() 1238 ret = PTR_ERR(edit); in __key_link_begin() 1245 if (!edit->dead_leaf) { in __key_link_begin() 1252 *_edit = edit; in __key_link_begin() 1257 assoc_array_cancel_edit(edit); in __key_link_begin() 1305 struct assoc_array_edit *edit) in __key_link_end() argument 1315 if (edit) { in __key_link_end() 1316 if (!edit->dead_leaf) { in __key_link_end() [all …]
|
D | key.c | 502 struct assoc_array_edit *edit; in key_instantiate_and_link() local 517 ret = __key_link_begin(keyring, &key->index_key, &edit); in key_instantiate_and_link() 531 ret = __key_instantiate_and_link(key, &prep, keyring, authkey, &edit); in key_instantiate_and_link() 535 __key_link_end(keyring, &key->index_key, edit); in key_instantiate_and_link() 572 struct assoc_array_edit *edit; in key_reject_and_link() local 585 link_ret = __key_link_begin(keyring, &key->index_key, &edit); in key_reject_and_link() 605 __key_link(key, &edit); in key_reject_and_link() 615 __key_link_end(keyring, &key->index_key, edit); in key_reject_and_link() 812 struct assoc_array_edit *edit; in key_create_or_update() local 862 ret = __key_link_begin(keyring, &index_key, &edit); in key_create_or_update() [all …]
|
D | request_key.c | 360 struct assoc_array_edit *edit; in construct_alloc_key() local 389 ret = __key_link_begin(dest_keyring, &ctx->index_key, &edit); in construct_alloc_key() 404 __key_link(key, &edit); in construct_alloc_key() 408 __key_link_end(dest_keyring, &ctx->index_key, edit); in construct_alloc_key() 423 __key_link(key, &edit); in construct_alloc_key() 424 __key_link_end(dest_keyring, &ctx->index_key, edit); in construct_alloc_key()
|
D | internal.h | 103 struct assoc_array_edit *edit);
|
/Linux-v4.19/include/linux/ |
D | assoc_array.h | 77 extern void assoc_array_insert_set_object(struct assoc_array_edit *edit, 84 extern void assoc_array_apply_edit(struct assoc_array_edit *edit); 85 extern void assoc_array_cancel_edit(struct assoc_array_edit *edit);
|
/Linux-v4.19/Documentation/powerpc/ |
D | mpc52xx.txt | 9 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION 20 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION
|
/Linux-v4.19/Documentation/core-api/ |
D | assoc_array.rst | 74 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-v4.19/include/uapi/linux/ |
D | aio_abi.h | 82 #error edit for your odd byteorder.
|
/Linux-v4.19/Documentation/maintainer/ |
D | configure-git.rst | 17 Alternatively, edit your ``.git/config`` or ``~/.gitconfig`` file by hand:
|
/Linux-v4.19/Documentation/scsi/ |
D | NinjaSCSI.txt | 53 [4] Extract this driver's archive somewhere, and edit Makefile, then do make. 64 So, you don't need to edit file. Just copy to /etc/pcmcia/ .
|
D | cxgb3i.txt | 70 3. edit /etc/iscsi/iscsid.conf
|
D | scsi-generic.txt | 49 and edit this file (removing its changelog for example) before placing it
|
D | ChangeLog.arcmsr | 45 ** miss edit at arcmsr_build_ccb....
|
/Linux-v4.19/tools/power/cpupower/ |
D | README | 34 edit the block marked CONFIGURATION.
|
/Linux-v4.19/Documentation/networking/ |
D | README.sb1000 | 58 2.) *BEFORE* you build the kernel, edit drivers/net/sb1000.c. Make sure 86 phone number, and frequency for the cable modem. Also edit pap-secrets 174 edit /etc/ppp/cablemodem and make sure the ",nobroadcast" option is turned on 187 want to edit the 'Makefile' and look for the 'SB1000_DELAY'
|
D | de4x5.txt | 59 2) for fixed autoprobes (not recommended), edit the source code near 141 2.0.x is installed (4 in 2.1.x), the user will have to edit
|
D | ray_cs.txt | 63 configuration information, and edit /etc/pcmcia/ray_cs.opts.
|
/Linux-v4.19/Documentation/usb/ |
D | linux.inf | 53 HKR, NDI\params\VistaProperty, type, 0, "edit"
|
/Linux-v4.19/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 25 edit Context.c to add const to the char* file = __FILE__ line in
|
/Linux-v4.19/Documentation/process/ |
D | code-of-conduct.rst | 48 Maintainers have the right and responsibility to remove, edit, or reject
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | idmapper.txt | 46 would edit your request-key.conf so it look similar to this:
|
/Linux-v4.19/Documentation/watchdog/ |
D | hpwdt.txt | 49 edit and place the nmi_watchdog=0 at the end of the currently booting
|
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/ |
D | spu_save_dump.h_shipped | 4 * Do not edit!
|
/Linux-v4.19/Documentation/aoe/ |
D | aoe.txt | 34 There is also an autoload script that shows how to edit
|