Searched refs:neh (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/uwb/ |
D | neh.c | 122 struct uwb_rc_neh *neh = container_of(kref, struct uwb_rc_neh, kref); in uwb_rc_neh_release() local 124 kfree(neh); in uwb_rc_neh_release() 127 static void uwb_rc_neh_get(struct uwb_rc_neh *neh) in uwb_rc_neh_get() argument 129 kref_get(&neh->kref); in uwb_rc_neh_get() 136 void uwb_rc_neh_put(struct uwb_rc_neh *neh) in uwb_rc_neh_put() argument 138 kref_put(&neh->kref, uwb_rc_neh_release); in uwb_rc_neh_put() 163 int __uwb_rc_ctx_get(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_ctx_get() argument 176 neh->context = result; in __uwb_rc_ctx_get() 183 void __uwb_rc_ctx_put(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_ctx_put() argument 186 if (neh->context == 0) in __uwb_rc_ctx_put() [all …]
|
D | reset.c | 77 struct uwb_rc_neh *neh; in uwb_rc_cmd_async() local 97 neh = uwb_rc_neh_add(rc, cmd, expected_type, expected_event, cb, arg); in uwb_rc_cmd_async() 98 if (IS_ERR(neh)) { in uwb_rc_cmd_async() 99 result = PTR_ERR(neh); in uwb_rc_cmd_async() 107 uwb_rc_neh_rm(rc, neh); in uwb_rc_cmd_async() 109 uwb_rc_neh_arm(rc, neh); in uwb_rc_cmd_async() 110 uwb_rc_neh_put(neh); in uwb_rc_cmd_async()
|
D | uwb-internal.h | 107 void uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh); 108 void uwb_rc_neh_arm(struct uwb_rc *rc, struct uwb_rc_neh *neh); 109 void uwb_rc_neh_put(struct uwb_rc_neh *neh);
|
D | Makefile | 19 neh.o \
|
/linux-4.4.14/fs/ext4/ |
D | extents.c | 1031 struct ext4_extent_header *neh; in ext4_ext_split() local 1104 neh = ext_block_hdr(bh); in ext4_ext_split() 1105 neh->eh_entries = 0; in ext4_ext_split() 1106 neh->eh_max = cpu_to_le16(ext4_ext_space_block(inode, 0)); in ext4_ext_split() 1107 neh->eh_magic = EXT4_EXT_MAGIC; in ext4_ext_split() 1108 neh->eh_depth = 0; in ext4_ext_split() 1124 ex = EXT_FIRST_EXTENT(neh); in ext4_ext_split() 1126 le16_add_cpu(&neh->eh_entries, m); in ext4_ext_split() 1129 ext4_extent_block_csum_set(inode, neh); in ext4_ext_split() 1177 neh = ext_block_hdr(bh); in ext4_ext_split() [all …]
|
/linux-4.4.14/Documentation/usb/ |
D | WUSB-Design-overview.txt | 182 handle called /neh/ (Notification/Event Handle) is opened with 226 /drivers/uwb/neh.c:uwb_rc_neh_grok()/ and delivered to the UWBD, the UWB
|