Searched refs:neh (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/staging/uwb/ |
| D | neh.c | 108 struct uwb_rc_neh *neh = container_of(kref, struct uwb_rc_neh, kref); in uwb_rc_neh_release() local 110 kfree(neh); in uwb_rc_neh_release() 113 static void uwb_rc_neh_get(struct uwb_rc_neh *neh) in uwb_rc_neh_get() argument 115 kref_get(&neh->kref); in uwb_rc_neh_get() 122 void uwb_rc_neh_put(struct uwb_rc_neh *neh) in uwb_rc_neh_put() argument 124 kref_put(&neh->kref, uwb_rc_neh_release); in uwb_rc_neh_put() 149 int __uwb_rc_ctx_get(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_ctx_get() argument 162 neh->context = result; in __uwb_rc_ctx_get() 169 void __uwb_rc_ctx_put(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_ctx_put() argument 172 if (neh->context == 0) in __uwb_rc_ctx_put() [all …]
|
| D | reset.c | 63 struct uwb_rc_neh *neh; in uwb_rc_cmd_async() local 83 neh = uwb_rc_neh_add(rc, cmd, expected_type, expected_event, cb, arg); in uwb_rc_cmd_async() 84 if (IS_ERR(neh)) { in uwb_rc_cmd_async() 85 result = PTR_ERR(neh); in uwb_rc_cmd_async() 93 uwb_rc_neh_rm(rc, neh); in uwb_rc_cmd_async() 95 uwb_rc_neh_arm(rc, neh); in uwb_rc_cmd_async() 96 uwb_rc_neh_put(neh); in uwb_rc_cmd_async()
|
| D | uwb-internal.h | 94 void uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh); 95 void uwb_rc_neh_arm(struct uwb_rc *rc, struct uwb_rc_neh *neh); 96 void uwb_rc_neh_put(struct uwb_rc_neh *neh);
|
| D | Makefile | 20 neh.o \
|
| /Linux-v5.4/fs/ext4/ |
| D | extents.c | 1035 struct ext4_extent_header *neh; in ext4_ext_split() local 1109 neh = ext_block_hdr(bh); in ext4_ext_split() 1110 neh->eh_entries = 0; in ext4_ext_split() 1111 neh->eh_max = cpu_to_le16(ext4_ext_space_block(inode, 0)); in ext4_ext_split() 1112 neh->eh_magic = EXT4_EXT_MAGIC; in ext4_ext_split() 1113 neh->eh_depth = 0; in ext4_ext_split() 1129 ex = EXT_FIRST_EXTENT(neh); in ext4_ext_split() 1131 le16_add_cpu(&neh->eh_entries, m); in ext4_ext_split() 1136 sizeof(struct ext4_extent) * le16_to_cpu(neh->eh_entries); in ext4_ext_split() 1138 ext4_extent_block_csum_set(inode, neh); in ext4_ext_split() [all …]
|
| /Linux-v5.4/drivers/staging/wusbcore/Documentation/ |
| D | wusb-design-overview.rst | 191 handle called /neh/ (Notification/Event Handle) is opened with 237 /drivers/uwb/neh.c:uwb_rc_neh_grok()/ and delivered to the UWBD, the UWB
|