Searched refs:pentry (Results 1 – 3 of 3) sorted by relevance
841 pentry = kmalloc(sizeof(*pentry), GFP_NOFS); in new_processqueue_entry()842 if (!pentry) in new_processqueue_entry()846 if (!pentry->buf) { in new_processqueue_entry()847 kfree(pentry); in new_processqueue_entry()852 return pentry; in new_processqueue_entry()857 kfree(pentry->buf); in free_processqueue_entry()858 kfree(pentry); in free_processqueue_entry()880 dlm_process_incoming_buffer(pentry->nodeid, pentry->buf, in process_dlm_messages()887 if (!pentry) { in process_dlm_messages()909 if (!pentry) in receive_from_sock()[all …]
92 const struct ctl_table **pentry);383 struct ctl_table_header **phead, const struct ctl_table **pentry) in first_entry() argument397 *pentry = entry; in first_entry()400 static void next_entry(struct ctl_table_header **phead, const struct ctl_table **pentry) in next_entry() argument403 const struct ctl_table *entry = *pentry; in next_entry()417 *pentry = entry; in next_entry()1059 const struct ctl_table **pentry) in sysctl_follow_link() argument1069 root = (*pentry)->data; in sysctl_follow_link()1075 const char *procname = (*pentry)->procname; in sysctl_follow_link()1082 *pentry = entry; in sysctl_follow_link()
320 xattr_find_entry(struct inode *inode, struct ext4_xattr_entry **pentry, in xattr_find_entry() argument330 for (entry = *pentry; !IS_LAST_ENTRY(entry); entry = next) { in xattr_find_entry()344 *pentry = entry; in xattr_find_entry()
Completed in 14 milliseconds