/linux-4.1.27/lib/ |
D | assoc_array.c | 468 static bool assoc_array_insert_in_empty_tree(struct assoc_array_edit *edit) in assoc_array_insert_in_empty_tree() argument 478 edit->new_meta[0] = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_in_empty_tree() 479 edit->leaf_p = &new_n0->slots[0]; in assoc_array_insert_in_empty_tree() 480 edit->adjust_count_on = new_n0; in assoc_array_insert_in_empty_tree() 481 edit->set[0].ptr = &edit->array->root; in assoc_array_insert_in_empty_tree() 482 edit->set[0].to = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_in_empty_tree() 491 static bool assoc_array_insert_into_terminal_node(struct assoc_array_edit *edit, in assoc_array_insert_into_terminal_node() argument 507 edit->segment_cache[ASSOC_ARRAY_FAN_OUT] = result->terminal_node.slot; in assoc_array_insert_into_terminal_node() 531 edit->leaf_p = &node->slots[i]; in assoc_array_insert_into_terminal_node() 532 edit->dead_leaf = node->slots[i]; in assoc_array_insert_into_terminal_node() [all …]
|
/linux-4.1.27/security/keys/ |
D | keyring.c | 1077 struct assoc_array_edit *edit; in __key_link_begin() local 1102 edit = assoc_array_insert(&keyring->keys, in __key_link_begin() 1106 if (IS_ERR(edit)) { in __key_link_begin() 1107 ret = PTR_ERR(edit); in __key_link_begin() 1114 if (!edit->dead_leaf) { in __key_link_begin() 1121 *_edit = edit; in __key_link_begin() 1126 assoc_array_cancel_edit(edit); in __key_link_begin() 1174 struct assoc_array_edit *edit) in __key_link_end() argument 1184 if (edit) { in __key_link_end() 1185 if (!edit->dead_leaf) { in __key_link_end() [all …]
|
D | key.c | 478 struct assoc_array_edit *edit; in key_instantiate_and_link() local 493 ret = __key_link_begin(keyring, &key->index_key, &edit); in key_instantiate_and_link() 498 ret = __key_instantiate_and_link(key, &prep, keyring, authkey, &edit); in key_instantiate_and_link() 501 __key_link_end(keyring, &key->index_key, edit); in key_instantiate_and_link() 538 struct assoc_array_edit *edit; in key_reject_and_link() local 549 link_ret = __key_link_begin(keyring, &key->index_key, &edit); in key_reject_and_link() 572 __key_link(key, &edit); in key_reject_and_link() 582 __key_link_end(keyring, &key->index_key, edit); in key_reject_and_link() 785 struct assoc_array_edit *edit; in key_create_or_update() local 837 ret = __key_link_begin(keyring, &index_key, &edit); in key_create_or_update() [all …]
|
D | request_key.c | 336 struct assoc_array_edit *edit; in construct_alloc_key() local 365 ret = __key_link_begin(dest_keyring, &ctx->index_key, &edit); in construct_alloc_key() 380 __key_link(key, &edit); in construct_alloc_key() 384 __key_link_end(dest_keyring, &ctx->index_key, edit); in construct_alloc_key() 399 __key_link(key, &edit); in construct_alloc_key() 400 __key_link_end(dest_keyring, &ctx->index_key, edit); in construct_alloc_key()
|
D | internal.h | 98 struct assoc_array_edit *edit);
|
/linux-4.1.27/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-4.1.27/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-4.1.27/include/uapi/linux/ |
D | aio_abi.h | 70 #error edit for your odd byteorder.
|
/linux-4.1.27/Documentation/ |
D | assoc_array.txt | 91 The insertion and deletion functions produce an 'edit script' that can later be 108 (1) Apply an edit script. 110 void assoc_array_apply_edit(struct assoc_array_edit *edit); 112 This will perform the edit functions, interpolating various write barriers 113 to permit accesses under the RCU read lock to continue. The edit script 117 (2) Cancel an edit script. 119 void assoc_array_cancel_edit(struct assoc_array_edit *edit); 121 This frees the edit script and all preallocated memory immediately. If 214 an edit script that must be applied. -ENOMEM is returned in the case of 233 an edit script that must be applied. -ENOMEM is returned in the case of [all …]
|
D | email-clients.txt | 234 Go to "edit->preferences->advanced->config editor" to bring up the
|
/linux-4.1.27/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....
|
D | aic7xxx.txt | 193 Put a .conf file in the /etc/modprobe.d directory and add/edit a
|
D | aic79xx.txt | 218 Put a .conf file in the /etc/modprobe.d/ directory and add/edit a
|
D | ncr53c8xx.txt | 1050 change other "defines", you must edit the header file. Do that only 1170 timeouts seems to edit linux/drivers/scsi/sd.c and to increase the
|
D | ChangeLog.sym53c8xx | 259 with really broken bridges (they will have to edit a source
|
/linux-4.1.27/tools/power/cpupower/ |
D | README | 34 edit the block marked CONFIGURATION.
|
/linux-4.1.27/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.
|
D | ixgb.txt | 195 echo "configuring network performance , edit this file to change the interface
|
D | bonding.txt | 995 created, it is necessary to edit the configuration files for the slave 1089 devices). It is necessary to edit the configuration file by hand to 1200 options via BONDING_OPTS, it is not necessary to edit /etc/modprobe.d/*.conf. 1203 BONDING_OPTS, it is necessary to edit /etc/modprobe.d/*.conf, depending upon 1260 reboots, edit the appropriate file (/etc/init.d/boot.local or 1466 and eth1), and have it persist across reboots, edit the appropriate
|
D | z8530drv.txt | 233 to edit scc_config.h...
|
D | arcnet.txt | 525 arcnet.c). arcdump assumes your card is at 0xD0000. If it isn't, edit the
|
/linux-4.1.27/Documentation/usb/ |
D | linux.inf | 53 HKR, NDI\params\VistaProperty, type, 0, "edit"
|
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 25 edit Context.c to add const to the char* file = __FILE__ line in
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | idmapper.txt | 46 would edit your request-key.conf so it look similar to this:
|
/linux-4.1.27/Documentation/watchdog/ |
D | hpwdt.txt | 52 edit /boot/grub/menu.lst and place the nmi_watchdog=0 at the end of the
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | spu_save_dump.h_shipped | 4 * Do not edit!
|
D | spu_restore_dump.h_shipped | 4 * Do not edit!
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.cpia2 | 67 If you are using modules, edit /etc/modules.conf and add an options
|
/linux-4.1.27/Documentation/aoe/ |
D | aoe.txt | 34 There is also an autoload script that shows how to edit
|
/linux-4.1.27/Documentation/hwmon/ |
D | f71805f | 89 find out documentation about your own motherboard, and edit sensors.conf
|
D | vt1211 | 83 motherboard and edit sensors.conf accordingly.
|
D | pc87360 | 143 motherboard manufacturers, so you will have to document yourself and edit
|
/linux-4.1.27/drivers/tty/vt/ |
D | defkeymap.c_shipped | 1 /* Do not edit this file! It was automatically generated by */
|
/linux-4.1.27/Documentation/serial/ |
D | rocket.txt | 65 upon system boot, edit a /etc/modprobe.d/*.conf file and add the line
|
/linux-4.1.27/Documentation/sound/oss/ |
D | Opti | 60 about your PnP cards. Then edit the resulting file and select
|
D | README.OSS | 917 first configure OSS/Free for one card. Then edit local.h manually and define 1138 distributed in the snd-util-3.0.tar.gz package. You have to edit two 1375 In addition you need to manually edit linux/drivers/sound/local.h and
|
/linux-4.1.27/ |
D | README | 307 You may wish to edit /etc/lilo.conf to specify an entry for your 394 kernel with -g; edit arch/i386/Makefile appropriately, then do a "make
|
/linux-4.1.27/arch/xtensa/configs/ |
D | common_defconfig | 2 # Automatically generated make config: don't edit
|
D | iss_defconfig | 2 # Automatically generated make config: don't edit
|
/linux-4.1.27/tools/usb/usbip/ |
D | INSTALL | 38 may remove or edit it.
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 38 To configure laptop mode, you need to edit the configuration file, which is 771 …ry runs out. Check kernel ACPI support and /proc/acpi/battery folder, and edit /etc/acpi/battery.s…
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.txt | 79 (If you wish to disable 3215 console support, edit
|
/linux-4.1.27/Documentation/isdn/ |
D | README.sc | 144 edit the file "/etc/modules/'uname -f'/'uname -v'" and insert the driver name
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 336 you should edit the Makefile with the appropriate optimization flags
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 1175 and may want to manipulate it (to add/edit some properties, 1181 more difficult to edit/modify, the later requires probably a bit
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 930 You can edit your copy of the speakupmap.map file and swap the command 937 After you edit your copy of the speakupmap.map file, save it under a new
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 92 "make menuconfig" or "make". They usually do not read or edit
|