/linux-3.3/net/tipc/ |
D | name_table.c | 71 * @lower: name sequence lower bound 77 u32 lower; member 130 static struct publication *publ_create(u32 type, u32 lower, u32 upper, in publ_create() argument 141 publ->lower = lower; in publ_create() 207 if (instance < sseqs[mid].lower) in nameseq_find_subseq() 236 if (instance < sseqs[mid].lower) in nameseq_locate_subseq() 251 u32 type, u32 lower, u32 upper, in tipc_nameseq_insert_publ() argument 261 sseq = nameseq_find_subseq(nseq, lower); in tipc_nameseq_insert_publ() 264 /* Lower end overlaps existing entry => need an exact match */ in tipc_nameseq_insert_publ() 266 if ((sseq->lower != lower) || (sseq->upper != upper)) { in tipc_nameseq_insert_publ() [all …]
|
D | name_table.h | 55 * @lower: name sequence lower bound 73 u32 lower; member 92 int tipc_nametbl_mc_translate(u32 type, u32 lower, u32 upper, u32 limit, 96 struct publication *tipc_nametbl_publish(u32 type, u32 lower, u32 upper, 98 int tipc_nametbl_withdraw(u32 type, u32 lower, u32 ref, u32 key); 99 struct publication *tipc_nametbl_insert_publ(u32 type, u32 lower, u32 upper, 101 struct publication *tipc_nametbl_remove_publ(u32 type, u32 lower,
|
D | name_distr.c | 46 * @lower: name sequence lower bound 64 __be32 lower; member 85 i->lower = htonl(p->lower); in publ_to_item() 253 p = tipc_nametbl_remove_publ(publ->type, publ->lower, in named_purge_publ() 261 "(type=%u, lower=%u, node=0x%x, ref=%u, key=%u)\n", in named_purge_publ() 262 publ->type, publ->lower, publ->node, publ->ref, publ->key); in named_purge_publ() 283 ntohl(item->lower), in tipc_named_recv() 298 ntohl(item->lower), in tipc_named_recv() 308 "(type=%u, lower=%u, ref=%u, key=%u)\n", in tipc_named_recv() 310 ntohl(item->type), ntohl(item->lower), in tipc_named_recv()
|
/linux-3.3/include/asm-generic/ |
D | mutex-dec.h | 16 * Change the count from 1 to a value lower than 1, and call <fail_fn> if 17 * it wasn't 1 originally. This function MUST leave the value lower than 33 * Change the count from 1 to a value lower than 1, and call <fail_fn> if 52 * 1, or to set it to a value lower than 1. 54 * If the implementation sets it to a value of lower than 1, then the 73 * Change the count from 1 to a value lower than 1, and return 0 (failure) 75 * MUST leave the value lower than 1 even when the "1" assertion wasn't true.
|
D | mutex-xchg.h | 21 * Change the count from 1 to a value lower than 1, and call <fail_fn> if it 22 * wasn't 1 originally. This function MUST leave the value lower than 1 38 * Change the count from 1 to a value lower than 1, and call <fail_fn> if it 57 * 1, or to set it to a value lower than one. 58 * If the implementation sets it to a value of lower than one, the 77 * Change the count from 1 to a value lower than 1, and return 0 (failure) 79 * MUST leave the value lower than 1 even when the "1" assertion wasn't true.
|
/linux-3.3/fs/ecryptfs/ |
D | read_write.c | 31 * @offset: Byte offset in the lower file to which to write the data 32 * @size: Number of bytes from @data to write at @offset in the lower 35 * Write data to the lower file. 61 * lower file 65 * lower file 69 * the contents of @page_for_lower to the lower inode. 102 * written to the lower page cache (via VFS writes). This function 103 * takes care of all the address translation to locations in the lower 225 * @offset: Byte offset in the lower file from which to read the data 226 * @size: Number of bytes to read from @offset of the lower file and [all …]
|
D | kthread.c | 47 * the lower file with RW permissions. 126 * @lower_file: Result of dentry_open by root on lower dentry 127 * @lower_dentry: Lower dentry for file to open 128 * @lower_mnt: Lower vfsmount for file to open 130 * This function gets a r/w file opened againt the lower dentry. 144 * lower file is fput() when all eCryptfs files for the inode are in ecryptfs_privileged_open() 172 "aborting privileged request to open lower file\n", in ecryptfs_privileged_open()
|
D | mmap.c | 4 * decryption of the file data as it passes between the lower 42 * Get one page from cache or lower f/s, return error otherwise. 62 * the lower filesystem. In OpenPGP-compatible mode, we operate on 72 * calling into the lower fs vfs_write() which may in turn invoke in ecryptfs_writepage() 125 * @page: Sort of a ``virtual'' representation of the encrypted lower 126 * file. The actual lower file does not have the metadata in 185 "extent at offset [%lld] in the lower " in ecryptfs_copy_up_encrypted_with_header() 222 "the encrypted content from the lower " in ecryptfs_readpage() 259 * Called with lower inode mutex held. 315 "lower page segment; rc = [%d]\n", in ecryptfs_write_begin() [all …]
|
D | inode.c | 126 * @lower_dentry: Existing dentry in the lower filesystem 130 * Interposes upper and lower dentries. 155 * stat of the lower directory inode. 178 printk(KERN_ERR "%s: Failure to create dentry in lower fs; " in ecryptfs_do_create() 225 "the lower file for the dentry with name " in ecryptfs_initialize_file() 260 "lower filesystem\n"); in ecryptfs_create() 287 "the lower file for the dentry with name " in ecryptfs_i_size_read() 341 /* We want to add because we couldn't find in lower */ in ecryptfs_lookup_interpose() 748 * Calculate the required size of the lower file based on the 752 * Returns Calculated size of the lower file. [all …]
|
D | main.c | 101 * the lower dentry and the lower mount set 103 * eCryptfs only ever keeps a single open file for every lower 104 * inode. All I/O operations to the lower inode occur through that 106 * lower dentry for that inode is created, this function creates the 107 * lower file struct and associates it with the eCryptfs 111 * The lower file will be opened with read/write permissions, if 114 * This function does nothing if a lower file is already 130 printk(KERN_ERR "Error opening lower file " in ecryptfs_init_lower_file() 247 * Returns the dentry object of the lower-level (lower/interposed) 249 * that lower directory.
|
/linux-3.3/arch/ia64/include/asm/ |
D | mutex.h | 17 * Change the count from 1 to a value lower than 1, and call <fail_fn> if 18 * it wasn't 1 originally. This function MUST leave the value lower than 34 * Change the count from 1 to a value lower than 1, and call <fail_fn> if 53 * 1, or to set it to a value lower than 1. 55 * If the implementation sets it to a value of lower than 1, then the 75 * Change the count from 1 to a value lower than 1, and return 0 (failure) 77 * MUST leave the value lower than 1 even when the "1" assertion wasn't true.
|
/linux-3.3/arch/arm/kernel/ |
D | module.c | 64 u32 upper, lower, sign, j1, j2; in apply_relocate() local 152 lower = *(u16 *)(loc + 2); in apply_relocate() 163 * imm11 = lower[10:0] = offset[11:1] in apply_relocate() 164 * J1 = lower[13] in apply_relocate() 165 * J2 = lower[11] in apply_relocate() 168 j1 = (lower >> 13) & 1; in apply_relocate() 169 j2 = (lower >> 11) & 1; in apply_relocate() 173 ((lower & 0x07ff) << 1); in apply_relocate() 203 *(u16 *)(loc + 2) = (u16)((lower & 0xd000) | in apply_relocate() 211 lower = *(u16 *)(loc + 2); in apply_relocate() [all …]
|
/linux-3.3/arch/x86/include/asm/ |
D | mutex_32.h | 20 * Change the count from 1 to a value lower than 1, and call <fn> if it 21 * wasn't 1 originally. This function MUST leave the value lower than 1 47 * Change the count from 1 to a value lower than 1, and call <fail_fn> if it 67 * to 1, or to set it to a value lower than 1. 69 * If the implementation sets it to a value of lower than 1, the 97 * Change the count from 1 to a value lower than 1, and return 0 (failure) 99 * MUST leave the value lower than 1 even when the "1" assertion wasn't true.
|
/linux-3.3/arch/m68k/include/asm/ |
D | amigahw.h | 303 unsigned int :28, second2:4; /* lower digit */ 305 unsigned int :28, minute2:4; /* lower digit */ 307 unsigned int :28, hour2:4; /* lower digit */ 310 unsigned int :28, day2:4; /* lower digit */ 312 unsigned int :28, month2:4; /* lower digit */ 314 unsigned int :28, year2:4; /* lower digit */ 325 unsigned int :28, second2:4; /* lower digit */ 327 unsigned int :28, minute2:4; /* lower digit */ 329 unsigned int :28, hour2:4; /* lower digit */ 331 unsigned int :28, day2:4; /* lower digit */ [all …]
|
/linux-3.3/arch/sh/include/asm/ |
D | watchdog.h | 44 * lower than WTCSR_CKS_1024, else we drop back into the usec range. 80 * Writes the given value @val to the lower byte of the timer counter. 92 * Writes the given value @val to the lower byte of the timer counter. 113 * Writes the given value @val to the lower byte of the control/status 134 * Writes the given value @val to the lower byte of the timer counter. 156 * Writes the given value @val to the lower byte of the control/status
|
/linux-3.3/Documentation/scsi/ |
D | scsi_eh.txt | 142 Note that this does not mean lower layers are quiescent. If a LLDD 143 completed a scmd with error status, the LLDD and lower layers are 145 has timed out, unless hostt->eh_timed_out() made lower layers forget 147 active as long as lower layers are concerned and completion could 193 lower layers and lower layers are ready to process or fail the scmd 207 Higher-severity actions are taken only when lower-severity actions 223 lower severity actions are complete. 357 that lower layers have forgotten about the scmd and we can 366 and STU doesn't make lower layers forget about those 368 if STU succeeds leaving lower layers in an inconsistent [all …]
|
D | scsi.txt | 25 The individual upper and lower level drivers can be loaded in any order 34 The lower level drivers are the ones that support the individual cards that 38 Adaptec. Almost all lower level drivers can be built either as modules or
|
/linux-3.3/Documentation/vm/ |
D | balance | 35 zone size (and possibly of the size of lower class zones), we can decide 38 of lower class zones, the bad part is, we might do too frequent balancing 39 due to ignoring possibly lower usage in the lower class zones. Also, 44 of a zone _and_ all its lower class zones falls below 1/64th of the 45 total memory in the zone and its lower class zones. This fixes the 2.2
|
/linux-3.3/arch/microblaze/kernel/ |
D | ftrace.c | 186 unsigned int lower = (unsigned int)func; in ftrace_update_ftrace_func() local 191 lower = 0x32800000 + (lower & 0xFFFF); /* addik r20, r0, func_lower */ in ftrace_update_ftrace_func() 193 pr_debug("%s: func=0x%x, ip=0x%x, upper=0x%x, lower=0x%x\n", in ftrace_update_ftrace_func() 194 __func__, (unsigned int)func, (unsigned int)ip, upper, lower); in ftrace_update_ftrace_func() 196 /* save upper and lower code */ in ftrace_update_ftrace_func() 198 ret += ftrace_modify_code(ip + 4, lower); in ftrace_update_ftrace_func()
|
/linux-3.3/fs/btrfs/ |
D | relocation.c | 58 struct list_head lower; member 95 #define LOWER 0 macro 229 struct backref_node, lower); in backref_cache_cleanup() 252 INIT_LIST_HEAD(&node->lower); in alloc_backref_node() 341 struct backref_edge, list[LOWER]); in walk_up_backref() 357 struct backref_node *lower; in walk_down_backref() local 362 lower = edge->node[LOWER]; in walk_down_backref() 363 if (list_is_last(&edge->list[LOWER], &lower->upper)) { in walk_down_backref() 367 edge = list_entry(edge->list[LOWER].next, in walk_down_backref() 368 struct backref_edge, list[LOWER]); in walk_down_backref() [all …]
|
/linux-3.3/include/linux/ |
D | ipmi_smi.h | 50 * Messages to/from the lower layer. The smi interface will take one 84 not be NULL, the lower layer must take the interface from 201 is called, and the lower layer must get the interface from that 217 * The lower layer reports received messages through this interface. 219 * the lower layer gets an error sending a message, it should format 225 /* The lower layer received a watchdog pre-timeout on interface. */ 234 /* Allow the lower layer to add things to the proc filesystem
|
/linux-3.3/Documentation/isdn/ |
D | README.concap | 99 - receive data from lower (hardware) layer 100 - process connect indication from lower (hardware) layer 101 - process disconnect indication from lower (hardware) layer 131 /* to be called for each data entity received from lower layer*/ 148 - request data being submitted by lower layer (device hardware) 149 - request a connection being set up by lower layer 150 - request a connection being released by lower layer
|
/linux-3.3/arch/blackfin/mach-bf527/include/mach/ |
D | defBF525.h | 196 #define USB_DMA0ADDRLOW 0xffc03c08 /* Lower 16-bits of memory source/destinatio… 198 #define USB_DMA0COUNTLOW 0xffc03c10 /* Lower 16-bits of byte count of DMA transf… 204 #define USB_DMA1ADDRLOW 0xffc03c28 /* Lower 16-bits of memory source/destinatio… 206 #define USB_DMA1COUNTLOW 0xffc03c30 /* Lower 16-bits of byte count of DMA transf… 212 #define USB_DMA2ADDRLOW 0xffc03c48 /* Lower 16-bits of memory source/destinatio… 214 #define USB_DMA2COUNTLOW 0xffc03c50 /* Lower 16-bits of byte count of DMA transf… 220 #define USB_DMA3ADDRLOW 0xffc03c68 /* Lower 16-bits of memory source/destinatio… 222 #define USB_DMA3COUNTLOW 0xffc03c70 /* Lower 16-bits of byte count of DMA transf… 228 #define USB_DMA4ADDRLOW 0xffc03c88 /* Lower 16-bits of memory source/destinatio… 230 #define USB_DMA4COUNTLOW 0xffc03c90 /* Lower 16-bits of byte count of DMA transf… [all …]
|
/linux-3.3/arch/powerpc/include/asm/ |
D | mutex.h | 70 * Change the count from 1 to a value lower than 1, and call <fail_fn> if 71 * it wasn't 1 originally. This function MUST leave the value lower than 87 * Change the count from 1 to a value lower than 1, and call <fail_fn> if 106 * 1, or to set it to a value lower than 1.
|
/linux-3.3/drivers/video/ |
D | arcfb.c | 302 unsigned int distance, upper, lower; in arcfb_lcd_update_vert() local 306 lower = top + 7; in arcfb_lcd_update_vert() 311 upper = lower + 1; in arcfb_lcd_update_vert() 312 lower = upper + 7; in arcfb_lcd_update_vert() 324 unsigned int distance, upper, lower; in arcfb_lcd_update_horiz() local 328 lower = min(upper + distance - 1, ceil64(upper)); in arcfb_lcd_update_horiz() 331 distance -= ((lower - upper) + 1 ); in arcfb_lcd_update_horiz() 332 arcfb_lcd_update_vert(par, upper, lower, left, right); in arcfb_lcd_update_horiz() 333 upper = lower + 1; in arcfb_lcd_update_horiz() 334 lower = min(upper + distance - 1, ceil64(upper)); in arcfb_lcd_update_horiz()
|